@charset "UTF-8";
/* Avatar Variants Definitions */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 45, 61, 0);
}

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

body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #F9FAFC;
}

[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3F4651;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #17191d;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #212529;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(.focus-visible) {
  outline: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: #353C48;
}

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

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

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

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

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

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

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.1rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(31, 45, 61, 0.1);
}

small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.75rem;
  color: #868E96;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F9FAFC;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.75rem;
  color: #868E96;
}

code {
  font-size: 0.75rem;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  color: #FFF;
  background-color: #353C48;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 0.75rem;
  color: #353C48;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #E9ECEF;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #E9ECEF;
}
.table tbody + tbody {
  border-top: 2px solid #E9ECEF;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #E9ECEF;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #E9ECEF;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(173, 181, 189, 0.075);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(173, 181, 189, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c0ebff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8adaff;
}

.table-hover .table-primary:hover {
  background-color: #a7e3ff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7e3ff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c0c4c8;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bfebc6;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #88db95;
}

.table-hover .table-success:hover {
  background-color: #ace5b5;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #ace5b5;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d8e1e8;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b6c8d5;
}

.table-hover .table-info:hover {
  background-color: #c8d5df;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c8d5df;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffecc1;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fedb8c;
}

.table-hover .table-warning:hover {
  background-color: #ffe4a8;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe4a8;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fabfc2;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f6898d;
}

.table-hover .table-danger:hover {
  background-color: #f8a7ab;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f8a7ab;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c9cbce;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9b9fa5;
}

.table-hover .table-dark:hover {
  background-color: #bcbec2;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bcbec2;
}

.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #d4bcfb;
}
.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody {
  border-color: #af83f8;
}

.table-hover .table-indigo:hover {
  background-color: #c5a4fa;
}
.table-hover .table-indigo:hover > td,
.table-hover .table-indigo:hover > th {
  background-color: #c5a4fa;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #f0dfff;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #e3c4ff;
}

.table-hover .table-purple:hover {
  background-color: #e4c6ff;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #e4c6ff;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f9c9df;
}
.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #f39bc3;
}

.table-hover .table-pink:hover {
  background-color: #f6b2d1;
}
.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #f6b2d1;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fdedcb;
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #fbde9f;
}

.table-hover .table-yellow:hover {
  background-color: #fce5b2;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #fce5b2;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(173, 181, 189, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(159, 168, 178, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(159, 168, 178, 0.075);
}

.table .thead-dark th {
  color: #FFF;
  background-color: #353C48;
  border-color: #454e5e;
}
.table .thead-light th {
  color: #212529;
  background-color: #E9ECEF;
  border-color: #E9ECEF;
}

.table-dark {
  color: #FFF;
  background-color: #353C48;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454e5e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5D636D;
  background-color: #F9FAFC;
  background-clip: padding-box;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #5D636D;
}
.form-control:focus {
  color: #5D636D;
  background-color: #F9FAFC;
  border-color: #9ee0ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #777f8b;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777f8b;
  opacity: 1;
}
.form-control::placeholder {
  color: #777f8b;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F9FAFC;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #5D636D;
  background-color: #F9FAFC;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.97500375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7499975rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7499975rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.97500375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #414951;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #1BB934;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7499975rem;
  line-height: 1.6;
  color: #FFF;
  background-color: rgba(27, 185, 52, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1BB934;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231BB934' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1BB934;
  box-shadow: 0 0 0 0.2rem rgba(27, 185, 52, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1BB934;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233F4651' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #F8F9FA url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231BB934' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1BB934;
  box-shadow: 0 0 0 0.2rem rgba(27, 185, 52, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1BB934;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1BB934;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1BB934;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #27e045;
  background-color: #27e045;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(27, 185, 52, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1BB934;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1BB934;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1BB934;
  box-shadow: 0 0 0 0.2rem rgba(27, 185, 52, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #ED1C24;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7499975rem;
  line-height: 1.6;
  color: #FFF;
  background-color: rgba(237, 28, 36, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ED1C24;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ED1C24' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ED1C24' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ED1C24;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ED1C24;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233F4651' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #F8F9FA url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ED1C24' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ED1C24' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ED1C24;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ED1C24;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ED1C24;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ED1C24;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f14b52;
  background-color: #f14b52;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ED1C24;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ED1C24;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ED1C24;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFF;
  background-color: #1EB7FF;
  border-color: #1EB7FF;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #00a8f7;
  border-color: #009fea;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFF;
  background-color: #00a8f7;
  border-color: #009fea;
  box-shadow: 0 0 0 0.2rem rgba(64, 194, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFF;
  background-color: #1EB7FF;
  border-color: #1EB7FF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #009fea;
  border-color: #0096dd;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 194, 255, 0.5);
}

.btn-secondary {
  color: #FFF;
  background-color: #868E96;
  border-color: #868E96;
}
.btn-secondary:hover {
  color: #FFF;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFF;
  background-color: #727b84;
  border-color: #6c757d;
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFF;
  background-color: #868E96;
  border-color: #868E96;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #6c757d;
  border-color: #666e76;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}

.btn-success {
  color: #FFF;
  background-color: #1BB934;
  border-color: #1BB934;
}
.btn-success:hover {
  color: #FFF;
  background-color: #16982b;
  border-color: #158c27;
}
.btn-success:focus, .btn-success.focus {
  color: #FFF;
  background-color: #16982b;
  border-color: #158c27;
  box-shadow: 0 0 0 0.2rem rgba(61, 196, 82, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFF;
  background-color: #1BB934;
  border-color: #1BB934;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #158c27;
  border-color: #138124;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 196, 82, 0.5);
}

.btn-info {
  color: #FFF;
  background-color: #7395ae;
  border-color: #7395ae;
}
.btn-info:hover {
  color: #FFF;
  background-color: #5c829f;
  border-color: #577c97;
}
.btn-info:focus, .btn-info.focus {
  color: #FFF;
  background-color: #5c829f;
  border-color: #577c97;
  box-shadow: 0 0 0 0.2rem rgba(136, 165, 186, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFF;
  background-color: #7395ae;
  border-color: #7395ae;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #577c97;
  border-color: #53758f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 165, 186, 0.5);
}

.btn-warning {
  color: #353C48;
  background-color: #feba21;
  border-color: #feba21;
}
.btn-warning:hover {
  color: #353C48;
  background-color: #f8ac01;
  border-color: #eba301;
}
.btn-warning:focus, .btn-warning.focus {
  color: #353C48;
  background-color: #f8ac01;
  border-color: #eba301;
  box-shadow: 0 0 0 0.2rem rgba(224, 167, 39, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #353C48;
  background-color: #feba21;
  border-color: #feba21;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #353C48;
  background-color: #eba301;
  border-color: #de9a01;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 167, 39, 0.5);
}

.btn-danger {
  color: #FFF;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-danger:hover {
  color: #FFF;
  background-color: #d21118;
  border-color: #c61017;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFF;
  background-color: #d21118;
  border-color: #c61017;
  box-shadow: 0 0 0 0.2rem rgba(240, 62, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #c61017;
  border-color: #ba0f15;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 62, 69, 0.5);
}

.btn-light {
  color: #353C48;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-light:hover {
  color: #353C48;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #353C48;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(219, 221, 223, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #353C48;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #353C48;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 221, 223, 0.5);
}

.btn-dark {
  color: #FFF;
  background-color: #3F4651;
  border-color: #3F4651;
}
.btn-dark:hover {
  color: #FFF;
  background-color: #2e333b;
  border-color: #292d34;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFF;
  background-color: #2e333b;
  border-color: #292d34;
  box-shadow: 0 0 0 0.2rem rgba(92, 98, 107, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #3F4651;
  border-color: #3F4651;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #292d34;
  border-color: #23272d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 98, 107, 0.5);
}

.btn-indigo {
  color: #FFF;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:hover {
  color: #FFF;
  background-color: #560bd0;
  border-color: #510bc4;
}
.btn-indigo:focus, .btn-indigo.focus {
  color: #FFF;
  background-color: #560bd0;
  border-color: #510bc4;
  box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #FFF;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  color: #FFF;
  background-color: #510bc4;
  border-color: #4c0ab8;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
}

.btn-purple {
  color: #353C48;
  background-color: #CA8EFF;
  border-color: #CA8EFF;
}
.btn-purple:hover {
  color: #FFF;
  background-color: #b868ff;
  border-color: #b25bff;
}
.btn-purple:focus, .btn-purple.focus {
  color: #FFF;
  background-color: #b868ff;
  border-color: #b25bff;
  box-shadow: 0 0 0 0.2rem rgba(180, 130, 228, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #353C48;
  background-color: #CA8EFF;
  border-color: #CA8EFF;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #FFF;
  background-color: #b25bff;
  border-color: #ac4eff;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 130, 228, 0.5);
}

.btn-pink {
  color: #FFF;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:hover {
  color: #FFF;
  background-color: #e41c78;
  border-color: #d91a72;
}
.btn-pink:focus, .btn-pink.focus {
  color: #FFF;
  background-color: #e41c78;
  border-color: #d91a72;
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #FFF;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #FFF;
  background-color: #d91a72;
  border-color: #ce196c;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}

.btn-yellow {
  color: #353C48;
  background-color: #F7BF47;
  border-color: #F7BF47;
}
.btn-yellow:hover {
  color: #353C48;
  background-color: #f5b222;
  border-color: #f5ae16;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #353C48;
  background-color: #f5b222;
  border-color: #f5ae16;
  box-shadow: 0 0 0 0.2rem rgba(218, 171, 71, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #353C48;
  background-color: #F7BF47;
  border-color: #F7BF47;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #353C48;
  background-color: #f5ae16;
  border-color: #f4aa0b;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 171, 71, 0.5);
}

.btn-outline-primary {
  color: #1EB7FF;
  border-color: #1EB7FF;
}
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #1EB7FF;
  border-color: #1EB7FF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1EB7FF;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFF;
  background-color: #1EB7FF;
  border-color: #1EB7FF;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.5);
}

.btn-outline-secondary {
  color: #868E96;
  border-color: #868E96;
}
.btn-outline-secondary:hover {
  color: #FFF;
  background-color: #868E96;
  border-color: #868E96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868E96;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #868E96;
  border-color: #868E96;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #1BB934;
  border-color: #1BB934;
}
.btn-outline-success:hover {
  color: #FFF;
  background-color: #1BB934;
  border-color: #1BB934;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 185, 52, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1BB934;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFF;
  background-color: #1BB934;
  border-color: #1BB934;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 185, 52, 0.5);
}

.btn-outline-info {
  color: #7395ae;
  border-color: #7395ae;
}
.btn-outline-info:hover {
  color: #FFF;
  background-color: #7395ae;
  border-color: #7395ae;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 149, 174, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #7395ae;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFF;
  background-color: #7395ae;
  border-color: #7395ae;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 149, 174, 0.5);
}

.btn-outline-warning {
  color: #feba21;
  border-color: #feba21;
}
.btn-outline-warning:hover {
  color: #353C48;
  background-color: #feba21;
  border-color: #feba21;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 186, 33, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #feba21;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #353C48;
  background-color: #feba21;
  border-color: #feba21;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 186, 33, 0.5);
}

.btn-outline-danger {
  color: #ED1C24;
  border-color: #ED1C24;
}
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ED1C24;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFF;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

.btn-outline-light {
  color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:hover {
  color: #353C48;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F8F9FA;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #353C48;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #3F4651;
  border-color: #3F4651;
}
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #3F4651;
  border-color: #3F4651;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 70, 81, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3F4651;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: #3F4651;
  border-color: #3F4651;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 70, 81, 0.5);
}

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:hover {
  color: #FFF;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
  color: #FFF;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-purple {
  color: #CA8EFF;
  border-color: #CA8EFF;
}
.btn-outline-purple:hover {
  color: #353C48;
  background-color: #CA8EFF;
  border-color: #CA8EFF;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 142, 255, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #CA8EFF;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #353C48;
  background-color: #CA8EFF;
  border-color: #CA8EFF;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 142, 255, 0.5);
}

.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:hover {
  color: #FFF;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #FFF;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-yellow {
  color: #F7BF47;
  border-color: #F7BF47;
}
.btn-outline-yellow:hover {
  color: #353C48;
  background-color: #F7BF47;
  border-color: #F7BF47;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 191, 71, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #F7BF47;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #353C48;
  background-color: #F7BF47;
  border-color: #F7BF47;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 191, 71, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3F4651;
  text-decoration: none;
}
.btn-link:hover {
  color: #17191d;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868E96;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.97500375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7499975rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #E9ECEF;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #2a3039;
  text-decoration: none;
  background-color: #F8F9FA;
}
.dropdown-item.active, .dropdown-item:active {
  color: #1F2D3D;
  text-decoration: none;
  background-color: #E9ECEF;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868E96;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7499975rem;
  color: #212529;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5D636D;
  text-align: center;
  white-space: nowrap;
  background-color: #F8F9FA;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.97500375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7499975rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: #1EB7FF;
  background-color: #1EB7FF;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9ee0ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFF;
  background-color: #d1f0ff;
  border-color: #d1f0ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #868E96;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #E9ECEF;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #F9FAFC;
  border: #ADB5BD solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1EB7FF;
  background-color: #1EB7FF;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(30, 183, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(30, 183, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(30, 183, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.2rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #ADB5BD;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #F9FAFC;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(30, 183, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5D636D;
  vertical-align: middle;
  background: #F8F9FA url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233F4651' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #9ee0ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #5D636D;
  background-color: #F9FAFC;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #868E96;
  background-color: #E9ECEF;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #5D636D;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7499975rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.97500375rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #9ee0ff;
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #F9FAFC;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #5D636D;
  background-color: #F8F9FA;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #5D636D;
  content: "Browse";
  background-color: #E9ECEF;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F9FAFC, 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F9FAFC, 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F9FAFC, 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1EB7FF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #d1f0ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DEE2E6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1EB7FF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #d1f0ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DEE2E6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1EB7FF;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #d1f0ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #DEE2E6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #DEE2E6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #ADB5BD;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #ADB5BD;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #ADB5BD;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868E96;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #DEE2E6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #E9ECEF #E9ECEF #DEE2E6;
}
.nav-tabs .nav-link.disabled {
  color: #868E96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #5D636D;
  background-color: #FFF;
  border-color: #DEE2E6 #DEE2E6 #FFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #1F2D3D;
  background-color: #E9ECEF;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.419997rem;
  padding-bottom: 0.419997rem;
  margin-right: 1rem;
  font-size: 0.97500375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.97500375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #1F2D3D;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #1F2D3D;
}
.navbar-light .navbar-nav .nav-link {
  color: #212529;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #1F2D3D;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(31, 45, 61, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #1F2D3D;
}
.navbar-light .navbar-toggler {
  color: #212529;
  border-color: rgba(31, 45, 61, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23212529' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #212529;
}
.navbar-light .navbar-text a {
  color: #1F2D3D;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #1F2D3D;
}

.navbar-dark .navbar-brand {
  color: #FFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFF;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid rgba(31, 45, 61, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(31, 45, 61, 0.03);
  border-bottom: 1px solid rgba(31, 45, 61, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(31, 45, 61, 0.03);
  border-top: 1px solid rgba(31, 45, 61, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         grid-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #868E96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #212529;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #212529;
  background-color: transparent;
  border: 1px solid #DEE2E6;
}
.page-link:hover {
  z-index: 2;
  color: #1F2D3D;
  text-decoration: none;
  background-color: #E9ECEF;
  border-color: #DEE2E6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #1F2D3D;
  background-color: #DEE2E6;
  border-color: #DEE2E6;
}
.page-item.disabled .page-link {
  color: #212529;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #DEE2E6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.97500375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7499975rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #FFF;
  background-color: #1EB7FF;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFF;
  background-color: #009fea;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.5);
}

.badge-secondary {
  color: #FFF;
  background-color: #868E96;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFF;
  background-color: #6c757d;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.badge-success {
  color: #FFF;
  background-color: #1BB934;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFF;
  background-color: #158c27;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 185, 52, 0.5);
}

.badge-info {
  color: #FFF;
  background-color: #7395ae;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFF;
  background-color: #577c97;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 149, 174, 0.5);
}

.badge-warning {
  color: #353C48;
  background-color: #feba21;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #353C48;
  background-color: #eba301;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 186, 33, 0.5);
}

.badge-danger {
  color: #FFF;
  background-color: #ED1C24;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFF;
  background-color: #c61017;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

.badge-light {
  color: #353C48;
  background-color: #F8F9FA;
}
a.badge-light:hover, a.badge-light:focus {
  color: #353C48;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #FFF;
  background-color: #3F4651;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFF;
  background-color: #292d34;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(63, 70, 81, 0.5);
}

.badge-indigo {
  color: #FFF;
  background-color: #6610f2;
}
a.badge-indigo:hover, a.badge-indigo:focus {
  color: #FFF;
  background-color: #510bc4;
}
a.badge-indigo:focus, a.badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.badge-purple {
  color: #353C48;
  background-color: #CA8EFF;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #353C48;
  background-color: #b25bff;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(202, 142, 255, 0.5);
}

.badge-pink {
  color: #FFF;
  background-color: #e83e8c;
}
a.badge-pink:hover, a.badge-pink:focus {
  color: #FFF;
  background-color: #d91a72;
}
a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.badge-yellow {
  color: #353C48;
  background-color: #F7BF47;
}
a.badge-yellow:hover, a.badge-yellow:focus {
  color: #353C48;
  background-color: #f5ae16;
}
a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 191, 71, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #E9ECEF;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1e75a2;
  background-color: #d2f1ff;
  border-color: #c0ebff;
}
.alert-primary hr {
  border-top-color: #a7e3ff;
}
.alert-primary .alert-link {
  color: #165677;
}

.alert-secondary {
  color: #555f6b;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #3e464f;
}

.alert-success {
  color: #1d7638;
  background-color: #d1f1d6;
  border-color: #bfebc6;
}
.alert-success hr {
  border-top-color: #ace5b5;
}
.alert-success .alert-link {
  color: #134d25;
}

.alert-info {
  color: #4b6378;
  background-color: #e3eaef;
  border-color: #d8e1e8;
}
.alert-info hr {
  border-top-color: #c8d5df;
}
.alert-info .alert-link {
  color: #374959;
}

.alert-warning {
  color: #93762e;
  background-color: #fff1d3;
  border-color: #ffecc1;
}
.alert-warning hr {
  border-top-color: #ffe4a8;
}
.alert-warning .alert-link {
  color: #6c5722;
}

.alert-danger {
  color: #8a2430;
  background-color: #fbd2d3;
  border-color: #fabfc2;
}
.alert-danger hr {
  border-top-color: #f8a7ab;
}
.alert-danger .alert-link {
  color: #621922;
}

.alert-light {
  color: #90979f;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #757d87;
}

.alert-dark {
  color: #303a47;
  background-color: #d9dadc;
  border-color: #c9cbce;
}
.alert-dark hr {
  border-top-color: #bcbec2;
}
.alert-dark .alert-link {
  color: #1b2129;
}

.alert-indigo {
  color: #441e9b;
  background-color: #e0cffc;
  border-color: #d4bcfb;
}
.alert-indigo hr {
  border-top-color: #c5a4fa;
}
.alert-indigo .alert-link {
  color: #311670;
}

.alert-purple {
  color: #785fa2;
  background-color: #f4e8ff;
  border-color: #f0dfff;
}
.alert-purple hr {
  border-top-color: #e4c6ff;
}
.alert-purple .alert-link {
  color: #604c82;
}

.alert-pink {
  color: #883666;
  background-color: #fad8e8;
  border-color: #f9c9df;
}
.alert-pink hr {
  border-top-color: #f6b2d1;
}
.alert-pink .alert-link {
  color: #63284b;
}

.alert-yellow {
  color: #8f7942;
  background-color: #fdf2da;
  border-color: #fdedcb;
}
.alert-yellow hr {
  border-top-color: #fce5b2;
}
.alert-yellow .alert-link {
  color: #6c5b32;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #E9ECEF;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #1EB7FF;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #212529;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #1F2D3D;
  text-decoration: none;
  background-color: #F8F9FA;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #F8F9FA;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFF;
  border: 1px solid #E9ECEF;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868E96;
  pointer-events: none;
  background-color: #FFF;
}
.list-group-item.active {
  z-index: 2;
  color: #1F2D3D;
  background-color: #F8F9FA;
  border-color: #E9ECEF;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1e75a2;
  background-color: #c0ebff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1e75a2;
  background-color: #a7e3ff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFF;
  background-color: #1e75a2;
  border-color: #1e75a2;
}

.list-group-item-secondary {
  color: #555f6b;
  background-color: #dddfe2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #555f6b;
  background-color: #cfd2d6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFF;
  background-color: #555f6b;
  border-color: #555f6b;
}

.list-group-item-success {
  color: #1d7638;
  background-color: #bfebc6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1d7638;
  background-color: #ace5b5;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFF;
  background-color: #1d7638;
  border-color: #1d7638;
}

.list-group-item-info {
  color: #4b6378;
  background-color: #d8e1e8;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #4b6378;
  background-color: #c8d5df;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFF;
  background-color: #4b6378;
  border-color: #4b6378;
}

.list-group-item-warning {
  color: #93762e;
  background-color: #ffecc1;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #93762e;
  background-color: #ffe4a8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFF;
  background-color: #93762e;
  border-color: #93762e;
}

.list-group-item-danger {
  color: #8a2430;
  background-color: #fabfc2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8a2430;
  background-color: #f8a7ab;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFF;
  background-color: #8a2430;
  border-color: #8a2430;
}

.list-group-item-light {
  color: #90979f;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #90979f;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFF;
  background-color: #90979f;
  border-color: #90979f;
}

.list-group-item-dark {
  color: #303a47;
  background-color: #c9cbce;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #303a47;
  background-color: #bcbec2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFF;
  background-color: #303a47;
  border-color: #303a47;
}

.list-group-item-indigo {
  color: #441e9b;
  background-color: #d4bcfb;
}
.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
  color: #441e9b;
  background-color: #c5a4fa;
}
.list-group-item-indigo.list-group-item-action.active {
  color: #FFF;
  background-color: #441e9b;
  border-color: #441e9b;
}

.list-group-item-purple {
  color: #785fa2;
  background-color: #f0dfff;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #785fa2;
  background-color: #e4c6ff;
}
.list-group-item-purple.list-group-item-action.active {
  color: #FFF;
  background-color: #785fa2;
  border-color: #785fa2;
}

.list-group-item-pink {
  color: #883666;
  background-color: #f9c9df;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #883666;
  background-color: #f6b2d1;
}
.list-group-item-pink.list-group-item-action.active {
  color: #FFF;
  background-color: #883666;
  border-color: #883666;
}

.list-group-item-yellow {
  color: #8f7942;
  background-color: #fdedcb;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #8f7942;
  background-color: #fce5b2;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #FFF;
  background-color: #8f7942;
  border-color: #8f7942;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #212529;
  text-shadow: 0 1px 0 #FFF;
  opacity: 0.5;
}
.close:hover {
  color: #212529;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #DEE2E6;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1F2D3D;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DEE2E6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DEE2E6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
[dir="ltr"] .tooltip{
  text-align: left;
}
[dir="rtl"] .tooltip{
  text-align: right;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7499975rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #3F4651;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #3F4651;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #3F4651;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #3F4651;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #3F4651;
  border-radius: 0.25rem;
}

[dir="ltr"] .popover{
  text-align: left;
}

[dir="rtl"] .popover{
  text-align: right;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7499975rem;
  word-wrap: break-word;
  background-color: #3F4651;
  background-clip: padding-box;
  border: 1px solid #3F4651;
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #3f4651;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #3F4651;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #3f4651;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #3F4651;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #3f4651;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #3F4651;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #3F4651;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #3f4651;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #3F4651;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #FFF;
  background-color: #3F4651;
  border-bottom: 1px solid #343a43;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #1EB7FF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #009fea !important;
}

.bg-secondary {
  background-color: #868E96 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #1BB934 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #158c27 !important;
}

.bg-info {
  background-color: #7395ae !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #577c97 !important;
}

.bg-warning {
  background-color: #feba21 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #eba301 !important;
}

.bg-danger {
  background-color: #ED1C24 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c61017 !important;
}

.bg-light {
  background-color: #F8F9FA !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #3F4651 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #292d34 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important;
}

.bg-purple {
  background-color: #CA8EFF !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #b25bff !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important;
}

.bg-yellow {
  background-color: #F7BF47 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #f5ae16 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #DEE2E6 !important;
}

.border-top {
  border-top: 1px solid #DEE2E6 !important;
}

.border-right {
  border-right: 1px solid #DEE2E6 !important;
}

.border-bottom {
  border-bottom: 1px solid #DEE2E6 !important;
}

.border-left {
  border-left: 1px solid #DEE2E6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1EB7FF !important;
}

.border-secondary {
  border-color: #868E96 !important;
}

.border-success {
  border-color: #1BB934 !important;
}

.border-info {
  border-color: #7395ae !important;
}

.border-warning {
  border-color: #feba21 !important;
}

.border-danger {
  border-color: #ED1C24 !important;
}

.border-light {
  border-color: #F8F9FA !important;
}

.border-dark {
  border-color: #3F4651 !important;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.border-purple {
  border-color: #CA8EFF !important;
}

.border-pink {
  border-color: #e83e8c !important;
}

.border-yellow {
  border-color: #F7BF47 !important;
}

.border-white {
  border-color: #FFF !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

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

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

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

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

.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;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFF !important;
}

.text-primary {
  color: #1EB7FF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #008ed1 !important;
}

.text-secondary {
  color: #868E96 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #60686f !important;
}

.text-success {
  color: #1BB934 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #117621 !important;
}

.text-info {
  color: #7395ae !important;
}

a.text-info:hover, a.text-info:focus {
  color: #4e6f87 !important;
}

.text-warning {
  color: #feba21 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d29101 !important;
}

.text-danger {
  color: #ED1C24 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #af0e14 !important;
}

.text-light {
  color: #F8F9FA !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #3F4651 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1e2126 !important;
}

.text-indigo {
  color: #6610f2 !important;
}

a.text-indigo:hover, a.text-indigo:focus {
  color: #4709ac !important;
}

.text-purple {
  color: #CA8EFF !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #a642ff !important;
}

.text-pink {
  color: #e83e8c !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #c21766 !important;
}

.text-yellow {
  color: #F7BF47 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #e7a10a !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #414951 !important;
}

.text-black-50 {
  color: rgba(31, 45, 61, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

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

  pre,
blockquote {
    border: 1px solid #ADB5BD;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #1F2D3D;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #FFF !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #DEE2E6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #E9ECEF;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #E9ECEF;
  }
}
.text-blue {
  color: #1EB7FF !important;
}

.bg-blue {
  background-color: #1EB7FF !important;
}

.b-blue {
  border-color: #1EB7FF !important;
  border-style: solid;
  border-width: 1px;
}

.bt-blue,
.by-blue {
  border-top-color: #1EB7FF !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-blue,
.bx-blue {
  border-right-color: #1EB7FF !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-blue,
.by-blue {
  border-bottom-color: #1EB7FF !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-blue,
.bx-blue {
  border-left-color: #1EB7FF !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-indigo {
  color: #6610f2 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.b-indigo {
  border-color: #6610f2 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-indigo,
.by-indigo {
  border-top-color: #6610f2 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-indigo,
.bx-indigo {
  border-right-color: #6610f2 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-indigo,
.by-indigo {
  border-bottom-color: #6610f2 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-indigo,
.bx-indigo {
  border-left-color: #6610f2 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple {
  color: #CA8EFF !important;
}

.bg-purple {
  background-color: #CA8EFF !important;
}

.b-purple {
  border-color: #CA8EFF !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple,
.by-purple {
  border-top-color: #CA8EFF !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple,
.bx-purple {
  border-right-color: #CA8EFF !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple,
.by-purple {
  border-bottom-color: #CA8EFF !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple,
.bx-purple {
  border-left-color: #CA8EFF !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-pink {
  color: #e83e8c !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

.b-pink {
  border-color: #e83e8c !important;
  border-style: solid;
  border-width: 1px;
}

.bt-pink,
.by-pink {
  border-top-color: #e83e8c !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-pink,
.bx-pink {
  border-right-color: #e83e8c !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-pink,
.by-pink {
  border-bottom-color: #e83e8c !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-pink,
.bx-pink {
  border-left-color: #e83e8c !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-red {
  color: #ED1C24 !important;
}

.bg-red {
  background-color: #ED1C24 !important;
}

.b-red {
  border-color: #ED1C24 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-red,
.by-red {
  border-top-color: #ED1C24 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-red,
.bx-red {
  border-right-color: #ED1C24 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-red,
.by-red {
  border-bottom-color: #ED1C24 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-red,
.bx-red {
  border-left-color: #ED1C24 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-orange {
  color: #F27212 !important;
}

.bg-orange {
  background-color: #F27212 !important;
}

.b-orange {
  border-color: #F27212 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-orange,
.by-orange {
  border-top-color: #F27212 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-orange,
.bx-orange {
  border-right-color: #F27212 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-orange,
.by-orange {
  border-bottom-color: #F27212 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-orange,
.bx-orange {
  border-left-color: #F27212 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow {
  color: #F7BF47 !important;
}

.bg-yellow {
  background-color: #F7BF47 !important;
}

.b-yellow {
  border-color: #F7BF47 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow,
.by-yellow {
  border-top-color: #F7BF47 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow,
.bx-yellow {
  border-right-color: #F7BF47 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow,
.by-yellow {
  border-bottom-color: #F7BF47 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow,
.bx-yellow {
  border-left-color: #F7BF47 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-green {
  color: #1BB934 !important;
}

.bg-green {
  background-color: #1BB934 !important;
}

.b-green {
  border-color: #1BB934 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-green,
.by-green {
  border-top-color: #1BB934 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-green,
.bx-green {
  border-right-color: #1BB934 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-green,
.by-green {
  border-bottom-color: #1BB934 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-green,
.bx-green {
  border-left-color: #1BB934 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-teal {
  color: #1BB934 !important;
}

.bg-teal {
  background-color: #1BB934 !important;
}

.b-teal {
  border-color: #1BB934 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-teal,
.by-teal {
  border-top-color: #1BB934 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-teal,
.bx-teal {
  border-right-color: #1BB934 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-teal,
.by-teal {
  border-bottom-color: #1BB934 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-teal,
.bx-teal {
  border-left-color: #1BB934 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-cyan {
  color: #33AE9A !important;
}

.bg-cyan {
  background-color: #33AE9A !important;
}

.b-cyan {
  border-color: #33AE9A !important;
  border-style: solid;
  border-width: 1px;
}

.bt-cyan,
.by-cyan {
  border-top-color: #33AE9A !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-cyan,
.bx-cyan {
  border-right-color: #33AE9A !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-cyan,
.by-cyan {
  border-bottom-color: #33AE9A !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-cyan,
.bx-cyan {
  border-left-color: #33AE9A !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black-01 {
  color: rgba(31, 45, 61, 0.1) !important;
}

.bg-black-01 {
  background-color: rgba(31, 45, 61, 0.1) !important;
}

.b-black-01 {
  border-color: rgba(31, 45, 61, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black-01,
.by-black-01 {
  border-top-color: rgba(31, 45, 61, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black-01,
.bx-black-01 {
  border-right-color: rgba(31, 45, 61, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black-01,
.by-black-01 {
  border-bottom-color: rgba(31, 45, 61, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black-01,
.bx-black-01 {
  border-left-color: rgba(31, 45, 61, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black-02 {
  color: rgba(31, 45, 61, 0.2) !important;
}

.bg-black-02 {
  background-color: rgba(31, 45, 61, 0.2) !important;
}

.b-black-02 {
  border-color: rgba(31, 45, 61, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black-02,
.by-black-02 {
  border-top-color: rgba(31, 45, 61, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black-02,
.bx-black-02 {
  border-right-color: rgba(31, 45, 61, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black-02,
.by-black-02 {
  border-bottom-color: rgba(31, 45, 61, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black-02,
.bx-black-02 {
  border-left-color: rgba(31, 45, 61, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black-03 {
  color: rgba(31, 45, 61, 0.3) !important;
}

.bg-black-03 {
  background-color: rgba(31, 45, 61, 0.3) !important;
}

.b-black-03 {
  border-color: rgba(31, 45, 61, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black-03,
.by-black-03 {
  border-top-color: rgba(31, 45, 61, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black-03,
.bx-black-03 {
  border-right-color: rgba(31, 45, 61, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black-03,
.by-black-03 {
  border-bottom-color: rgba(31, 45, 61, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black-03,
.bx-black-03 {
  border-left-color: rgba(31, 45, 61, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black-04 {
  color: rgba(31, 45, 61, 0.4) !important;
}

.bg-black-04 {
  background-color: rgba(31, 45, 61, 0.4) !important;
}

.b-black-04 {
  border-color: rgba(31, 45, 61, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black-04,
.by-black-04 {
  border-top-color: rgba(31, 45, 61, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black-04,
.bx-black-04 {
  border-right-color: rgba(31, 45, 61, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black-04,
.by-black-04 {
  border-bottom-color: rgba(31, 45, 61, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black-04,
.bx-black-04 {
  border-left-color: rgba(31, 45, 61, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black-05 {
  color: rgba(31, 45, 61, 0.5) !important;
}

.bg-black-05 {
  background-color: rgba(31, 45, 61, 0.5) !important;
}

.b-black-05 {
  border-color: rgba(31, 45, 61, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black-05,
.by-black-05 {
  border-top-color: rgba(31, 45, 61, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black-05,
.bx-black-05 {
  border-right-color: rgba(31, 45, 61, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black-05,
.by-black-05 {
  border-bottom-color: rgba(31, 45, 61, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black-05,
.bx-black-05 {
  border-left-color: rgba(31, 45, 61, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black-06 {
  color: rgba(31, 45, 61, 0.6) !important;
}

.bg-black-06 {
  background-color: rgba(31, 45, 61, 0.6) !important;
}

.b-black-06 {
  border-color: rgba(31, 45, 61, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black-06,
.by-black-06 {
  border-top-color: rgba(31, 45, 61, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black-06,
.bx-black-06 {
  border-right-color: rgba(31, 45, 61, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black-06,
.by-black-06 {
  border-bottom-color: rgba(31, 45, 61, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black-06,
.bx-black-06 {
  border-left-color: rgba(31, 45, 61, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black-07 {
  color: rgba(31, 45, 61, 0.7) !important;
}

.bg-black-07 {
  background-color: rgba(31, 45, 61, 0.7) !important;
}

.b-black-07 {
  border-color: rgba(31, 45, 61, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black-07,
.by-black-07 {
  border-top-color: rgba(31, 45, 61, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black-07,
.bx-black-07 {
  border-right-color: rgba(31, 45, 61, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black-07,
.by-black-07 {
  border-bottom-color: rgba(31, 45, 61, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black-07,
.bx-black-07 {
  border-left-color: rgba(31, 45, 61, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black-08 {
  color: rgba(31, 45, 61, 0.8) !important;
}

.bg-black-08 {
  background-color: rgba(31, 45, 61, 0.8) !important;
}

.b-black-08 {
  border-color: rgba(31, 45, 61, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black-08,
.by-black-08 {
  border-top-color: rgba(31, 45, 61, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black-08,
.bx-black-08 {
  border-right-color: rgba(31, 45, 61, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black-08,
.by-black-08 {
  border-bottom-color: rgba(31, 45, 61, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black-08,
.bx-black-08 {
  border-left-color: rgba(31, 45, 61, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black-09 {
  color: rgba(31, 45, 61, 0.9) !important;
}

.bg-black-09 {
  background-color: rgba(31, 45, 61, 0.9) !important;
}

.b-black-09 {
  border-color: rgba(31, 45, 61, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black-09,
.by-black-09 {
  border-top-color: rgba(31, 45, 61, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black-09,
.bx-black-09 {
  border-right-color: rgba(31, 45, 61, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black-09,
.by-black-09 {
  border-bottom-color: rgba(31, 45, 61, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black-09,
.bx-black-09 {
  border-left-color: rgba(31, 45, 61, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white-01 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.bg-white-01 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.b-white-01 {
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white-01,
.by-white-01 {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white-01,
.bx-white-01 {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white-01,
.by-white-01 {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white-01,
.bx-white-01 {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white-02 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.bg-white-02 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.b-white-02 {
  border-color: rgba(255, 255, 255, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white-02,
.by-white-02 {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white-02,
.bx-white-02 {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white-02,
.by-white-02 {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white-02,
.bx-white-02 {
  border-left-color: rgba(255, 255, 255, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white-03 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.bg-white-03 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.b-white-03 {
  border-color: rgba(255, 255, 255, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white-03,
.by-white-03 {
  border-top-color: rgba(255, 255, 255, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white-03,
.bx-white-03 {
  border-right-color: rgba(255, 255, 255, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white-03,
.by-white-03 {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white-03,
.bx-white-03 {
  border-left-color: rgba(255, 255, 255, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white-04 {
  color: rgba(255, 255, 255, 0.4) !important;
}

.bg-white-04 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.b-white-04 {
  border-color: rgba(255, 255, 255, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white-04,
.by-white-04 {
  border-top-color: rgba(255, 255, 255, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white-04,
.bx-white-04 {
  border-right-color: rgba(255, 255, 255, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white-04,
.by-white-04 {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white-04,
.bx-white-04 {
  border-left-color: rgba(255, 255, 255, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white-05 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-05 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.b-white-05 {
  border-color: rgba(255, 255, 255, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white-05,
.by-white-05 {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white-05,
.bx-white-05 {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white-05,
.by-white-05 {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white-05,
.bx-white-05 {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white-06 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.bg-white-06 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.b-white-06 {
  border-color: rgba(255, 255, 255, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white-06,
.by-white-06 {
  border-top-color: rgba(255, 255, 255, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white-06,
.bx-white-06 {
  border-right-color: rgba(255, 255, 255, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white-06,
.by-white-06 {
  border-bottom-color: rgba(255, 255, 255, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white-06,
.bx-white-06 {
  border-left-color: rgba(255, 255, 255, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white-07 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.bg-white-07 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.b-white-07 {
  border-color: rgba(255, 255, 255, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white-07,
.by-white-07 {
  border-top-color: rgba(255, 255, 255, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white-07,
.bx-white-07 {
  border-right-color: rgba(255, 255, 255, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white-07,
.by-white-07 {
  border-bottom-color: rgba(255, 255, 255, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white-07,
.bx-white-07 {
  border-left-color: rgba(255, 255, 255, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white-08 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.bg-white-08 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.b-white-08 {
  border-color: rgba(255, 255, 255, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white-08,
.by-white-08 {
  border-top-color: rgba(255, 255, 255, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white-08,
.bx-white-08 {
  border-right-color: rgba(255, 255, 255, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white-08,
.by-white-08 {
  border-bottom-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white-08,
.bx-white-08 {
  border-left-color: rgba(255, 255, 255, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white-09 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.bg-white-09 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.b-white-09 {
  border-color: rgba(255, 255, 255, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white-09,
.by-white-09 {
  border-top-color: rgba(255, 255, 255, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white-09,
.bx-white-09 {
  border-right-color: rgba(255, 255, 255, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white-09,
.by-white-09 {
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white-09,
.bx-white-09 {
  border-left-color: rgba(255, 255, 255, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary-01 {
  color: rgba(30, 183, 255, 0.1) !important;
}

.bg-primary-01 {
  background-color: rgba(30, 183, 255, 0.1) !important;
}

.b-primary-01 {
  border-color: rgba(30, 183, 255, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary-01,
.by-primary-01 {
  border-top-color: rgba(30, 183, 255, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary-01,
.bx-primary-01 {
  border-right-color: rgba(30, 183, 255, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary-01,
.by-primary-01 {
  border-bottom-color: rgba(30, 183, 255, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary-01,
.bx-primary-01 {
  border-left-color: rgba(30, 183, 255, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary-02 {
  color: rgba(30, 183, 255, 0.2) !important;
}

.bg-primary-02 {
  background-color: rgba(30, 183, 255, 0.2) !important;
}

.b-primary-02 {
  border-color: rgba(30, 183, 255, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary-02,
.by-primary-02 {
  border-top-color: rgba(30, 183, 255, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary-02,
.bx-primary-02 {
  border-right-color: rgba(30, 183, 255, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary-02,
.by-primary-02 {
  border-bottom-color: rgba(30, 183, 255, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary-02,
.bx-primary-02 {
  border-left-color: rgba(30, 183, 255, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary-03 {
  color: rgba(30, 183, 255, 0.3) !important;
}

.bg-primary-03 {
  background-color: rgba(30, 183, 255, 0.3) !important;
}

.b-primary-03 {
  border-color: rgba(30, 183, 255, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary-03,
.by-primary-03 {
  border-top-color: rgba(30, 183, 255, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary-03,
.bx-primary-03 {
  border-right-color: rgba(30, 183, 255, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary-03,
.by-primary-03 {
  border-bottom-color: rgba(30, 183, 255, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary-03,
.bx-primary-03 {
  border-left-color: rgba(30, 183, 255, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary-04 {
  color: rgba(30, 183, 255, 0.4) !important;
}

.bg-primary-04 {
  background-color: rgba(30, 183, 255, 0.4) !important;
}

.b-primary-04 {
  border-color: rgba(30, 183, 255, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary-04,
.by-primary-04 {
  border-top-color: rgba(30, 183, 255, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary-04,
.bx-primary-04 {
  border-right-color: rgba(30, 183, 255, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary-04,
.by-primary-04 {
  border-bottom-color: rgba(30, 183, 255, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary-04,
.bx-primary-04 {
  border-left-color: rgba(30, 183, 255, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary-05 {
  color: rgba(30, 183, 255, 0.5) !important;
}

.bg-primary-05 {
  background-color: rgba(30, 183, 255, 0.5) !important;
}

.b-primary-05 {
  border-color: rgba(30, 183, 255, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary-05,
.by-primary-05 {
  border-top-color: rgba(30, 183, 255, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary-05,
.bx-primary-05 {
  border-right-color: rgba(30, 183, 255, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary-05,
.by-primary-05 {
  border-bottom-color: rgba(30, 183, 255, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary-05,
.bx-primary-05 {
  border-left-color: rgba(30, 183, 255, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary-06 {
  color: rgba(30, 183, 255, 0.6) !important;
}

.bg-primary-06 {
  background-color: rgba(30, 183, 255, 0.6) !important;
}

.b-primary-06 {
  border-color: rgba(30, 183, 255, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary-06,
.by-primary-06 {
  border-top-color: rgba(30, 183, 255, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary-06,
.bx-primary-06 {
  border-right-color: rgba(30, 183, 255, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary-06,
.by-primary-06 {
  border-bottom-color: rgba(30, 183, 255, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary-06,
.bx-primary-06 {
  border-left-color: rgba(30, 183, 255, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary-07 {
  color: rgba(30, 183, 255, 0.7) !important;
}

.bg-primary-07 {
  background-color: rgba(30, 183, 255, 0.7) !important;
}

.b-primary-07 {
  border-color: rgba(30, 183, 255, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary-07,
.by-primary-07 {
  border-top-color: rgba(30, 183, 255, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary-07,
.bx-primary-07 {
  border-right-color: rgba(30, 183, 255, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary-07,
.by-primary-07 {
  border-bottom-color: rgba(30, 183, 255, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary-07,
.bx-primary-07 {
  border-left-color: rgba(30, 183, 255, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary-08 {
  color: rgba(30, 183, 255, 0.8) !important;
}

.bg-primary-08 {
  background-color: rgba(30, 183, 255, 0.8) !important;
}

.b-primary-08 {
  border-color: rgba(30, 183, 255, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary-08,
.by-primary-08 {
  border-top-color: rgba(30, 183, 255, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary-08,
.bx-primary-08 {
  border-right-color: rgba(30, 183, 255, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary-08,
.by-primary-08 {
  border-bottom-color: rgba(30, 183, 255, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary-08,
.bx-primary-08 {
  border-left-color: rgba(30, 183, 255, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary-09 {
  color: rgba(30, 183, 255, 0.9) !important;
}

.bg-primary-09 {
  background-color: rgba(30, 183, 255, 0.9) !important;
}

.b-primary-09 {
  border-color: rgba(30, 183, 255, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary-09,
.by-primary-09 {
  border-top-color: rgba(30, 183, 255, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary-09,
.bx-primary-09 {
  border-right-color: rgba(30, 183, 255, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary-09,
.by-primary-09 {
  border-bottom-color: rgba(30, 183, 255, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary-09,
.bx-primary-09 {
  border-left-color: rgba(30, 183, 255, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info-01 {
  color: rgba(51, 174, 154, 0.1) !important;
}

.bg-info-01 {
  background-color: rgba(51, 174, 154, 0.1) !important;
}

.b-info-01 {
  border-color: rgba(51, 174, 154, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info-01,
.by-info-01 {
  border-top-color: rgba(51, 174, 154, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info-01,
.bx-info-01 {
  border-right-color: rgba(51, 174, 154, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info-01,
.by-info-01 {
  border-bottom-color: rgba(51, 174, 154, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info-01,
.bx-info-01 {
  border-left-color: rgba(51, 174, 154, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info-02 {
  color: rgba(51, 174, 154, 0.2) !important;
}

.bg-info-02 {
  background-color: rgba(51, 174, 154, 0.2) !important;
}

.b-info-02 {
  border-color: rgba(51, 174, 154, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info-02,
.by-info-02 {
  border-top-color: rgba(51, 174, 154, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info-02,
.bx-info-02 {
  border-right-color: rgba(51, 174, 154, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info-02,
.by-info-02 {
  border-bottom-color: rgba(51, 174, 154, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info-02,
.bx-info-02 {
  border-left-color: rgba(51, 174, 154, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info-03 {
  color: rgba(51, 174, 154, 0.3) !important;
}

.bg-info-03 {
  background-color: rgba(51, 174, 154, 0.3) !important;
}

.b-info-03 {
  border-color: rgba(51, 174, 154, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info-03,
.by-info-03 {
  border-top-color: rgba(51, 174, 154, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info-03,
.bx-info-03 {
  border-right-color: rgba(51, 174, 154, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info-03,
.by-info-03 {
  border-bottom-color: rgba(51, 174, 154, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info-03,
.bx-info-03 {
  border-left-color: rgba(51, 174, 154, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info-04 {
  color: rgba(51, 174, 154, 0.4) !important;
}

.bg-info-04 {
  background-color: rgba(51, 174, 154, 0.4) !important;
}

.b-info-04 {
  border-color: rgba(51, 174, 154, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info-04,
.by-info-04 {
  border-top-color: rgba(51, 174, 154, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info-04,
.bx-info-04 {
  border-right-color: rgba(51, 174, 154, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info-04,
.by-info-04 {
  border-bottom-color: rgba(51, 174, 154, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info-04,
.bx-info-04 {
  border-left-color: rgba(51, 174, 154, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info-05 {
  color: rgba(51, 174, 154, 0.5) !important;
}

.bg-info-05 {
  background-color: rgba(51, 174, 154, 0.5) !important;
}

.b-info-05 {
  border-color: rgba(51, 174, 154, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info-05,
.by-info-05 {
  border-top-color: rgba(51, 174, 154, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info-05,
.bx-info-05 {
  border-right-color: rgba(51, 174, 154, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info-05,
.by-info-05 {
  border-bottom-color: rgba(51, 174, 154, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info-05,
.bx-info-05 {
  border-left-color: rgba(51, 174, 154, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info-06 {
  color: rgba(51, 174, 154, 0.6) !important;
}

.bg-info-06 {
  background-color: rgba(51, 174, 154, 0.6) !important;
}

.b-info-06 {
  border-color: rgba(51, 174, 154, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info-06,
.by-info-06 {
  border-top-color: rgba(51, 174, 154, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info-06,
.bx-info-06 {
  border-right-color: rgba(51, 174, 154, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info-06,
.by-info-06 {
  border-bottom-color: rgba(51, 174, 154, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info-06,
.bx-info-06 {
  border-left-color: rgba(51, 174, 154, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info-07 {
  color: rgba(51, 174, 154, 0.7) !important;
}

.bg-info-07 {
  background-color: rgba(51, 174, 154, 0.7) !important;
}

.b-info-07 {
  border-color: rgba(51, 174, 154, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info-07,
.by-info-07 {
  border-top-color: rgba(51, 174, 154, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info-07,
.bx-info-07 {
  border-right-color: rgba(51, 174, 154, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info-07,
.by-info-07 {
  border-bottom-color: rgba(51, 174, 154, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info-07,
.bx-info-07 {
  border-left-color: rgba(51, 174, 154, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info-08 {
  color: rgba(51, 174, 154, 0.8) !important;
}

.bg-info-08 {
  background-color: rgba(51, 174, 154, 0.8) !important;
}

.b-info-08 {
  border-color: rgba(51, 174, 154, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info-08,
.by-info-08 {
  border-top-color: rgba(51, 174, 154, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info-08,
.bx-info-08 {
  border-right-color: rgba(51, 174, 154, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info-08,
.by-info-08 {
  border-bottom-color: rgba(51, 174, 154, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info-08,
.bx-info-08 {
  border-left-color: rgba(51, 174, 154, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info-09 {
  color: rgba(51, 174, 154, 0.9) !important;
}

.bg-info-09 {
  background-color: rgba(51, 174, 154, 0.9) !important;
}

.b-info-09 {
  border-color: rgba(51, 174, 154, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info-09,
.by-info-09 {
  border-top-color: rgba(51, 174, 154, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info-09,
.bx-info-09 {
  border-right-color: rgba(51, 174, 154, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info-09,
.by-info-09 {
  border-bottom-color: rgba(51, 174, 154, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info-09,
.bx-info-09 {
  border-left-color: rgba(51, 174, 154, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success-01 {
  color: rgba(27, 185, 52, 0.1) !important;
}

.bg-success-01 {
  background-color: rgba(27, 185, 52, 0.1) !important;
}

.b-success-01 {
  border-color: rgba(27, 185, 52, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success-01,
.by-success-01 {
  border-top-color: rgba(27, 185, 52, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success-01,
.bx-success-01 {
  border-right-color: rgba(27, 185, 52, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success-01,
.by-success-01 {
  border-bottom-color: rgba(27, 185, 52, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success-01,
.bx-success-01 {
  border-left-color: rgba(27, 185, 52, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success-02 {
  color: rgba(27, 185, 52, 0.2) !important;
}

.bg-success-02 {
  background-color: rgba(27, 185, 52, 0.2) !important;
}

.b-success-02 {
  border-color: rgba(27, 185, 52, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success-02,
.by-success-02 {
  border-top-color: rgba(27, 185, 52, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success-02,
.bx-success-02 {
  border-right-color: rgba(27, 185, 52, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success-02,
.by-success-02 {
  border-bottom-color: rgba(27, 185, 52, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success-02,
.bx-success-02 {
  border-left-color: rgba(27, 185, 52, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success-03 {
  color: rgba(27, 185, 52, 0.3) !important;
}

.bg-success-03 {
  background-color: rgba(27, 185, 52, 0.3) !important;
}

.b-success-03 {
  border-color: rgba(27, 185, 52, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success-03,
.by-success-03 {
  border-top-color: rgba(27, 185, 52, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success-03,
.bx-success-03 {
  border-right-color: rgba(27, 185, 52, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success-03,
.by-success-03 {
  border-bottom-color: rgba(27, 185, 52, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success-03,
.bx-success-03 {
  border-left-color: rgba(27, 185, 52, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success-04 {
  color: rgba(27, 185, 52, 0.4) !important;
}

.bg-success-04 {
  background-color: rgba(27, 185, 52, 0.4) !important;
}

.b-success-04 {
  border-color: rgba(27, 185, 52, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success-04,
.by-success-04 {
  border-top-color: rgba(27, 185, 52, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success-04,
.bx-success-04 {
  border-right-color: rgba(27, 185, 52, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success-04,
.by-success-04 {
  border-bottom-color: rgba(27, 185, 52, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success-04,
.bx-success-04 {
  border-left-color: rgba(27, 185, 52, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success-05 {
  color: rgba(27, 185, 52, 0.5) !important;
}

.bg-success-05 {
  background-color: rgba(27, 185, 52, 0.5) !important;
}

.b-success-05 {
  border-color: rgba(27, 185, 52, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success-05,
.by-success-05 {
  border-top-color: rgba(27, 185, 52, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success-05,
.bx-success-05 {
  border-right-color: rgba(27, 185, 52, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success-05,
.by-success-05 {
  border-bottom-color: rgba(27, 185, 52, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success-05,
.bx-success-05 {
  border-left-color: rgba(27, 185, 52, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success-06 {
  color: rgba(27, 185, 52, 0.6) !important;
}

.bg-success-06 {
  background-color: rgba(27, 185, 52, 0.6) !important;
}

.b-success-06 {
  border-color: rgba(27, 185, 52, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success-06,
.by-success-06 {
  border-top-color: rgba(27, 185, 52, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success-06,
.bx-success-06 {
  border-right-color: rgba(27, 185, 52, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success-06,
.by-success-06 {
  border-bottom-color: rgba(27, 185, 52, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success-06,
.bx-success-06 {
  border-left-color: rgba(27, 185, 52, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success-07 {
  color: rgba(27, 185, 52, 0.7) !important;
}

.bg-success-07 {
  background-color: rgba(27, 185, 52, 0.7) !important;
}

.b-success-07 {
  border-color: rgba(27, 185, 52, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success-07,
.by-success-07 {
  border-top-color: rgba(27, 185, 52, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success-07,
.bx-success-07 {
  border-right-color: rgba(27, 185, 52, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success-07,
.by-success-07 {
  border-bottom-color: rgba(27, 185, 52, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success-07,
.bx-success-07 {
  border-left-color: rgba(27, 185, 52, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success-08 {
  color: rgba(27, 185, 52, 0.8) !important;
}

.bg-success-08 {
  background-color: rgba(27, 185, 52, 0.8) !important;
}

.b-success-08 {
  border-color: rgba(27, 185, 52, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success-08,
.by-success-08 {
  border-top-color: rgba(27, 185, 52, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success-08,
.bx-success-08 {
  border-right-color: rgba(27, 185, 52, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success-08,
.by-success-08 {
  border-bottom-color: rgba(27, 185, 52, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success-08,
.bx-success-08 {
  border-left-color: rgba(27, 185, 52, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success-09 {
  color: rgba(27, 185, 52, 0.9) !important;
}

.bg-success-09 {
  background-color: rgba(27, 185, 52, 0.9) !important;
}

.b-success-09 {
  border-color: rgba(27, 185, 52, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success-09,
.by-success-09 {
  border-top-color: rgba(27, 185, 52, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success-09,
.bx-success-09 {
  border-right-color: rgba(27, 185, 52, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success-09,
.by-success-09 {
  border-bottom-color: rgba(27, 185, 52, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success-09,
.bx-success-09 {
  border-left-color: rgba(27, 185, 52, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning-01 {
  color: rgba(242, 114, 18, 0.1) !important;
}

.bg-warning-01 {
  background-color: rgba(242, 114, 18, 0.1) !important;
}

.b-warning-01 {
  border-color: rgba(242, 114, 18, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning-01,
.by-warning-01 {
  border-top-color: rgba(242, 114, 18, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning-01,
.bx-warning-01 {
  border-right-color: rgba(242, 114, 18, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning-01,
.by-warning-01 {
  border-bottom-color: rgba(242, 114, 18, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning-01,
.bx-warning-01 {
  border-left-color: rgba(242, 114, 18, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning-02 {
  color: rgba(242, 114, 18, 0.2) !important;
}

.bg-warning-02 {
  background-color: rgba(242, 114, 18, 0.2) !important;
}

.b-warning-02 {
  border-color: rgba(242, 114, 18, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning-02,
.by-warning-02 {
  border-top-color: rgba(242, 114, 18, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning-02,
.bx-warning-02 {
  border-right-color: rgba(242, 114, 18, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning-02,
.by-warning-02 {
  border-bottom-color: rgba(242, 114, 18, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning-02,
.bx-warning-02 {
  border-left-color: rgba(242, 114, 18, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning-03 {
  color: rgba(242, 114, 18, 0.3) !important;
}

.bg-warning-03 {
  background-color: rgba(242, 114, 18, 0.3) !important;
}

.b-warning-03 {
  border-color: rgba(242, 114, 18, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning-03,
.by-warning-03 {
  border-top-color: rgba(242, 114, 18, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning-03,
.bx-warning-03 {
  border-right-color: rgba(242, 114, 18, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning-03,
.by-warning-03 {
  border-bottom-color: rgba(242, 114, 18, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning-03,
.bx-warning-03 {
  border-left-color: rgba(242, 114, 18, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning-04 {
  color: rgba(242, 114, 18, 0.4) !important;
}

.bg-warning-04 {
  background-color: rgba(242, 114, 18, 0.4) !important;
}

.b-warning-04 {
  border-color: rgba(242, 114, 18, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning-04,
.by-warning-04 {
  border-top-color: rgba(242, 114, 18, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning-04,
.bx-warning-04 {
  border-right-color: rgba(242, 114, 18, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning-04,
.by-warning-04 {
  border-bottom-color: rgba(242, 114, 18, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning-04,
.bx-warning-04 {
  border-left-color: rgba(242, 114, 18, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning-05 {
  color: rgba(242, 114, 18, 0.5) !important;
}

.bg-warning-05 {
  background-color: rgba(242, 114, 18, 0.5) !important;
}

.b-warning-05 {
  border-color: rgba(242, 114, 18, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning-05,
.by-warning-05 {
  border-top-color: rgba(242, 114, 18, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning-05,
.bx-warning-05 {
  border-right-color: rgba(242, 114, 18, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning-05,
.by-warning-05 {
  border-bottom-color: rgba(242, 114, 18, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning-05,
.bx-warning-05 {
  border-left-color: rgba(242, 114, 18, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning-06 {
  color: rgba(242, 114, 18, 0.6) !important;
}

.bg-warning-06 {
  background-color: rgba(242, 114, 18, 0.6) !important;
}

.b-warning-06 {
  border-color: rgba(242, 114, 18, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning-06,
.by-warning-06 {
  border-top-color: rgba(242, 114, 18, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning-06,
.bx-warning-06 {
  border-right-color: rgba(242, 114, 18, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning-06,
.by-warning-06 {
  border-bottom-color: rgba(242, 114, 18, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning-06,
.bx-warning-06 {
  border-left-color: rgba(242, 114, 18, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning-07 {
  color: rgba(242, 114, 18, 0.7) !important;
}

.bg-warning-07 {
  background-color: rgba(242, 114, 18, 0.7) !important;
}

.b-warning-07 {
  border-color: rgba(242, 114, 18, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning-07,
.by-warning-07 {
  border-top-color: rgba(242, 114, 18, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning-07,
.bx-warning-07 {
  border-right-color: rgba(242, 114, 18, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning-07,
.by-warning-07 {
  border-bottom-color: rgba(242, 114, 18, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning-07,
.bx-warning-07 {
  border-left-color: rgba(242, 114, 18, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning-08 {
  color: rgba(242, 114, 18, 0.8) !important;
}

.bg-warning-08 {
  background-color: rgba(242, 114, 18, 0.8) !important;
}

.b-warning-08 {
  border-color: rgba(242, 114, 18, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning-08,
.by-warning-08 {
  border-top-color: rgba(242, 114, 18, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning-08,
.bx-warning-08 {
  border-right-color: rgba(242, 114, 18, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning-08,
.by-warning-08 {
  border-bottom-color: rgba(242, 114, 18, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning-08,
.bx-warning-08 {
  border-left-color: rgba(242, 114, 18, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning-09 {
  color: rgba(242, 114, 18, 0.9) !important;
}

.bg-warning-09 {
  background-color: rgba(242, 114, 18, 0.9) !important;
}

.b-warning-09 {
  border-color: rgba(242, 114, 18, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning-09,
.by-warning-09 {
  border-top-color: rgba(242, 114, 18, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning-09,
.bx-warning-09 {
  border-right-color: rgba(242, 114, 18, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning-09,
.by-warning-09 {
  border-bottom-color: rgba(242, 114, 18, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning-09,
.bx-warning-09 {
  border-left-color: rgba(242, 114, 18, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger-01 {
  color: rgba(237, 28, 36, 0.1) !important;
}

.bg-danger-01 {
  background-color: rgba(237, 28, 36, 0.1) !important;
}

.b-danger-01 {
  border-color: rgba(237, 28, 36, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger-01,
.by-danger-01 {
  border-top-color: rgba(237, 28, 36, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger-01,
.bx-danger-01 {
  border-right-color: rgba(237, 28, 36, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger-01,
.by-danger-01 {
  border-bottom-color: rgba(237, 28, 36, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger-01,
.bx-danger-01 {
  border-left-color: rgba(237, 28, 36, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger-02 {
  color: rgba(237, 28, 36, 0.2) !important;
}

.bg-danger-02 {
  background-color: rgba(237, 28, 36, 0.2) !important;
}

.b-danger-02 {
  border-color: rgba(237, 28, 36, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger-02,
.by-danger-02 {
  border-top-color: rgba(237, 28, 36, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger-02,
.bx-danger-02 {
  border-right-color: rgba(237, 28, 36, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger-02,
.by-danger-02 {
  border-bottom-color: rgba(237, 28, 36, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger-02,
.bx-danger-02 {
  border-left-color: rgba(237, 28, 36, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger-03 {
  color: rgba(237, 28, 36, 0.3) !important;
}

.bg-danger-03 {
  background-color: rgba(237, 28, 36, 0.3) !important;
}

.b-danger-03 {
  border-color: rgba(237, 28, 36, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger-03,
.by-danger-03 {
  border-top-color: rgba(237, 28, 36, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger-03,
.bx-danger-03 {
  border-right-color: rgba(237, 28, 36, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger-03,
.by-danger-03 {
  border-bottom-color: rgba(237, 28, 36, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger-03,
.bx-danger-03 {
  border-left-color: rgba(237, 28, 36, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger-04 {
  color: rgba(237, 28, 36, 0.4) !important;
}

.bg-danger-04 {
  background-color: rgba(237, 28, 36, 0.4) !important;
}

.b-danger-04 {
  border-color: rgba(237, 28, 36, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger-04,
.by-danger-04 {
  border-top-color: rgba(237, 28, 36, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger-04,
.bx-danger-04 {
  border-right-color: rgba(237, 28, 36, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger-04,
.by-danger-04 {
  border-bottom-color: rgba(237, 28, 36, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger-04,
.bx-danger-04 {
  border-left-color: rgba(237, 28, 36, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger-05 {
  color: rgba(237, 28, 36, 0.5) !important;
}

.bg-danger-05 {
  background-color: rgba(237, 28, 36, 0.5) !important;
}

.b-danger-05 {
  border-color: rgba(237, 28, 36, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger-05,
.by-danger-05 {
  border-top-color: rgba(237, 28, 36, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger-05,
.bx-danger-05 {
  border-right-color: rgba(237, 28, 36, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger-05,
.by-danger-05 {
  border-bottom-color: rgba(237, 28, 36, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger-05,
.bx-danger-05 {
  border-left-color: rgba(237, 28, 36, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger-06 {
  color: rgba(237, 28, 36, 0.6) !important;
}

.bg-danger-06 {
  background-color: rgba(237, 28, 36, 0.6) !important;
}

.b-danger-06 {
  border-color: rgba(237, 28, 36, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger-06,
.by-danger-06 {
  border-top-color: rgba(237, 28, 36, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger-06,
.bx-danger-06 {
  border-right-color: rgba(237, 28, 36, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger-06,
.by-danger-06 {
  border-bottom-color: rgba(237, 28, 36, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger-06,
.bx-danger-06 {
  border-left-color: rgba(237, 28, 36, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger-07 {
  color: rgba(237, 28, 36, 0.7) !important;
}

.bg-danger-07 {
  background-color: rgba(237, 28, 36, 0.7) !important;
}

.b-danger-07 {
  border-color: rgba(237, 28, 36, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger-07,
.by-danger-07 {
  border-top-color: rgba(237, 28, 36, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger-07,
.bx-danger-07 {
  border-right-color: rgba(237, 28, 36, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger-07,
.by-danger-07 {
  border-bottom-color: rgba(237, 28, 36, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger-07,
.bx-danger-07 {
  border-left-color: rgba(237, 28, 36, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger-08 {
  color: rgba(237, 28, 36, 0.8) !important;
}

.bg-danger-08 {
  background-color: rgba(237, 28, 36, 0.8) !important;
}

.b-danger-08 {
  border-color: rgba(237, 28, 36, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger-08,
.by-danger-08 {
  border-top-color: rgba(237, 28, 36, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger-08,
.bx-danger-08 {
  border-right-color: rgba(237, 28, 36, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger-08,
.by-danger-08 {
  border-bottom-color: rgba(237, 28, 36, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger-08,
.bx-danger-08 {
  border-left-color: rgba(237, 28, 36, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger-09 {
  color: rgba(237, 28, 36, 0.9) !important;
}

.bg-danger-09 {
  background-color: rgba(237, 28, 36, 0.9) !important;
}

.b-danger-09 {
  border-color: rgba(237, 28, 36, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger-09,
.by-danger-09 {
  border-top-color: rgba(237, 28, 36, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger-09,
.bx-danger-09 {
  border-right-color: rgba(237, 28, 36, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger-09,
.by-danger-09 {
  border-bottom-color: rgba(237, 28, 36, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger-09,
.bx-danger-09 {
  border-left-color: rgba(237, 28, 36, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow-01 {
  color: rgba(247, 191, 71, 0.1) !important;
}

.bg-yellow-01 {
  background-color: rgba(247, 191, 71, 0.1) !important;
}

.b-yellow-01 {
  border-color: rgba(247, 191, 71, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow-01,
.by-yellow-01 {
  border-top-color: rgba(247, 191, 71, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow-01,
.bx-yellow-01 {
  border-right-color: rgba(247, 191, 71, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow-01,
.by-yellow-01 {
  border-bottom-color: rgba(247, 191, 71, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow-01,
.bx-yellow-01 {
  border-left-color: rgba(247, 191, 71, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow-02 {
  color: rgba(247, 191, 71, 0.2) !important;
}

.bg-yellow-02 {
  background-color: rgba(247, 191, 71, 0.2) !important;
}

.b-yellow-02 {
  border-color: rgba(247, 191, 71, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow-02,
.by-yellow-02 {
  border-top-color: rgba(247, 191, 71, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow-02,
.bx-yellow-02 {
  border-right-color: rgba(247, 191, 71, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow-02,
.by-yellow-02 {
  border-bottom-color: rgba(247, 191, 71, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow-02,
.bx-yellow-02 {
  border-left-color: rgba(247, 191, 71, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow-03 {
  color: rgba(247, 191, 71, 0.3) !important;
}

.bg-yellow-03 {
  background-color: rgba(247, 191, 71, 0.3) !important;
}

.b-yellow-03 {
  border-color: rgba(247, 191, 71, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow-03,
.by-yellow-03 {
  border-top-color: rgba(247, 191, 71, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow-03,
.bx-yellow-03 {
  border-right-color: rgba(247, 191, 71, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow-03,
.by-yellow-03 {
  border-bottom-color: rgba(247, 191, 71, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow-03,
.bx-yellow-03 {
  border-left-color: rgba(247, 191, 71, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow-04 {
  color: rgba(247, 191, 71, 0.4) !important;
}

.bg-yellow-04 {
  background-color: rgba(247, 191, 71, 0.4) !important;
}

.b-yellow-04 {
  border-color: rgba(247, 191, 71, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow-04,
.by-yellow-04 {
  border-top-color: rgba(247, 191, 71, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow-04,
.bx-yellow-04 {
  border-right-color: rgba(247, 191, 71, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow-04,
.by-yellow-04 {
  border-bottom-color: rgba(247, 191, 71, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow-04,
.bx-yellow-04 {
  border-left-color: rgba(247, 191, 71, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow-05 {
  color: rgba(247, 191, 71, 0.5) !important;
}

.bg-yellow-05 {
  background-color: rgba(247, 191, 71, 0.5) !important;
}

.b-yellow-05 {
  border-color: rgba(247, 191, 71, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow-05,
.by-yellow-05 {
  border-top-color: rgba(247, 191, 71, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow-05,
.bx-yellow-05 {
  border-right-color: rgba(247, 191, 71, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow-05,
.by-yellow-05 {
  border-bottom-color: rgba(247, 191, 71, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow-05,
.bx-yellow-05 {
  border-left-color: rgba(247, 191, 71, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow-06 {
  color: rgba(247, 191, 71, 0.6) !important;
}

.bg-yellow-06 {
  background-color: rgba(247, 191, 71, 0.6) !important;
}

.b-yellow-06 {
  border-color: rgba(247, 191, 71, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow-06,
.by-yellow-06 {
  border-top-color: rgba(247, 191, 71, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow-06,
.bx-yellow-06 {
  border-right-color: rgba(247, 191, 71, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow-06,
.by-yellow-06 {
  border-bottom-color: rgba(247, 191, 71, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow-06,
.bx-yellow-06 {
  border-left-color: rgba(247, 191, 71, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow-07 {
  color: rgba(247, 191, 71, 0.7) !important;
}

.bg-yellow-07 {
  background-color: rgba(247, 191, 71, 0.7) !important;
}

.b-yellow-07 {
  border-color: rgba(247, 191, 71, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow-07,
.by-yellow-07 {
  border-top-color: rgba(247, 191, 71, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow-07,
.bx-yellow-07 {
  border-right-color: rgba(247, 191, 71, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow-07,
.by-yellow-07 {
  border-bottom-color: rgba(247, 191, 71, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow-07,
.bx-yellow-07 {
  border-left-color: rgba(247, 191, 71, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow-08 {
  color: rgba(247, 191, 71, 0.8) !important;
}

.bg-yellow-08 {
  background-color: rgba(247, 191, 71, 0.8) !important;
}

.b-yellow-08 {
  border-color: rgba(247, 191, 71, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow-08,
.by-yellow-08 {
  border-top-color: rgba(247, 191, 71, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow-08,
.bx-yellow-08 {
  border-right-color: rgba(247, 191, 71, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow-08,
.by-yellow-08 {
  border-bottom-color: rgba(247, 191, 71, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow-08,
.bx-yellow-08 {
  border-left-color: rgba(247, 191, 71, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-yellow-09 {
  color: rgba(247, 191, 71, 0.9) !important;
}

.bg-yellow-09 {
  background-color: rgba(247, 191, 71, 0.9) !important;
}

.b-yellow-09 {
  border-color: rgba(247, 191, 71, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-yellow-09,
.by-yellow-09 {
  border-top-color: rgba(247, 191, 71, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-yellow-09,
.bx-yellow-09 {
  border-right-color: rgba(247, 191, 71, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-yellow-09,
.by-yellow-09 {
  border-bottom-color: rgba(247, 191, 71, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-yellow-09,
.bx-yellow-09 {
  border-left-color: rgba(247, 191, 71, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary-01 {
  color: rgba(134, 142, 150, 0.1) !important;
}

.bg-secondary-01 {
  background-color: rgba(134, 142, 150, 0.1) !important;
}

.b-secondary-01 {
  border-color: rgba(134, 142, 150, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary-01,
.by-secondary-01 {
  border-top-color: rgba(134, 142, 150, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary-01,
.bx-secondary-01 {
  border-right-color: rgba(134, 142, 150, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary-01,
.by-secondary-01 {
  border-bottom-color: rgba(134, 142, 150, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary-01,
.bx-secondary-01 {
  border-left-color: rgba(134, 142, 150, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary-02 {
  color: rgba(134, 142, 150, 0.2) !important;
}

.bg-secondary-02 {
  background-color: rgba(134, 142, 150, 0.2) !important;
}

.b-secondary-02 {
  border-color: rgba(134, 142, 150, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary-02,
.by-secondary-02 {
  border-top-color: rgba(134, 142, 150, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary-02,
.bx-secondary-02 {
  border-right-color: rgba(134, 142, 150, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary-02,
.by-secondary-02 {
  border-bottom-color: rgba(134, 142, 150, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary-02,
.bx-secondary-02 {
  border-left-color: rgba(134, 142, 150, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary-03 {
  color: rgba(134, 142, 150, 0.3) !important;
}

.bg-secondary-03 {
  background-color: rgba(134, 142, 150, 0.3) !important;
}

.b-secondary-03 {
  border-color: rgba(134, 142, 150, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary-03,
.by-secondary-03 {
  border-top-color: rgba(134, 142, 150, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary-03,
.bx-secondary-03 {
  border-right-color: rgba(134, 142, 150, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary-03,
.by-secondary-03 {
  border-bottom-color: rgba(134, 142, 150, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary-03,
.bx-secondary-03 {
  border-left-color: rgba(134, 142, 150, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary-04 {
  color: rgba(134, 142, 150, 0.4) !important;
}

.bg-secondary-04 {
  background-color: rgba(134, 142, 150, 0.4) !important;
}

.b-secondary-04 {
  border-color: rgba(134, 142, 150, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary-04,
.by-secondary-04 {
  border-top-color: rgba(134, 142, 150, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary-04,
.bx-secondary-04 {
  border-right-color: rgba(134, 142, 150, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary-04,
.by-secondary-04 {
  border-bottom-color: rgba(134, 142, 150, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary-04,
.bx-secondary-04 {
  border-left-color: rgba(134, 142, 150, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary-05 {
  color: rgba(134, 142, 150, 0.5) !important;
}

.bg-secondary-05 {
  background-color: rgba(134, 142, 150, 0.5) !important;
}

.b-secondary-05 {
  border-color: rgba(134, 142, 150, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary-05,
.by-secondary-05 {
  border-top-color: rgba(134, 142, 150, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary-05,
.bx-secondary-05 {
  border-right-color: rgba(134, 142, 150, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary-05,
.by-secondary-05 {
  border-bottom-color: rgba(134, 142, 150, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary-05,
.bx-secondary-05 {
  border-left-color: rgba(134, 142, 150, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary-06 {
  color: rgba(134, 142, 150, 0.6) !important;
}

.bg-secondary-06 {
  background-color: rgba(134, 142, 150, 0.6) !important;
}

.b-secondary-06 {
  border-color: rgba(134, 142, 150, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary-06,
.by-secondary-06 {
  border-top-color: rgba(134, 142, 150, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary-06,
.bx-secondary-06 {
  border-right-color: rgba(134, 142, 150, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary-06,
.by-secondary-06 {
  border-bottom-color: rgba(134, 142, 150, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary-06,
.bx-secondary-06 {
  border-left-color: rgba(134, 142, 150, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary-07 {
  color: rgba(134, 142, 150, 0.7) !important;
}

.bg-secondary-07 {
  background-color: rgba(134, 142, 150, 0.7) !important;
}

.b-secondary-07 {
  border-color: rgba(134, 142, 150, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary-07,
.by-secondary-07 {
  border-top-color: rgba(134, 142, 150, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary-07,
.bx-secondary-07 {
  border-right-color: rgba(134, 142, 150, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary-07,
.by-secondary-07 {
  border-bottom-color: rgba(134, 142, 150, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary-07,
.bx-secondary-07 {
  border-left-color: rgba(134, 142, 150, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary-08 {
  color: rgba(134, 142, 150, 0.8) !important;
}

.bg-secondary-08 {
  background-color: rgba(134, 142, 150, 0.8) !important;
}

.b-secondary-08 {
  border-color: rgba(134, 142, 150, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary-08,
.by-secondary-08 {
  border-top-color: rgba(134, 142, 150, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary-08,
.bx-secondary-08 {
  border-right-color: rgba(134, 142, 150, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary-08,
.by-secondary-08 {
  border-bottom-color: rgba(134, 142, 150, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary-08,
.bx-secondary-08 {
  border-left-color: rgba(134, 142, 150, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary-09 {
  color: rgba(134, 142, 150, 0.9) !important;
}

.bg-secondary-09 {
  background-color: rgba(134, 142, 150, 0.9) !important;
}

.b-secondary-09 {
  border-color: rgba(134, 142, 150, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary-09,
.by-secondary-09 {
  border-top-color: rgba(134, 142, 150, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary-09,
.bx-secondary-09 {
  border-right-color: rgba(134, 142, 150, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary-09,
.by-secondary-09 {
  border-bottom-color: rgba(134, 142, 150, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary-09,
.bx-secondary-09 {
  border-left-color: rgba(134, 142, 150, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark-01 {
  color: rgba(63, 70, 81, 0.1) !important;
}

.bg-dark-01 {
  background-color: rgba(63, 70, 81, 0.1) !important;
}

.b-dark-01 {
  border-color: rgba(63, 70, 81, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark-01,
.by-dark-01 {
  border-top-color: rgba(63, 70, 81, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark-01,
.bx-dark-01 {
  border-right-color: rgba(63, 70, 81, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark-01,
.by-dark-01 {
  border-bottom-color: rgba(63, 70, 81, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark-01,
.bx-dark-01 {
  border-left-color: rgba(63, 70, 81, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark-02 {
  color: rgba(63, 70, 81, 0.2) !important;
}

.bg-dark-02 {
  background-color: rgba(63, 70, 81, 0.2) !important;
}

.b-dark-02 {
  border-color: rgba(63, 70, 81, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark-02,
.by-dark-02 {
  border-top-color: rgba(63, 70, 81, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark-02,
.bx-dark-02 {
  border-right-color: rgba(63, 70, 81, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark-02,
.by-dark-02 {
  border-bottom-color: rgba(63, 70, 81, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark-02,
.bx-dark-02 {
  border-left-color: rgba(63, 70, 81, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark-03 {
  color: rgba(63, 70, 81, 0.3) !important;
}

.bg-dark-03 {
  background-color: rgba(63, 70, 81, 0.3) !important;
}

.b-dark-03 {
  border-color: rgba(63, 70, 81, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark-03,
.by-dark-03 {
  border-top-color: rgba(63, 70, 81, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark-03,
.bx-dark-03 {
  border-right-color: rgba(63, 70, 81, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark-03,
.by-dark-03 {
  border-bottom-color: rgba(63, 70, 81, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark-03,
.bx-dark-03 {
  border-left-color: rgba(63, 70, 81, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark-04 {
  color: rgba(63, 70, 81, 0.4) !important;
}

.bg-dark-04 {
  background-color: rgba(63, 70, 81, 0.4) !important;
}

.b-dark-04 {
  border-color: rgba(63, 70, 81, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark-04,
.by-dark-04 {
  border-top-color: rgba(63, 70, 81, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark-04,
.bx-dark-04 {
  border-right-color: rgba(63, 70, 81, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark-04,
.by-dark-04 {
  border-bottom-color: rgba(63, 70, 81, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark-04,
.bx-dark-04 {
  border-left-color: rgba(63, 70, 81, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark-05 {
  color: rgba(63, 70, 81, 0.5) !important;
}

.bg-dark-05 {
  background-color: rgba(63, 70, 81, 0.5) !important;
}

.b-dark-05 {
  border-color: rgba(63, 70, 81, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark-05,
.by-dark-05 {
  border-top-color: rgba(63, 70, 81, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark-05,
.bx-dark-05 {
  border-right-color: rgba(63, 70, 81, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark-05,
.by-dark-05 {
  border-bottom-color: rgba(63, 70, 81, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark-05,
.bx-dark-05 {
  border-left-color: rgba(63, 70, 81, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark-06 {
  color: rgba(63, 70, 81, 0.6) !important;
}

.bg-dark-06 {
  background-color: rgba(63, 70, 81, 0.6) !important;
}

.b-dark-06 {
  border-color: rgba(63, 70, 81, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark-06,
.by-dark-06 {
  border-top-color: rgba(63, 70, 81, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark-06,
.bx-dark-06 {
  border-right-color: rgba(63, 70, 81, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark-06,
.by-dark-06 {
  border-bottom-color: rgba(63, 70, 81, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark-06,
.bx-dark-06 {
  border-left-color: rgba(63, 70, 81, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark-07 {
  color: rgba(63, 70, 81, 0.7) !important;
}

.bg-dark-07 {
  background-color: rgba(63, 70, 81, 0.7) !important;
}

.b-dark-07 {
  border-color: rgba(63, 70, 81, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark-07,
.by-dark-07 {
  border-top-color: rgba(63, 70, 81, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark-07,
.bx-dark-07 {
  border-right-color: rgba(63, 70, 81, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark-07,
.by-dark-07 {
  border-bottom-color: rgba(63, 70, 81, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark-07,
.bx-dark-07 {
  border-left-color: rgba(63, 70, 81, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark-08 {
  color: rgba(63, 70, 81, 0.8) !important;
}

.bg-dark-08 {
  background-color: rgba(63, 70, 81, 0.8) !important;
}

.b-dark-08 {
  border-color: rgba(63, 70, 81, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark-08,
.by-dark-08 {
  border-top-color: rgba(63, 70, 81, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark-08,
.bx-dark-08 {
  border-right-color: rgba(63, 70, 81, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark-08,
.by-dark-08 {
  border-bottom-color: rgba(63, 70, 81, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark-08,
.bx-dark-08 {
  border-left-color: rgba(63, 70, 81, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark-09 {
  color: rgba(63, 70, 81, 0.9) !important;
}

.bg-dark-09 {
  background-color: rgba(63, 70, 81, 0.9) !important;
}

.b-dark-09 {
  border-color: rgba(63, 70, 81, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark-09,
.by-dark-09 {
  border-top-color: rgba(63, 70, 81, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark-09,
.bx-dark-09 {
  border-right-color: rgba(63, 70, 81, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark-09,
.by-dark-09 {
  border-bottom-color: rgba(63, 70, 81, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark-09,
.bx-dark-09 {
  border-left-color: rgba(63, 70, 81, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light-01 {
  color: rgba(248, 249, 250, 0.1) !important;
}

.bg-light-01 {
  background-color: rgba(248, 249, 250, 0.1) !important;
}

.b-light-01 {
  border-color: rgba(248, 249, 250, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light-01,
.by-light-01 {
  border-top-color: rgba(248, 249, 250, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light-01,
.bx-light-01 {
  border-right-color: rgba(248, 249, 250, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light-01,
.by-light-01 {
  border-bottom-color: rgba(248, 249, 250, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light-01,
.bx-light-01 {
  border-left-color: rgba(248, 249, 250, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light-02 {
  color: rgba(248, 249, 250, 0.2) !important;
}

.bg-light-02 {
  background-color: rgba(248, 249, 250, 0.2) !important;
}

.b-light-02 {
  border-color: rgba(248, 249, 250, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light-02,
.by-light-02 {
  border-top-color: rgba(248, 249, 250, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light-02,
.bx-light-02 {
  border-right-color: rgba(248, 249, 250, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light-02,
.by-light-02 {
  border-bottom-color: rgba(248, 249, 250, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light-02,
.bx-light-02 {
  border-left-color: rgba(248, 249, 250, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light-03 {
  color: rgba(248, 249, 250, 0.3) !important;
}

.bg-light-03 {
  background-color: rgba(248, 249, 250, 0.3) !important;
}

.b-light-03 {
  border-color: rgba(248, 249, 250, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light-03,
.by-light-03 {
  border-top-color: rgba(248, 249, 250, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light-03,
.bx-light-03 {
  border-right-color: rgba(248, 249, 250, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light-03,
.by-light-03 {
  border-bottom-color: rgba(248, 249, 250, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light-03,
.bx-light-03 {
  border-left-color: rgba(248, 249, 250, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light-04 {
  color: rgba(248, 249, 250, 0.4) !important;
}

.bg-light-04 {
  background-color: rgba(248, 249, 250, 0.4) !important;
}

.b-light-04 {
  border-color: rgba(248, 249, 250, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light-04,
.by-light-04 {
  border-top-color: rgba(248, 249, 250, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light-04,
.bx-light-04 {
  border-right-color: rgba(248, 249, 250, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light-04,
.by-light-04 {
  border-bottom-color: rgba(248, 249, 250, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light-04,
.bx-light-04 {
  border-left-color: rgba(248, 249, 250, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light-05 {
  color: rgba(248, 249, 250, 0.5) !important;
}

.bg-light-05 {
  background-color: rgba(248, 249, 250, 0.5) !important;
}

.b-light-05 {
  border-color: rgba(248, 249, 250, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light-05,
.by-light-05 {
  border-top-color: rgba(248, 249, 250, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light-05,
.bx-light-05 {
  border-right-color: rgba(248, 249, 250, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light-05,
.by-light-05 {
  border-bottom-color: rgba(248, 249, 250, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light-05,
.bx-light-05 {
  border-left-color: rgba(248, 249, 250, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light-06 {
  color: rgba(248, 249, 250, 0.6) !important;
}

.bg-light-06 {
  background-color: rgba(248, 249, 250, 0.6) !important;
}

.b-light-06 {
  border-color: rgba(248, 249, 250, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light-06,
.by-light-06 {
  border-top-color: rgba(248, 249, 250, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light-06,
.bx-light-06 {
  border-right-color: rgba(248, 249, 250, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light-06,
.by-light-06 {
  border-bottom-color: rgba(248, 249, 250, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light-06,
.bx-light-06 {
  border-left-color: rgba(248, 249, 250, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light-07 {
  color: rgba(248, 249, 250, 0.7) !important;
}

.bg-light-07 {
  background-color: rgba(248, 249, 250, 0.7) !important;
}

.b-light-07 {
  border-color: rgba(248, 249, 250, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light-07,
.by-light-07 {
  border-top-color: rgba(248, 249, 250, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light-07,
.bx-light-07 {
  border-right-color: rgba(248, 249, 250, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light-07,
.by-light-07 {
  border-bottom-color: rgba(248, 249, 250, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light-07,
.bx-light-07 {
  border-left-color: rgba(248, 249, 250, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light-08 {
  color: rgba(248, 249, 250, 0.8) !important;
}

.bg-light-08 {
  background-color: rgba(248, 249, 250, 0.8) !important;
}

.b-light-08 {
  border-color: rgba(248, 249, 250, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light-08,
.by-light-08 {
  border-top-color: rgba(248, 249, 250, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light-08,
.bx-light-08 {
  border-right-color: rgba(248, 249, 250, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light-08,
.by-light-08 {
  border-bottom-color: rgba(248, 249, 250, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light-08,
.bx-light-08 {
  border-left-color: rgba(248, 249, 250, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light-09 {
  color: rgba(248, 249, 250, 0.9) !important;
}

.bg-light-09 {
  background-color: rgba(248, 249, 250, 0.9) !important;
}

.b-light-09 {
  border-color: rgba(248, 249, 250, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light-09,
.by-light-09 {
  border-top-color: rgba(248, 249, 250, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light-09,
.bx-light-09 {
  border-right-color: rgba(248, 249, 250, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light-09,
.by-light-09 {
  border-bottom-color: rgba(248, 249, 250, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light-09,
.bx-light-09 {
  border-left-color: rgba(248, 249, 250, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple-01 {
  color: rgba(202, 142, 255, 0.1) !important;
}

.bg-purple-01 {
  background-color: rgba(202, 142, 255, 0.1) !important;
}

.b-purple-01 {
  border-color: rgba(202, 142, 255, 0.1) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple-01,
.by-purple-01 {
  border-top-color: rgba(202, 142, 255, 0.1) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple-01,
.bx-purple-01 {
  border-right-color: rgba(202, 142, 255, 0.1) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple-01,
.by-purple-01 {
  border-bottom-color: rgba(202, 142, 255, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple-01,
.bx-purple-01 {
  border-left-color: rgba(202, 142, 255, 0.1) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple-02 {
  color: rgba(202, 142, 255, 0.2) !important;
}

.bg-purple-02 {
  background-color: rgba(202, 142, 255, 0.2) !important;
}

.b-purple-02 {
  border-color: rgba(202, 142, 255, 0.2) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple-02,
.by-purple-02 {
  border-top-color: rgba(202, 142, 255, 0.2) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple-02,
.bx-purple-02 {
  border-right-color: rgba(202, 142, 255, 0.2) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple-02,
.by-purple-02 {
  border-bottom-color: rgba(202, 142, 255, 0.2) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple-02,
.bx-purple-02 {
  border-left-color: rgba(202, 142, 255, 0.2) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple-03 {
  color: rgba(202, 142, 255, 0.3) !important;
}

.bg-purple-03 {
  background-color: rgba(202, 142, 255, 0.3) !important;
}

.b-purple-03 {
  border-color: rgba(202, 142, 255, 0.3) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple-03,
.by-purple-03 {
  border-top-color: rgba(202, 142, 255, 0.3) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple-03,
.bx-purple-03 {
  border-right-color: rgba(202, 142, 255, 0.3) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple-03,
.by-purple-03 {
  border-bottom-color: rgba(202, 142, 255, 0.3) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple-03,
.bx-purple-03 {
  border-left-color: rgba(202, 142, 255, 0.3) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple-04 {
  color: rgba(202, 142, 255, 0.4) !important;
}

.bg-purple-04 {
  background-color: rgba(202, 142, 255, 0.4) !important;
}

.b-purple-04 {
  border-color: rgba(202, 142, 255, 0.4) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple-04,
.by-purple-04 {
  border-top-color: rgba(202, 142, 255, 0.4) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple-04,
.bx-purple-04 {
  border-right-color: rgba(202, 142, 255, 0.4) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple-04,
.by-purple-04 {
  border-bottom-color: rgba(202, 142, 255, 0.4) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple-04,
.bx-purple-04 {
  border-left-color: rgba(202, 142, 255, 0.4) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple-05 {
  color: rgba(202, 142, 255, 0.5) !important;
}

.bg-purple-05 {
  background-color: rgba(202, 142, 255, 0.5) !important;
}

.b-purple-05 {
  border-color: rgba(202, 142, 255, 0.5) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple-05,
.by-purple-05 {
  border-top-color: rgba(202, 142, 255, 0.5) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple-05,
.bx-purple-05 {
  border-right-color: rgba(202, 142, 255, 0.5) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple-05,
.by-purple-05 {
  border-bottom-color: rgba(202, 142, 255, 0.5) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple-05,
.bx-purple-05 {
  border-left-color: rgba(202, 142, 255, 0.5) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple-06 {
  color: rgba(202, 142, 255, 0.6) !important;
}

.bg-purple-06 {
  background-color: rgba(202, 142, 255, 0.6) !important;
}

.b-purple-06 {
  border-color: rgba(202, 142, 255, 0.6) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple-06,
.by-purple-06 {
  border-top-color: rgba(202, 142, 255, 0.6) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple-06,
.bx-purple-06 {
  border-right-color: rgba(202, 142, 255, 0.6) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple-06,
.by-purple-06 {
  border-bottom-color: rgba(202, 142, 255, 0.6) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple-06,
.bx-purple-06 {
  border-left-color: rgba(202, 142, 255, 0.6) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple-07 {
  color: rgba(202, 142, 255, 0.7) !important;
}

.bg-purple-07 {
  background-color: rgba(202, 142, 255, 0.7) !important;
}

.b-purple-07 {
  border-color: rgba(202, 142, 255, 0.7) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple-07,
.by-purple-07 {
  border-top-color: rgba(202, 142, 255, 0.7) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple-07,
.bx-purple-07 {
  border-right-color: rgba(202, 142, 255, 0.7) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple-07,
.by-purple-07 {
  border-bottom-color: rgba(202, 142, 255, 0.7) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple-07,
.bx-purple-07 {
  border-left-color: rgba(202, 142, 255, 0.7) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple-08 {
  color: rgba(202, 142, 255, 0.8) !important;
}

.bg-purple-08 {
  background-color: rgba(202, 142, 255, 0.8) !important;
}

.b-purple-08 {
  border-color: rgba(202, 142, 255, 0.8) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple-08,
.by-purple-08 {
  border-top-color: rgba(202, 142, 255, 0.8) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple-08,
.bx-purple-08 {
  border-right-color: rgba(202, 142, 255, 0.8) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple-08,
.by-purple-08 {
  border-bottom-color: rgba(202, 142, 255, 0.8) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple-08,
.bx-purple-08 {
  border-left-color: rgba(202, 142, 255, 0.8) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-purple-09 {
  color: rgba(202, 142, 255, 0.9) !important;
}

.bg-purple-09 {
  background-color: rgba(202, 142, 255, 0.9) !important;
}

.b-purple-09 {
  border-color: rgba(202, 142, 255, 0.9) !important;
  border-style: solid;
  border-width: 1px;
}

.bt-purple-09,
.by-purple-09 {
  border-top-color: rgba(202, 142, 255, 0.9) !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-purple-09,
.bx-purple-09 {
  border-right-color: rgba(202, 142, 255, 0.9) !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-purple-09,
.by-purple-09 {
  border-bottom-color: rgba(202, 142, 255, 0.9) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-purple-09,
.bx-purple-09 {
  border-left-color: rgba(202, 142, 255, 0.9) !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.btn-facebook {
  color: #FFF;
  background-color: #3A5E95;
  border-color: #3A5E95;
}
.btn-facebook:hover {
  color: #FFF;
  background-color: #2f4d79;
  border-color: #2c4770;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #FFF;
  background-color: #2f4d79;
  border-color: #2c4770;
  box-shadow: 0 0 0 0.2rem rgba(88, 118, 165, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #FFF;
  background-color: #3A5E95;
  border-color: #3A5E95;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #FFF;
  background-color: #2c4770;
  border-color: #284167;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 118, 165, 0.5);
}
.btn-facebook.btn {
  color: #FFF;
}

.btn-outline-facebook {
  color: #3A5E95;
  border-color: #3A5E95;
}
.btn-outline-facebook:hover {
  color: #FFF;
  background-color: #3A5E95;
  border-color: #3A5E95;
}
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 94, 149, 0.5);
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #3A5E95;
  background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active, .show > .btn-outline-facebook.dropdown-toggle {
  color: #FFF;
  background-color: #3A5E95;
  border-color: #3A5E95;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 94, 149, 0.5);
}

.btn-twitter {
  color: #353C48;
  background-color: #60ADDB;
  border-color: #60ADDB;
}
.btn-twitter:hover {
  color: #FFF;
  background-color: #419dd4;
  border-color: #3698d2;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #FFF;
  background-color: #419dd4;
  border-color: #3698d2;
  box-shadow: 0 0 0 0.2rem rgba(90, 156, 197, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #353C48;
  background-color: #60ADDB;
  border-color: #60ADDB;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #FFF;
  background-color: #3698d2;
  border-color: #2e92cd;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 156, 197, 0.5);
}
.btn-twitter.btn {
  color: #FFF;
}

.btn-outline-twitter {
  color: #60ADDB;
  border-color: #60ADDB;
}
.btn-outline-twitter:hover {
  color: #353C48;
  background-color: #60ADDB;
  border-color: #60ADDB;
}
.btn-outline-twitter:focus, .btn-outline-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 173, 219, 0.5);
}
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #60ADDB;
  background-color: transparent;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active, .show > .btn-outline-twitter.dropdown-toggle {
  color: #353C48;
  background-color: #60ADDB;
  border-color: #60ADDB;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .btn-outline-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 173, 219, 0.5);
}

.btn-lastfm {
  color: #FFF;
  background-color: #E01132;
  border-color: #E01132;
}
.btn-lastfm:hover {
  color: #FFF;
  background-color: #bc0e2a;
  border-color: #b10d27;
}
.btn-lastfm:focus, .btn-lastfm.focus {
  color: #FFF;
  background-color: #bc0e2a;
  border-color: #b10d27;
  box-shadow: 0 0 0 0.2rem rgba(229, 53, 81, 0.5);
}
.btn-lastfm.disabled, .btn-lastfm:disabled {
  color: #FFF;
  background-color: #E01132;
  border-color: #E01132;
}
.btn-lastfm:not(:disabled):not(.disabled):active, .btn-lastfm:not(:disabled):not(.disabled).active, .show > .btn-lastfm.dropdown-toggle {
  color: #FFF;
  background-color: #b10d27;
  border-color: #a50d25;
}
.btn-lastfm:not(:disabled):not(.disabled):active:focus, .btn-lastfm:not(:disabled):not(.disabled).active:focus, .show > .btn-lastfm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 53, 81, 0.5);
}
.btn-lastfm.btn {
  color: #FFF;
}

.btn-outline-lastfm {
  color: #E01132;
  border-color: #E01132;
}
.btn-outline-lastfm:hover {
  color: #FFF;
  background-color: #E01132;
  border-color: #E01132;
}
.btn-outline-lastfm:focus, .btn-outline-lastfm.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 17, 50, 0.5);
}
.btn-outline-lastfm.disabled, .btn-outline-lastfm:disabled {
  color: #E01132;
  background-color: transparent;
}
.btn-outline-lastfm:not(:disabled):not(.disabled):active, .btn-outline-lastfm:not(:disabled):not(.disabled).active, .show > .btn-outline-lastfm.dropdown-toggle {
  color: #FFF;
  background-color: #E01132;
  border-color: #E01132;
}
.btn-outline-lastfm:not(:disabled):not(.disabled):active:focus, .btn-outline-lastfm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lastfm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 17, 50, 0.5);
}

.btn-pinterest {
  color: #FFF;
  background-color: #BD0520;
  border-color: #BD0520;
}
.btn-pinterest:hover {
  color: #FFF;
  background-color: #98041a;
  border-color: #8b0418;
}
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #FFF;
  background-color: #98041a;
  border-color: #8b0418;
  box-shadow: 0 0 0 0.2rem rgba(199, 43, 65, 0.5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #FFF;
  background-color: #BD0520;
  border-color: #BD0520;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
  color: #FFF;
  background-color: #8b0418;
  border-color: #7f0315;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 43, 65, 0.5);
}
.btn-pinterest.btn {
  color: #FFF;
}

.btn-outline-pinterest {
  color: #BD0520;
  border-color: #BD0520;
}
.btn-outline-pinterest:hover {
  color: #FFF;
  background-color: #BD0520;
  border-color: #BD0520;
}
.btn-outline-pinterest:focus, .btn-outline-pinterest.focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 5, 32, 0.5);
}
.btn-outline-pinterest.disabled, .btn-outline-pinterest:disabled {
  color: #BD0520;
  background-color: transparent;
}
.btn-outline-pinterest:not(:disabled):not(.disabled):active, .btn-outline-pinterest:not(:disabled):not(.disabled).active, .show > .btn-outline-pinterest.dropdown-toggle {
  color: #FFF;
  background-color: #BD0520;
  border-color: #BD0520;
}
.btn-outline-pinterest:not(:disabled):not(.disabled):active:focus, .btn-outline-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 5, 32, 0.5);
}

.btn-linkedin {
  color: #FFF;
  background-color: #057CB2;
  border-color: #057CB2;
}
.btn-linkedin:hover {
  color: #FFF;
  background-color: #04628d;
  border-color: #045980;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #FFF;
  background-color: #04628d;
  border-color: #045980;
  box-shadow: 0 0 0 0.2rem rgba(43, 144, 190, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #FFF;
  background-color: #057CB2;
  border-color: #057CB2;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color: #FFF;
  background-color: #045980;
  border-color: #035174;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 144, 190, 0.5);
}
.btn-linkedin.btn {
  color: #FFF;
}

.btn-outline-linkedin {
  color: #057CB2;
  border-color: #057CB2;
}
.btn-outline-linkedin:hover {
  color: #FFF;
  background-color: #057CB2;
  border-color: #057CB2;
}
.btn-outline-linkedin:focus, .btn-outline-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 124, 178, 0.5);
}
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
  color: #057CB2;
  background-color: transparent;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active, .show > .btn-outline-linkedin.dropdown-toggle {
  color: #FFF;
  background-color: #057CB2;
  border-color: #057CB2;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .btn-outline-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 124, 178, 0.5);
}

.btn-medium {
  color: #FFF;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-medium:hover {
  color: #FFF;
  background-color: #48a648;
  border-color: #449d44;
}
.btn-medium:focus, .btn-medium.focus {
  color: #FFF;
  background-color: #48a648;
  border-color: #449d44;
  box-shadow: 0 0 0 0.2rem rgba(116, 195, 116, 0.5);
}
.btn-medium.disabled, .btn-medium:disabled {
  color: #FFF;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-medium:not(:disabled):not(.disabled):active, .btn-medium:not(:disabled):not(.disabled).active, .show > .btn-medium.dropdown-toggle {
  color: #FFF;
  background-color: #449d44;
  border-color: #409440;
}
.btn-medium:not(:disabled):not(.disabled):active:focus, .btn-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 195, 116, 0.5);
}
.btn-medium.btn {
  color: #FFF;
}

.btn-outline-medium {
  color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-medium:hover {
  color: #FFF;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-medium:focus, .btn-outline-medium.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}
.btn-outline-medium.disabled, .btn-outline-medium:disabled {
  color: #5cb85c;
  background-color: transparent;
}
.btn-outline-medium:not(:disabled):not(.disabled):active, .btn-outline-medium:not(:disabled):not(.disabled).active, .show > .btn-outline-medium.dropdown-toggle {
  color: #FFF;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}

.btn-skype {
  color: #FFF;
  background-color: #0AB2EF;
  border-color: #0AB2EF;
}
.btn-skype:hover {
  color: #FFF;
  background-color: #0897ca;
  border-color: #088ebe;
}
.btn-skype:focus, .btn-skype.focus {
  color: #FFF;
  background-color: #0897ca;
  border-color: #088ebe;
  box-shadow: 0 0 0 0.2rem rgba(47, 190, 241, 0.5);
}
.btn-skype.disabled, .btn-skype:disabled {
  color: #FFF;
  background-color: #0AB2EF;
  border-color: #0AB2EF;
}
.btn-skype:not(:disabled):not(.disabled):active, .btn-skype:not(:disabled):not(.disabled).active, .show > .btn-skype.dropdown-toggle {
  color: #FFF;
  background-color: #088ebe;
  border-color: #0784b2;
}
.btn-skype:not(:disabled):not(.disabled):active:focus, .btn-skype:not(:disabled):not(.disabled).active:focus, .show > .btn-skype.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 190, 241, 0.5);
}
.btn-skype.btn {
  color: #FFF;
}

.btn-outline-skype {
  color: #0AB2EF;
  border-color: #0AB2EF;
}
.btn-outline-skype:hover {
  color: #FFF;
  background-color: #0AB2EF;
  border-color: #0AB2EF;
}
.btn-outline-skype:focus, .btn-outline-skype.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 178, 239, 0.5);
}
.btn-outline-skype.disabled, .btn-outline-skype:disabled {
  color: #0AB2EF;
  background-color: transparent;
}
.btn-outline-skype:not(:disabled):not(.disabled):active, .btn-outline-skype:not(:disabled):not(.disabled).active, .show > .btn-outline-skype.dropdown-toggle {
  color: #FFF;
  background-color: #0AB2EF;
  border-color: #0AB2EF;
}
.btn-outline-skype:not(:disabled):not(.disabled):active:focus, .btn-outline-skype:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-skype.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 178, 239, 0.5);
}

.btn-foursquare {
  color: #FFF;
  background-color: #F84978;
  border-color: #F84978;
}
.btn-foursquare:hover {
  color: #FFF;
  background-color: #f7245d;
  border-color: #f61854;
}
.btn-foursquare:focus, .btn-foursquare.focus {
  color: #FFF;
  background-color: #f7245d;
  border-color: #f61854;
  box-shadow: 0 0 0 0.2rem rgba(249, 100, 140, 0.5);
}
.btn-foursquare.disabled, .btn-foursquare:disabled {
  color: #FFF;
  background-color: #F84978;
  border-color: #F84978;
}
.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active, .show > .btn-foursquare.dropdown-toggle {
  color: #FFF;
  background-color: #f61854;
  border-color: #f60c4a;
}
.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus, .show > .btn-foursquare.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 100, 140, 0.5);
}
.btn-foursquare.btn {
  color: #FFF;
}

.btn-outline-foursquare {
  color: #F84978;
  border-color: #F84978;
}
.btn-outline-foursquare:hover {
  color: #FFF;
  background-color: #F84978;
  border-color: #F84978;
}
.btn-outline-foursquare:focus, .btn-outline-foursquare.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 73, 120, 0.5);
}
.btn-outline-foursquare.disabled, .btn-outline-foursquare:disabled {
  color: #F84978;
  background-color: transparent;
}
.btn-outline-foursquare:not(:disabled):not(.disabled):active, .btn-outline-foursquare:not(:disabled):not(.disabled).active, .show > .btn-outline-foursquare.dropdown-toggle {
  color: #FFF;
  background-color: #F84978;
  border-color: #F84978;
}
.btn-outline-foursquare:not(:disabled):not(.disabled):active:focus, .btn-outline-foursquare:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-foursquare.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 73, 120, 0.5);
}

.btn-android {
  color: #353C48;
  background-color: #A6C843;
  border-color: #A6C843;
}
.btn-android:hover {
  color: #353C48;
  background-color: #91b134;
  border-color: #89a731;
}
.btn-android:focus, .btn-android.focus {
  color: #353C48;
  background-color: #91b134;
  border-color: #89a731;
  box-shadow: 0 0 0 0.2rem rgba(149, 179, 68, 0.5);
}
.btn-android.disabled, .btn-android:disabled {
  color: #353C48;
  background-color: #A6C843;
  border-color: #A6C843;
}
.btn-android:not(:disabled):not(.disabled):active, .btn-android:not(:disabled):not(.disabled).active, .show > .btn-android.dropdown-toggle {
  color: #FFF;
  background-color: #89a731;
  border-color: #819d2e;
}
.btn-android:not(:disabled):not(.disabled):active:focus, .btn-android:not(:disabled):not(.disabled).active:focus, .show > .btn-android.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 179, 68, 0.5);
}
.btn-android.btn {
  color: #FFF;
}

.btn-outline-android {
  color: #A6C843;
  border-color: #A6C843;
}
.btn-outline-android:hover {
  color: #353C48;
  background-color: #A6C843;
  border-color: #A6C843;
}
.btn-outline-android:focus, .btn-outline-android.focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 200, 67, 0.5);
}
.btn-outline-android.disabled, .btn-outline-android:disabled {
  color: #A6C843;
  background-color: transparent;
}
.btn-outline-android:not(:disabled):not(.disabled):active, .btn-outline-android:not(:disabled):not(.disabled).active, .show > .btn-outline-android.dropdown-toggle {
  color: #353C48;
  background-color: #A6C843;
  border-color: #A6C843;
}
.btn-outline-android:not(:disabled):not(.disabled):active:focus, .btn-outline-android:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-android.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 200, 67, 0.5);
}

.btn-spotify {
  color: #353C48;
  background-color: #2FD665;
  border-color: #2FD665;
}
.btn-spotify:hover {
  color: #FFF;
  background-color: #25ba55;
  border-color: #23af50;
}
.btn-spotify:focus, .btn-spotify.focus {
  color: #FFF;
  background-color: #25ba55;
  border-color: #23af50;
  box-shadow: 0 0 0 0.2rem rgba(48, 191, 97, 0.5);
}
.btn-spotify.disabled, .btn-spotify:disabled {
  color: #353C48;
  background-color: #2FD665;
  border-color: #2FD665;
}
.btn-spotify:not(:disabled):not(.disabled):active, .btn-spotify:not(:disabled):not(.disabled).active, .show > .btn-spotify.dropdown-toggle {
  color: #FFF;
  background-color: #23af50;
  border-color: #20a54b;
}
.btn-spotify:not(:disabled):not(.disabled):active:focus, .btn-spotify:not(:disabled):not(.disabled).active:focus, .show > .btn-spotify.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 191, 97, 0.5);
}
.btn-spotify.btn {
  color: #FFF;
}

.btn-outline-spotify {
  color: #2FD665;
  border-color: #2FD665;
}
.btn-outline-spotify:hover {
  color: #353C48;
  background-color: #2FD665;
  border-color: #2FD665;
}
.btn-outline-spotify:focus, .btn-outline-spotify.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 214, 101, 0.5);
}
.btn-outline-spotify.disabled, .btn-outline-spotify:disabled {
  color: #2FD665;
  background-color: transparent;
}
.btn-outline-spotify:not(:disabled):not(.disabled):active, .btn-outline-spotify:not(:disabled):not(.disabled).active, .show > .btn-outline-spotify.dropdown-toggle {
  color: #353C48;
  background-color: #2FD665;
  border-color: #2FD665;
}
.btn-outline-spotify:not(:disabled):not(.disabled):active:focus, .btn-outline-spotify:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-spotify.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 214, 101, 0.5);
}

.btn-paypal {
  color: #FFF;
  background-color: #2A9AD7;
  border-color: #2A9AD7;
}
.btn-paypal:hover {
  color: #FFF;
  background-color: #2383b8;
  border-color: #217cad;
}
.btn-paypal:focus, .btn-paypal.focus {
  color: #FFF;
  background-color: #2383b8;
  border-color: #217cad;
  box-shadow: 0 0 0 0.2rem rgba(74, 169, 221, 0.5);
}
.btn-paypal.disabled, .btn-paypal:disabled {
  color: #FFF;
  background-color: #2A9AD7;
  border-color: #2A9AD7;
}
.btn-paypal:not(:disabled):not(.disabled):active, .btn-paypal:not(:disabled):not(.disabled).active, .show > .btn-paypal.dropdown-toggle {
  color: #FFF;
  background-color: #217cad;
  border-color: #1f74a3;
}
.btn-paypal:not(:disabled):not(.disabled):active:focus, .btn-paypal:not(:disabled):not(.disabled).active:focus, .show > .btn-paypal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 169, 221, 0.5);
}
.btn-paypal.btn {
  color: #FFF;
}

.btn-outline-paypal {
  color: #2A9AD7;
  border-color: #2A9AD7;
}
.btn-outline-paypal:hover {
  color: #FFF;
  background-color: #2A9AD7;
  border-color: #2A9AD7;
}
.btn-outline-paypal:focus, .btn-outline-paypal.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 154, 215, 0.5);
}
.btn-outline-paypal.disabled, .btn-outline-paypal:disabled {
  color: #2A9AD7;
  background-color: transparent;
}
.btn-outline-paypal:not(:disabled):not(.disabled):active, .btn-outline-paypal:not(:disabled):not(.disabled).active, .show > .btn-outline-paypal.dropdown-toggle {
  color: #FFF;
  background-color: #2A9AD7;
  border-color: #2A9AD7;
}
.btn-outline-paypal:not(:disabled):not(.disabled):active:focus, .btn-outline-paypal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-paypal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 154, 215, 0.5);
}

.btn-dribbble {
  color: #353C48;
  background-color: #F16898;
  border-color: #F16898;
}
.btn-dribbble:hover {
  color: #FFF;
  background-color: #ee4580;
  border-color: #ed3978;
}
.btn-dribbble:focus, .btn-dribbble.focus {
  color: #FFF;
  background-color: #ee4580;
  border-color: #ed3978;
  box-shadow: 0 0 0 0.2rem rgba(213, 97, 140, 0.5);
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #353C48;
  background-color: #F16898;
  border-color: #F16898;
}
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show > .btn-dribbble.dropdown-toggle {
  color: #FFF;
  background-color: #ed3978;
  border-color: #ec2e70;
}
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 97, 140, 0.5);
}
.btn-dribbble.btn {
  color: #FFF;
}

.btn-outline-dribbble {
  color: #F16898;
  border-color: #F16898;
}
.btn-outline-dribbble:hover {
  color: #353C48;
  background-color: #F16898;
  border-color: #F16898;
}
.btn-outline-dribbble:focus, .btn-outline-dribbble.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 104, 152, 0.5);
}
.btn-outline-dribbble.disabled, .btn-outline-dribbble:disabled {
  color: #F16898;
  background-color: transparent;
}
.btn-outline-dribbble:not(:disabled):not(.disabled):active, .btn-outline-dribbble:not(:disabled):not(.disabled).active, .show > .btn-outline-dribbble.dropdown-toggle {
  color: #353C48;
  background-color: #F16898;
  border-color: #F16898;
}
.btn-outline-dribbble:not(:disabled):not(.disabled):active:focus, .btn-outline-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 104, 152, 0.5);
}

.btn-youtube {
  color: #FFF;
  background-color: #ED1922;
  border-color: #ED1922;
}
.btn-youtube:hover {
  color: #FFF;
  background-color: #d01018;
  border-color: #c40f17;
}
.btn-youtube:focus, .btn-youtube.focus {
  color: #FFF;
  background-color: #d01018;
  border-color: #c40f17;
  box-shadow: 0 0 0 0.2rem rgba(240, 60, 67, 0.5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #FFF;
  background-color: #ED1922;
  border-color: #ED1922;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
  color: #FFF;
  background-color: #c40f17;
  border-color: #b80e16;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 60, 67, 0.5);
}
.btn-youtube.btn {
  color: #FFF;
}

.btn-outline-youtube {
  color: #ED1922;
  border-color: #ED1922;
}
.btn-outline-youtube:hover {
  color: #FFF;
  background-color: #ED1922;
  border-color: #ED1922;
}
.btn-outline-youtube:focus, .btn-outline-youtube.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 25, 34, 0.5);
}
.btn-outline-youtube.disabled, .btn-outline-youtube:disabled {
  color: #ED1922;
  background-color: transparent;
}
.btn-outline-youtube:not(:disabled):not(.disabled):active, .btn-outline-youtube:not(:disabled):not(.disabled).active, .show > .btn-outline-youtube.dropdown-toggle {
  color: #FFF;
  background-color: #ED1922;
  border-color: #ED1922;
}
.btn-outline-youtube:not(:disabled):not(.disabled):active:focus, .btn-outline-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 25, 34, 0.5);
}

.btn-windows {
  color: #FFF;
  background-color: #10BFF2;
  border-color: #10BFF2;
}
.btn-windows:hover {
  color: #FFF;
  background-color: #0ba4d0;
  border-color: #0b9ac4;
}
.btn-windows:focus, .btn-windows.focus {
  color: #FFF;
  background-color: #0ba4d0;
  border-color: #0b9ac4;
  box-shadow: 0 0 0 0.2rem rgba(52, 201, 244, 0.5);
}
.btn-windows.disabled, .btn-windows:disabled {
  color: #FFF;
  background-color: #10BFF2;
  border-color: #10BFF2;
}
.btn-windows:not(:disabled):not(.disabled):active, .btn-windows:not(:disabled):not(.disabled).active, .show > .btn-windows.dropdown-toggle {
  color: #FFF;
  background-color: #0b9ac4;
  border-color: #0a91b8;
}
.btn-windows:not(:disabled):not(.disabled):active:focus, .btn-windows:not(:disabled):not(.disabled).active:focus, .show > .btn-windows.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 201, 244, 0.5);
}
.btn-windows.btn {
  color: #FFF;
}

.btn-outline-windows {
  color: #10BFF2;
  border-color: #10BFF2;
}
.btn-outline-windows:hover {
  color: #FFF;
  background-color: #10BFF2;
  border-color: #10BFF2;
}
.btn-outline-windows:focus, .btn-outline-windows.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 191, 242, 0.5);
}
.btn-outline-windows.disabled, .btn-outline-windows:disabled {
  color: #10BFF2;
  background-color: transparent;
}
.btn-outline-windows:not(:disabled):not(.disabled):active, .btn-outline-windows:not(:disabled):not(.disabled).active, .show > .btn-outline-windows.dropdown-toggle {
  color: #FFF;
  background-color: #10BFF2;
  border-color: #10BFF2;
}
.btn-outline-windows:not(:disabled):not(.disabled):active:focus, .btn-outline-windows:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-windows.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 191, 242, 0.5);
}

.btn-amazon {
  color: #353C48;
  background-color: #FEA320;
  border-color: #FEA320;
}
.btn-amazon:hover {
  color: #353C48;
  background-color: #f79201;
  border-color: #ea8a01;
}
.btn-amazon:focus, .btn-amazon.focus {
  color: #353C48;
  background-color: #f79201;
  border-color: #ea8a01;
  box-shadow: 0 0 0 0.2rem rgba(224, 148, 38, 0.5);
}
.btn-amazon.disabled, .btn-amazon:disabled {
  color: #353C48;
  background-color: #FEA320;
  border-color: #FEA320;
}
.btn-amazon:not(:disabled):not(.disabled):active, .btn-amazon:not(:disabled):not(.disabled).active, .show > .btn-amazon.dropdown-toggle {
  color: #353C48;
  background-color: #ea8a01;
  border-color: #dd8301;
}
.btn-amazon:not(:disabled):not(.disabled):active:focus, .btn-amazon:not(:disabled):not(.disabled).active:focus, .show > .btn-amazon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 148, 38, 0.5);
}
.btn-amazon.btn {
  color: #FFF;
}

.btn-outline-amazon {
  color: #FEA320;
  border-color: #FEA320;
}
.btn-outline-amazon:hover {
  color: #353C48;
  background-color: #FEA320;
  border-color: #FEA320;
}
.btn-outline-amazon:focus, .btn-outline-amazon.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 163, 32, 0.5);
}
.btn-outline-amazon.disabled, .btn-outline-amazon:disabled {
  color: #FEA320;
  background-color: transparent;
}
.btn-outline-amazon:not(:disabled):not(.disabled):active, .btn-outline-amazon:not(:disabled):not(.disabled).active, .show > .btn-outline-amazon.dropdown-toggle {
  color: #353C48;
  background-color: #FEA320;
  border-color: #FEA320;
}
.btn-outline-amazon:not(:disabled):not(.disabled):active:focus, .btn-outline-amazon:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-amazon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 163, 32, 0.5);
}

.btn-gray-100 {
  color: #353C48;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-gray-100:hover {
  color: #353C48;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-gray-100:focus, .btn-gray-100.focus {
  color: #353C48;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(219, 221, 223, 0.5);
}
.btn-gray-100.disabled, .btn-gray-100:disabled {
  color: #353C48;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .show > .btn-gray-100.dropdown-toggle {
  color: #353C48;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 221, 223, 0.5);
}
.btn-gray-100.btn {
  color: #1F2D3D;
}

.btn-outline-gray-100 {
  color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-gray-100:hover {
  color: #353C48;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled {
  color: #F8F9FA;
  background-color: transparent;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-100.dropdown-toggle {
  color: #353C48;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-gray-200 {
  color: #353C48;
  background-color: #E9ECEF;
  border-color: #E9ECEF;
}
.btn-gray-200:hover {
  color: #353C48;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
.btn-gray-200:focus, .btn-gray-200.focus {
  color: #353C48;
  background-color: #d3d9df;
  border-color: #cbd3da;
  box-shadow: 0 0 0 0.2rem rgba(206, 210, 214, 0.5);
}
.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #353C48;
  background-color: #E9ECEF;
  border-color: #E9ECEF;
}
.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active, .show > .btn-gray-200.dropdown-toggle {
  color: #353C48;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 210, 214, 0.5);
}
.btn-gray-200.btn {
  color: #1F2D3D;
}

.btn-outline-gray-200 {
  color: #E9ECEF;
  border-color: #E9ECEF;
}
.btn-outline-gray-200:hover {
  color: #353C48;
  background-color: #E9ECEF;
  border-color: #E9ECEF;
}
.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #E9ECEF;
  background-color: transparent;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-200.dropdown-toggle {
  color: #353C48;
  background-color: #E9ECEF;
  border-color: #E9ECEF;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-gray-300 {
  color: #353C48;
  background-color: #DEE2E6;
  border-color: #DEE2E6;
}
.btn-gray-300:hover {
  color: #353C48;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}
.btn-gray-300:focus, .btn-gray-300.focus {
  color: #353C48;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
  box-shadow: 0 0 0 0.2rem rgba(197, 201, 206, 0.5);
}
.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #353C48;
  background-color: #DEE2E6;
  border-color: #DEE2E6;
}
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active, .show > .btn-gray-300.dropdown-toggle {
  color: #353C48;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 201, 206, 0.5);
}
.btn-gray-300.btn {
  color: #1F2D3D;
}

.btn-outline-gray-300 {
  color: #DEE2E6;
  border-color: #DEE2E6;
}
.btn-outline-gray-300:hover {
  color: #353C48;
  background-color: #DEE2E6;
  border-color: #DEE2E6;
}
.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #DEE2E6;
  background-color: transparent;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-300.dropdown-toggle {
  color: #353C48;
  background-color: #DEE2E6;
  border-color: #DEE2E6;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-gray-400 {
  color: #353C48;
  background-color: #CED4DA;
  border-color: #CED4DA;
}
.btn-gray-400:hover {
  color: #353C48;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}
.btn-gray-400:focus, .btn-gray-400.focus {
  color: #353C48;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
  box-shadow: 0 0 0 0.2rem rgba(183, 189, 196, 0.5);
}
.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #353C48;
  background-color: #CED4DA;
  border-color: #CED4DA;
}
.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active, .show > .btn-gray-400.dropdown-toggle {
  color: #353C48;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 189, 196, 0.5);
}
.btn-gray-400.btn {
  color: #FFF;
}

.btn-outline-gray-400 {
  color: #CED4DA;
  border-color: #CED4DA;
}
.btn-outline-gray-400:hover {
  color: #353C48;
  background-color: #CED4DA;
  border-color: #CED4DA;
}
.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
  color: #CED4DA;
  background-color: transparent;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-400.dropdown-toggle {
  color: #353C48;
  background-color: #CED4DA;
  border-color: #CED4DA;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-gray-500 {
  color: #353C48;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
}
.btn-gray-500:hover {
  color: #353C48;
  background-color: #98a2ac;
  border-color: #919ca6;
}
.btn-gray-500:focus, .btn-gray-500.focus {
  color: #353C48;
  background-color: #98a2ac;
  border-color: #919ca6;
  box-shadow: 0 0 0 0.2rem rgba(155, 163, 171, 0.5);
}
.btn-gray-500.disabled, .btn-gray-500:disabled {
  color: #353C48;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
}
.btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active, .show > .btn-gray-500.dropdown-toggle {
  color: #353C48;
  background-color: #919ca6;
  border-color: #8a95a1;
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus, .btn-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 163, 171, 0.5);
}
.btn-gray-500.btn {
  color: #FFF;
}

.btn-outline-gray-500 {
  color: #ADB5BD;
  border-color: #ADB5BD;
}
.btn-outline-gray-500:hover {
  color: #353C48;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
}
.btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-gray-500.disabled, .btn-outline-gray-500:disabled {
  color: #ADB5BD;
  background-color: transparent;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active, .btn-outline-gray-500:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-500.dropdown-toggle {
  color: #353C48;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-gray-600 {
  color: #FFF;
  background-color: #868E96;
  border-color: #868E96;
}
.btn-gray-600:hover {
  color: #FFF;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-gray-600:focus, .btn-gray-600.focus {
  color: #FFF;
  background-color: #727b84;
  border-color: #6c757d;
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}
.btn-gray-600.disabled, .btn-gray-600:disabled {
  color: #FFF;
  background-color: #868E96;
  border-color: #868E96;
}
.btn-gray-600:not(:disabled):not(.disabled):active, .btn-gray-600:not(:disabled):not(.disabled).active, .show > .btn-gray-600.dropdown-toggle {
  color: #FFF;
  background-color: #6c757d;
  border-color: #666e76;
}
.btn-gray-600:not(:disabled):not(.disabled):active:focus, .btn-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}
.btn-gray-600.btn {
  color: #FFF;
}

.btn-outline-gray-600 {
  color: #868E96;
  border-color: #868E96;
}
.btn-outline-gray-600:hover {
  color: #FFF;
  background-color: #868E96;
  border-color: #868E96;
}
.btn-outline-gray-600:focus, .btn-outline-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-gray-600.disabled, .btn-outline-gray-600:disabled {
  color: #868E96;
  background-color: transparent;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active, .btn-outline-gray-600:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-600.dropdown-toggle {
  color: #FFF;
  background-color: #868E96;
  border-color: #868E96;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-gray-700 {
  color: #FFF;
  background-color: #5D636D;
  border-color: #5D636D;
}
.btn-gray-700:hover {
  color: #FFF;
  background-color: #4b5058;
  border-color: #464a51;
}
.btn-gray-700:focus, .btn-gray-700.focus {
  color: #FFF;
  background-color: #4b5058;
  border-color: #464a51;
  box-shadow: 0 0 0 0.2rem rgba(117, 122, 131, 0.5);
}
.btn-gray-700.disabled, .btn-gray-700:disabled {
  color: #FFF;
  background-color: #5D636D;
  border-color: #5D636D;
}
.btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active, .show > .btn-gray-700.dropdown-toggle {
  color: #FFF;
  background-color: #464a51;
  border-color: #40444b;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus, .btn-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 122, 131, 0.5);
}
.btn-gray-700.btn {
  color: #FFF;
}

.btn-outline-gray-700 {
  color: #5D636D;
  border-color: #5D636D;
}
.btn-outline-gray-700:hover {
  color: #FFF;
  background-color: #5D636D;
  border-color: #5D636D;
}
.btn-outline-gray-700:focus, .btn-outline-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 99, 109, 0.5);
}
.btn-outline-gray-700.disabled, .btn-outline-gray-700:disabled {
  color: #5D636D;
  background-color: transparent;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active, .btn-outline-gray-700:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-700.dropdown-toggle {
  color: #FFF;
  background-color: #5D636D;
  border-color: #5D636D;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 99, 109, 0.5);
}

.btn-gray-800 {
  color: #FFF;
  background-color: #3F4651;
  border-color: #3F4651;
}
.btn-gray-800:hover {
  color: #FFF;
  background-color: #2e333b;
  border-color: #292d34;
}
.btn-gray-800:focus, .btn-gray-800.focus {
  color: #FFF;
  background-color: #2e333b;
  border-color: #292d34;
  box-shadow: 0 0 0 0.2rem rgba(92, 98, 107, 0.5);
}
.btn-gray-800.disabled, .btn-gray-800:disabled {
  color: #FFF;
  background-color: #3F4651;
  border-color: #3F4651;
}
.btn-gray-800:not(:disabled):not(.disabled):active, .btn-gray-800:not(:disabled):not(.disabled).active, .show > .btn-gray-800.dropdown-toggle {
  color: #FFF;
  background-color: #292d34;
  border-color: #23272d;
}
.btn-gray-800:not(:disabled):not(.disabled):active:focus, .btn-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 98, 107, 0.5);
}
.btn-gray-800.btn {
  color: #FFF;
}

.btn-outline-gray-800 {
  color: #3F4651;
  border-color: #3F4651;
}
.btn-outline-gray-800:hover {
  color: #FFF;
  background-color: #3F4651;
  border-color: #3F4651;
}
.btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 70, 81, 0.5);
}
.btn-outline-gray-800.disabled, .btn-outline-gray-800:disabled {
  color: #3F4651;
  background-color: transparent;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active, .btn-outline-gray-800:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-800.dropdown-toggle {
  color: #FFF;
  background-color: #3F4651;
  border-color: #3F4651;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 70, 81, 0.5);
}

.btn-gray-900 {
  color: #FFF;
  background-color: #353C48;
  border-color: #353C48;
}
.btn-gray-900:hover {
  color: #FFF;
  background-color: #252a32;
  border-color: #1f242b;
}
.btn-gray-900:focus, .btn-gray-900.focus {
  color: #FFF;
  background-color: #252a32;
  border-color: #1f242b;
  box-shadow: 0 0 0 0.2rem rgba(83, 89, 99, 0.5);
}
.btn-gray-900.disabled, .btn-gray-900:disabled {
  color: #FFF;
  background-color: #353C48;
  border-color: #353C48;
}
.btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active, .show > .btn-gray-900.dropdown-toggle {
  color: #FFF;
  background-color: #1f242b;
  border-color: #1a1d23;
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus, .btn-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 89, 99, 0.5);
}
.btn-gray-900.btn {
  color: #FFF;
}

.btn-outline-gray-900 {
  color: #353C48;
  border-color: #353C48;
}
.btn-outline-gray-900:hover {
  color: #FFF;
  background-color: #353C48;
  border-color: #353C48;
}
.btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 60, 72, 0.5);
}
.btn-outline-gray-900.disabled, .btn-outline-gray-900:disabled {
  color: #353C48;
  background-color: transparent;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active, .btn-outline-gray-900:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-900.dropdown-toggle {
  color: #FFF;
  background-color: #353C48;
  border-color: #353C48;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 60, 72, 0.5);
}

.text-body-bg {
  color: #F9FAFC !important;
}

.bg-body-bg {
  background-color: #F9FAFC !important;
}

.b-body-bg {
  border-color: #F9FAFC !important;
  border-style: solid;
  border-width: 1px;
}

.bt-body-bg,
.by-body-bg {
  border-top-color: #F9FAFC !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-body-bg,
.bx-body-bg {
  border-right-color: #F9FAFC !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-body-bg,
.by-body-bg {
  border-bottom-color: #F9FAFC !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-body-bg,
.bx-body-bg {
  border-left-color: #F9FAFC !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-gray-100 {
  color: #F8F9FA !important;
}

.bg-gray-100 {
  background-color: #F8F9FA !important;
}

.b-gray-100 {
  border-color: #F8F9FA !important;
  border-style: solid;
  border-width: 1px;
}

.bt-gray-100,
.by-gray-100 {
  border-top-color: #F8F9FA !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-gray-100,
.bx-gray-100 {
  border-right-color: #F8F9FA !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-gray-100,
.by-gray-100 {
  border-bottom-color: #F8F9FA !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-gray-100,
.bx-gray-100 {
  border-left-color: #F8F9FA !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-gray-200 {
  color: #E9ECEF !important;
}

.bg-gray-200 {
  background-color: #E9ECEF !important;
}

.b-gray-200 {
  border-color: #E9ECEF !important;
  border-style: solid;
  border-width: 1px;
}

.bt-gray-200,
.by-gray-200 {
  border-top-color: #E9ECEF !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-gray-200,
.bx-gray-200 {
  border-right-color: #E9ECEF !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-gray-200,
.by-gray-200 {
  border-bottom-color: #E9ECEF !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-gray-200,
.bx-gray-200 {
  border-left-color: #E9ECEF !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-gray-300 {
  color: #DEE2E6 !important;
}

.bg-gray-300 {
  background-color: #DEE2E6 !important;
}

.b-gray-300 {
  border-color: #DEE2E6 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-gray-300,
.by-gray-300 {
  border-top-color: #DEE2E6 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-gray-300,
.bx-gray-300 {
  border-right-color: #DEE2E6 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-gray-300,
.by-gray-300 {
  border-bottom-color: #DEE2E6 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-gray-300,
.bx-gray-300 {
  border-left-color: #DEE2E6 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-gray-400 {
  color: #CED4DA !important;
}

.bg-gray-400 {
  background-color: #CED4DA !important;
}

.b-gray-400 {
  border-color: #CED4DA !important;
  border-style: solid;
  border-width: 1px;
}

.bt-gray-400,
.by-gray-400 {
  border-top-color: #CED4DA !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-gray-400,
.bx-gray-400 {
  border-right-color: #CED4DA !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-gray-400,
.by-gray-400 {
  border-bottom-color: #CED4DA !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-gray-400,
.bx-gray-400 {
  border-left-color: #CED4DA !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-gray-500 {
  color: #ADB5BD !important;
}

.bg-gray-500 {
  background-color: #ADB5BD !important;
}

.b-gray-500 {
  border-color: #ADB5BD !important;
  border-style: solid;
  border-width: 1px;
}

.bt-gray-500,
.by-gray-500 {
  border-top-color: #ADB5BD !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-gray-500,
.bx-gray-500 {
  border-right-color: #ADB5BD !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-gray-500,
.by-gray-500 {
  border-bottom-color: #ADB5BD !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-gray-500,
.bx-gray-500 {
  border-left-color: #ADB5BD !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-gray-600 {
  color: #868E96 !important;
}

.bg-gray-600 {
  background-color: #868E96 !important;
}

.b-gray-600 {
  border-color: #868E96 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-gray-600,
.by-gray-600 {
  border-top-color: #868E96 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-gray-600,
.bx-gray-600 {
  border-right-color: #868E96 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-gray-600,
.by-gray-600 {
  border-bottom-color: #868E96 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-gray-600,
.bx-gray-600 {
  border-left-color: #868E96 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-gray-700 {
  color: #5D636D !important;
}

.bg-gray-700 {
  background-color: #5D636D !important;
}

.b-gray-700 {
  border-color: #5D636D !important;
  border-style: solid;
  border-width: 1px;
}

.bt-gray-700,
.by-gray-700 {
  border-top-color: #5D636D !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-gray-700,
.bx-gray-700 {
  border-right-color: #5D636D !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-gray-700,
.by-gray-700 {
  border-bottom-color: #5D636D !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-gray-700,
.bx-gray-700 {
  border-left-color: #5D636D !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-gray-800 {
  color: #3F4651 !important;
}

.bg-gray-800 {
  background-color: #3F4651 !important;
}

.b-gray-800 {
  border-color: #3F4651 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-gray-800,
.by-gray-800 {
  border-top-color: #3F4651 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-gray-800,
.bx-gray-800 {
  border-right-color: #3F4651 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-gray-800,
.by-gray-800 {
  border-bottom-color: #3F4651 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-gray-800,
.bx-gray-800 {
  border-left-color: #3F4651 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-gray-900 {
  color: #353C48 !important;
}

.bg-gray-900 {
  background-color: #353C48 !important;
}

.b-gray-900 {
  border-color: #353C48 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-gray-900,
.by-gray-900 {
  border-top-color: #353C48 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-gray-900,
.bx-gray-900 {
  border-right-color: #353C48 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-gray-900,
.by-gray-900 {
  border-bottom-color: #353C48 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-gray-900,
.bx-gray-900 {
  border-left-color: #353C48 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-inverse {
  color: #1F2D3D !important;
}

.bg-inverse {
  background-color: #1F2D3D !important;
}

.b-inverse {
  border-color: #1F2D3D !important;
  border-style: solid;
  border-width: 1px;
}

.bt-inverse,
.by-inverse {
  border-top-color: #1F2D3D !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-inverse,
.bx-inverse {
  border-right-color: #1F2D3D !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-inverse,
.by-inverse {
  border-bottom-color: #1F2D3D !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-inverse,
.bx-inverse {
  border-left-color: #1F2D3D !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-primary {
  color: #1EB7FF !important;
}

.bg-primary {
  background-color: #1EB7FF !important;
}

.b-primary {
  border-color: #1EB7FF !important;
  border-style: solid;
  border-width: 1px;
}

.bt-primary,
.by-primary {
  border-top-color: #1EB7FF !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-primary,
.bx-primary {
  border-right-color: #1EB7FF !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-primary,
.by-primary {
  border-bottom-color: #1EB7FF !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-primary,
.bx-primary {
  border-left-color: #1EB7FF !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-success {
  color: #1BB934 !important;
}

.bg-success {
  background-color: #1BB934 !important;
}

.b-success {
  border-color: #1BB934 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-success,
.by-success {
  border-top-color: #1BB934 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-success,
.bx-success {
  border-right-color: #1BB934 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-success,
.by-success {
  border-bottom-color: #1BB934 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-success,
.bx-success {
  border-left-color: #1BB934 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-info {
  color: #7395ae !important;
}

.bg-info {
  background-color: #7395ae !important;
}

.b-info {
  border-color: #7395ae !important;
  border-style: solid;
  border-width: 1px;
}

.bt-info,
.by-info {
  border-top-color: #7395ae !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-info,
.bx-info {
  border-right-color: #7395ae !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-info,
.by-info {
  border-bottom-color: #7395ae !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-info,
.bx-info {
  border-left-color: #7395ae !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-warning {
  color: #feba21 !important;
}

.bg-warning {
  background-color: #feba21 !important;
}

.b-warning {
  border-color: #feba21 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-warning,
.by-warning {
  border-top-color: #feba21 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-warning,
.bx-warning {
  border-right-color: #feba21 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-warning,
.by-warning {
  border-bottom-color: #feba21 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-warning,
.bx-warning {
  border-left-color: #feba21 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-danger {
  color: #ED1C24 !important;
}

.bg-danger {
  background-color: #ED1C24 !important;
}

.b-danger {
  border-color: #ED1C24 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-danger,
.by-danger {
  border-top-color: #ED1C24 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-danger,
.bx-danger {
  border-right-color: #ED1C24 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-danger,
.by-danger {
  border-bottom-color: #ED1C24 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-danger,
.bx-danger {
  border-left-color: #ED1C24 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-secondary {
  color: #868E96 !important;
}

.bg-secondary {
  background-color: #868E96 !important;
}

.b-secondary {
  border-color: #868E96 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-secondary,
.by-secondary {
  border-top-color: #868E96 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-secondary,
.bx-secondary {
  border-right-color: #868E96 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-secondary,
.by-secondary {
  border-bottom-color: #868E96 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-secondary,
.bx-secondary {
  border-left-color: #868E96 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dark {
  color: #3F4651 !important;
}

.bg-dark {
  background-color: #3F4651 !important;
}

.b-dark {
  border-color: #3F4651 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dark,
.by-dark {
  border-top-color: #3F4651 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dark,
.bx-dark {
  border-right-color: #3F4651 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dark,
.by-dark {
  border-bottom-color: #3F4651 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dark,
.bx-dark {
  border-left-color: #3F4651 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-light {
  color: #F8F9FA !important;
}

.bg-light {
  background-color: #F8F9FA !important;
}

.b-light {
  border-color: #F8F9FA !important;
  border-style: solid;
  border-width: 1px;
}

.bt-light,
.by-light {
  border-top-color: #F8F9FA !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-light,
.bx-light {
  border-right-color: #F8F9FA !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-light,
.by-light {
  border-bottom-color: #F8F9FA !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-light,
.bx-light {
  border-left-color: #F8F9FA !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-white {
  color: #FFF !important;
}

.bg-white {
  background-color: #FFF !important;
}

.b-white {
  border-color: #FFF !important;
  border-style: solid;
  border-width: 1px;
}

.bt-white,
.by-white {
  border-top-color: #FFF !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-white,
.bx-white {
  border-right-color: #FFF !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-white,
.by-white {
  border-bottom-color: #FFF !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-white,
.bx-white {
  border-left-color: #FFF !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-black {
  color: #1F2D3D !important;
}

.bg-black {
  background-color: #1F2D3D !important;
}

.b-black {
  border-color: #1F2D3D !important;
  border-style: solid;
  border-width: 1px;
}

.bt-black,
.by-black {
  border-top-color: #1F2D3D !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-black,
.bx-black {
  border-right-color: #1F2D3D !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-black,
.by-black {
  border-bottom-color: #1F2D3D !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-black,
.bx-black {
  border-left-color: #1F2D3D !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-facebook {
  color: #3A5E95 !important;
}

.bg-facebook {
  background-color: #3A5E95 !important;
}

.b-facebook {
  border-color: #3A5E95 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-facebook,
.by-facebook {
  border-top-color: #3A5E95 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-facebook,
.bx-facebook {
  border-right-color: #3A5E95 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-facebook,
.by-facebook {
  border-bottom-color: #3A5E95 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-facebook,
.bx-facebook {
  border-left-color: #3A5E95 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-twitter {
  color: #60ADDB !important;
}

.bg-twitter {
  background-color: #60ADDB !important;
}

.b-twitter {
  border-color: #60ADDB !important;
  border-style: solid;
  border-width: 1px;
}

.bt-twitter,
.by-twitter {
  border-top-color: #60ADDB !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-twitter,
.bx-twitter {
  border-right-color: #60ADDB !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-twitter,
.by-twitter {
  border-bottom-color: #60ADDB !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-twitter,
.bx-twitter {
  border-left-color: #60ADDB !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-lastfm {
  color: #E01132 !important;
}

.bg-lastfm {
  background-color: #E01132 !important;
}

.b-lastfm {
  border-color: #E01132 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-lastfm,
.by-lastfm {
  border-top-color: #E01132 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-lastfm,
.bx-lastfm {
  border-right-color: #E01132 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-lastfm,
.by-lastfm {
  border-bottom-color: #E01132 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-lastfm,
.bx-lastfm {
  border-left-color: #E01132 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-pinterest {
  color: #BD0520 !important;
}

.bg-pinterest {
  background-color: #BD0520 !important;
}

.b-pinterest {
  border-color: #BD0520 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-pinterest,
.by-pinterest {
  border-top-color: #BD0520 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-pinterest,
.bx-pinterest {
  border-right-color: #BD0520 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-pinterest,
.by-pinterest {
  border-bottom-color: #BD0520 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-pinterest,
.bx-pinterest {
  border-left-color: #BD0520 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-linkedin {
  color: #057CB2 !important;
}

.bg-linkedin {
  background-color: #057CB2 !important;
}

.b-linkedin {
  border-color: #057CB2 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-linkedin,
.by-linkedin {
  border-top-color: #057CB2 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-linkedin,
.bx-linkedin {
  border-right-color: #057CB2 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-linkedin,
.by-linkedin {
  border-bottom-color: #057CB2 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-linkedin,
.bx-linkedin {
  border-left-color: #057CB2 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-medium {
  color: #5cb85c !important;
}

.bg-medium {
  background-color: #5cb85c !important;
}

.b-medium {
  border-color: #5cb85c !important;
  border-style: solid;
  border-width: 1px;
}

.bt-medium,
.by-medium {
  border-top-color: #5cb85c !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-medium,
.bx-medium {
  border-right-color: #5cb85c !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-medium,
.by-medium {
  border-bottom-color: #5cb85c !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-medium,
.bx-medium {
  border-left-color: #5cb85c !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-skype {
  color: #0AB2EF !important;
}

.bg-skype {
  background-color: #0AB2EF !important;
}

.b-skype {
  border-color: #0AB2EF !important;
  border-style: solid;
  border-width: 1px;
}

.bt-skype,
.by-skype {
  border-top-color: #0AB2EF !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-skype,
.bx-skype {
  border-right-color: #0AB2EF !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-skype,
.by-skype {
  border-bottom-color: #0AB2EF !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-skype,
.bx-skype {
  border-left-color: #0AB2EF !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-foursquare {
  color: #F84978 !important;
}

.bg-foursquare {
  background-color: #F84978 !important;
}

.b-foursquare {
  border-color: #F84978 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-foursquare,
.by-foursquare {
  border-top-color: #F84978 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-foursquare,
.bx-foursquare {
  border-right-color: #F84978 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-foursquare,
.by-foursquare {
  border-bottom-color: #F84978 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-foursquare,
.bx-foursquare {
  border-left-color: #F84978 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-android {
  color: #A6C843 !important;
}

.bg-android {
  background-color: #A6C843 !important;
}

.b-android {
  border-color: #A6C843 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-android,
.by-android {
  border-top-color: #A6C843 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-android,
.bx-android {
  border-right-color: #A6C843 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-android,
.by-android {
  border-bottom-color: #A6C843 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-android,
.bx-android {
  border-left-color: #A6C843 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-spotify {
  color: #2FD665 !important;
}

.bg-spotify {
  background-color: #2FD665 !important;
}

.b-spotify {
  border-color: #2FD665 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-spotify,
.by-spotify {
  border-top-color: #2FD665 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-spotify,
.bx-spotify {
  border-right-color: #2FD665 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-spotify,
.by-spotify {
  border-bottom-color: #2FD665 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-spotify,
.bx-spotify {
  border-left-color: #2FD665 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-paypal {
  color: #2A9AD7 !important;
}

.bg-paypal {
  background-color: #2A9AD7 !important;
}

.b-paypal {
  border-color: #2A9AD7 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-paypal,
.by-paypal {
  border-top-color: #2A9AD7 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-paypal,
.bx-paypal {
  border-right-color: #2A9AD7 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-paypal,
.by-paypal {
  border-bottom-color: #2A9AD7 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-paypal,
.bx-paypal {
  border-left-color: #2A9AD7 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-dribbble {
  color: #F16898 !important;
}

.bg-dribbble {
  background-color: #F16898 !important;
}

.b-dribbble {
  border-color: #F16898 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-dribbble,
.by-dribbble {
  border-top-color: #F16898 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-dribbble,
.bx-dribbble {
  border-right-color: #F16898 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-dribbble,
.by-dribbble {
  border-bottom-color: #F16898 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-dribbble,
.bx-dribbble {
  border-left-color: #F16898 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-youtube {
  color: #ED1922 !important;
}

.bg-youtube {
  background-color: #ED1922 !important;
}

.b-youtube {
  border-color: #ED1922 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-youtube,
.by-youtube {
  border-top-color: #ED1922 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-youtube,
.bx-youtube {
  border-right-color: #ED1922 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-youtube,
.by-youtube {
  border-bottom-color: #ED1922 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-youtube,
.bx-youtube {
  border-left-color: #ED1922 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-windows {
  color: #10BFF2 !important;
}

.bg-windows {
  background-color: #10BFF2 !important;
}

.b-windows {
  border-color: #10BFF2 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-windows,
.by-windows {
  border-top-color: #10BFF2 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-windows,
.bx-windows {
  border-right-color: #10BFF2 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-windows,
.by-windows {
  border-bottom-color: #10BFF2 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-windows,
.bx-windows {
  border-left-color: #10BFF2 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.text-amazon {
  color: #FEA320 !important;
}

.bg-amazon {
  background-color: #FEA320 !important;
}

.b-amazon {
  border-color: #FEA320 !important;
  border-style: solid;
  border-width: 1px;
}

.bt-amazon,
.by-amazon {
  border-top-color: #FEA320 !important;
  border-top-style: solid;
  border-top-width: 1px;
}

.br-amazon,
.bx-amazon {
  border-right-color: #FEA320 !important;
  border-right-style: solid;
  border-right-width: 1px;
}

.bb-amazon,
.by-amazon {
  border-bottom-color: #FEA320 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl-amazon,
.bx-amazon {
  border-left-color: #FEA320 !important;
  border-left-style: solid;
  border-left-width: 1px;
}

.bg-none {
  background: none !important;
}

.badge-white {
  color: #353C48;
  background-color: #FFF;
}
a.badge-white:hover, a.badge-white:focus {
  color: #353C48;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-gray-dark {
  color: #FFF;
  background-color: #3F4651;
}
a.badge-gray-dark:hover, a.badge-gray-dark:focus {
  color: #FFF;
  background-color: #292d34;
}
a.badge-gray-dark:focus, a.badge-gray-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(63, 70, 81, 0.5);
}

.badge-gray {
  color: #FFF;
  background-color: #5D636D;
}
a.badge-gray:hover, a.badge-gray:focus {
  color: #FFF;
  background-color: #464a51;
}
a.badge-gray:focus, a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 99, 109, 0.5);
}

.badge-gray-light {
  color: #353C48;
  background-color: #ADB5BD;
}
a.badge-gray-light:hover, a.badge-gray-light:focus {
  color: #353C48;
  background-color: #919ca6;
}
a.badge-gray-light:focus, a.badge-gray-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.badge-gray-lighter {
  color: #353C48;
  background-color: #CED4DA;
}
a.badge-gray-lighter:hover, a.badge-gray-lighter:focus {
  color: #353C48;
  background-color: #b1bbc4;
}
a.badge-gray-lighter:focus, a.badge-gray-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.badge-gray-lightest {
  color: #353C48;
  background-color: #DEE2E6;
}
a.badge-gray-lightest:hover, a.badge-gray-lightest:focus {
  color: #353C48;
  background-color: #c1c9d0;
}
a.badge-gray-lightest:focus, a.badge-gray-lightest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-blue {
  color: #FFF;
  background-color: #1EB7FF;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #FFF;
  background-color: #009fea;
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.5);
}

.badge-green {
  color: #FFF;
  background-color: #1BB934;
}
a.badge-green:hover, a.badge-green:focus {
  color: #FFF;
  background-color: #158c27;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 185, 52, 0.5);
}

.badge-teal {
  color: #FFF;
  background-color: #20c997;
}
a.badge-teal:hover, a.badge-teal:focus {
  color: #FFF;
  background-color: #199d76;
}
a.badge-teal:focus, a.badge-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.badge-orange {
  color: #FFF;
  background-color: #F27212;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #FFF;
  background-color: #c65b0b;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 114, 18, 0.5);
}

.badge-red {
  color: #FFF;
  background-color: #ED1C24;
}
a.badge-red:hover, a.badge-red:focus {
  color: #FFF;
  background-color: #c61017;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

.badge-pink {
  color: #FFF;
  background-color: #e83e8c;
}
a.badge-pink:hover, a.badge-pink:focus {
  color: #FFF;
  background-color: #d91a72;
}
a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.badge-purple {
  color: #353C48;
  background-color: #CA8EFF;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #353C48;
  background-color: #b25bff;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(202, 142, 255, 0.5);
}

.badge-yellow {
  color: #353C48;
  background-color: #F7BF47;
}
a.badge-yellow:hover, a.badge-yellow:focus {
  color: #353C48;
  background-color: #f5ae16;
}
a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 191, 71, 0.5);
}

.badge-indigo {
  color: #FFF;
  background-color: #6610f2;
}
a.badge-indigo:hover, a.badge-indigo:focus {
  color: #FFF;
  background-color: #510bc4;
}
a.badge-indigo:focus, a.badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.b-solid {
  border-style: solid !important;
  border-width: 1px;
  border-color: #868E96;
}

.bt-solid,
.by-solid {
  border-top-style: solid !important;
  border-top-width: 1px;
  border-top-color: #868E96;
}

.br-solid,
.bx-solid {
  border-right-style: solid !important;
  border-right-width: 1px;
  border-right-color: #868E96;
}

.bb-solid,
.by-solid {
  border-bottom-style: solid !important;
  border-bottom-width: 1px;
  border-bottom-color: #868E96;
}

.bl-solid,
.bx-solid {
  border-left-style: solid !important;
  border-left-width: 1px;
  border-left-color: #868E96;
}

.b-dashed {
  border-style: dashed !important;
  border-width: 1px;
  border-color: #868E96;
}

.bt-dashed,
.by-dashed {
  border-top-style: dashed !important;
  border-top-width: 1px;
  border-top-color: #868E96;
}

.br-dashed,
.bx-dashed {
  border-right-style: dashed !important;
  border-right-width: 1px;
  border-right-color: #868E96;
}

.bb-dashed,
.by-dashed {
  border-bottom-style: dashed !important;
  border-bottom-width: 1px;
  border-bottom-color: #868E96;
}

.bl-dashed,
.bx-dashed {
  border-left-style: dashed !important;
  border-left-width: 1px;
  border-left-color: #868E96;
}

.b-dotted {
  border-style: dotted !important;
  border-width: 1px;
  border-color: #868E96;
}

.bt-dotted,
.by-dotted {
  border-top-style: dotted !important;
  border-top-width: 1px;
  border-top-color: #868E96;
}

.br-dotted,
.bx-dotted {
  border-right-style: dotted !important;
  border-right-width: 1px;
  border-right-color: #868E96;
}

.bb-dotted,
.by-dotted {
  border-bottom-style: dotted !important;
  border-bottom-width: 1px;
  border-bottom-color: #868E96;
}

.bl-dotted,
.bx-dotted {
  border-left-style: dotted !important;
  border-left-width: 1px;
  border-left-color: #868E96;
}

@media (min-width: 576px) {
  .b-sm-solid {
    border-style: solid !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-sm-solid,
.by-sm-solid {
    border-top-style: solid !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-sm-solid,
.bx-sm-solid {
    border-right-style: solid !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-sm-solid,
.by-sm-solid {
    border-bottom-style: solid !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-sm-solid,
.bx-sm-solid {
    border-left-style: solid !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }

  .b-sm-dashed {
    border-style: dashed !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-sm-dashed,
.by-sm-dashed {
    border-top-style: dashed !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-sm-dashed,
.bx-sm-dashed {
    border-right-style: dashed !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-sm-dashed,
.by-sm-dashed {
    border-bottom-style: dashed !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-sm-dashed,
.bx-sm-dashed {
    border-left-style: dashed !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }

  .b-sm-dotted {
    border-style: dotted !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-sm-dotted,
.by-sm-dotted {
    border-top-style: dotted !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-sm-dotted,
.bx-sm-dotted {
    border-right-style: dotted !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-sm-dotted,
.by-sm-dotted {
    border-bottom-style: dotted !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-sm-dotted,
.bx-sm-dotted {
    border-left-style: dotted !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }
}
@media (min-width: 768px) {
  .b-md-solid {
    border-style: solid !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-md-solid,
.by-md-solid {
    border-top-style: solid !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-md-solid,
.bx-md-solid {
    border-right-style: solid !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-md-solid,
.by-md-solid {
    border-bottom-style: solid !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-md-solid,
.bx-md-solid {
    border-left-style: solid !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }

  .b-md-dashed {
    border-style: dashed !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-md-dashed,
.by-md-dashed {
    border-top-style: dashed !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-md-dashed,
.bx-md-dashed {
    border-right-style: dashed !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-md-dashed,
.by-md-dashed {
    border-bottom-style: dashed !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-md-dashed,
.bx-md-dashed {
    border-left-style: dashed !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }

  .b-md-dotted {
    border-style: dotted !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-md-dotted,
.by-md-dotted {
    border-top-style: dotted !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-md-dotted,
.bx-md-dotted {
    border-right-style: dotted !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-md-dotted,
.by-md-dotted {
    border-bottom-style: dotted !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-md-dotted,
.bx-md-dotted {
    border-left-style: dotted !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }
}
@media (min-width: 992px) {
  .b-lg-solid {
    border-style: solid !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-lg-solid,
.by-lg-solid {
    border-top-style: solid !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-lg-solid,
.bx-lg-solid {
    border-right-style: solid !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-lg-solid,
.by-lg-solid {
    border-bottom-style: solid !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-lg-solid,
.bx-lg-solid {
    border-left-style: solid !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }

  .b-lg-dashed {
    border-style: dashed !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-lg-dashed,
.by-lg-dashed {
    border-top-style: dashed !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-lg-dashed,
.bx-lg-dashed {
    border-right-style: dashed !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-lg-dashed,
.by-lg-dashed {
    border-bottom-style: dashed !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-lg-dashed,
.bx-lg-dashed {
    border-left-style: dashed !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }

  .b-lg-dotted {
    border-style: dotted !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-lg-dotted,
.by-lg-dotted {
    border-top-style: dotted !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-lg-dotted,
.bx-lg-dotted {
    border-right-style: dotted !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-lg-dotted,
.by-lg-dotted {
    border-bottom-style: dotted !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-lg-dotted,
.bx-lg-dotted {
    border-left-style: dotted !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }
}
@media (min-width: 1200px) {
  .b-xl-solid {
    border-style: solid !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-xl-solid,
.by-xl-solid {
    border-top-style: solid !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-xl-solid,
.bx-xl-solid {
    border-right-style: solid !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-xl-solid,
.by-xl-solid {
    border-bottom-style: solid !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-xl-solid,
.bx-xl-solid {
    border-left-style: solid !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }

  .b-xl-dashed {
    border-style: dashed !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-xl-dashed,
.by-xl-dashed {
    border-top-style: dashed !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-xl-dashed,
.bx-xl-dashed {
    border-right-style: dashed !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-xl-dashed,
.by-xl-dashed {
    border-bottom-style: dashed !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-xl-dashed,
.bx-xl-dashed {
    border-left-style: dashed !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }

  .b-xl-dotted {
    border-style: dotted !important;
    border-width: 1px;
    border-color: #868E96;
  }

  .bt-xl-dotted,
.by-xl-dotted {
    border-top-style: dotted !important;
    border-top-width: 1px;
    border-top-color: #868E96;
  }

  .br-xl-dotted,
.bx-xl-dotted {
    border-right-style: dotted !important;
    border-right-width: 1px;
    border-right-color: #868E96;
  }

  .bb-xl-dotted,
.by-xl-dotted {
    border-bottom-style: dotted !important;
    border-bottom-width: 1px;
    border-bottom-color: #868E96;
  }

  .bl-xl-dotted,
.bx-xl-dotted {
    border-left-style: dotted !important;
    border-left-width: 1px;
    border-left-color: #868E96;
  }
}
.b-0 {
  border-width: 0 !important;
  border-color: #868E96;
  border-style: solid;
}

.bt-0,
.by-0 {
  border-top-width: 0 !important;
  border-top-color: #868E96;
  border-top-style: solid;
}

.br-0,
.bx-0 {
  border-right-width: 0 !important;
  border-right-color: #868E96;
  border-right-style: solid;
}

.bb-0,
.by-0 {
  border-bottom-width: 0 !important;
  border-bottom-color: #868E96;
  border-bottom-style: solid;
}

.bl-0,
.bx-0 {
  border-left-width: 0 !important;
  border-left-color: #868E96;
  border-left-style: solid;
}

.b-1 {
  border-width: 1px !important;
  border-color: #868E96;
  border-style: solid;
}

.bt-1,
.by-1 {
  border-top-width: 1px !important;
  border-top-color: #868E96;
  border-top-style: solid;
}

.br-1,
.bx-1 {
  border-right-width: 1px !important;
  border-right-color: #868E96;
  border-right-style: solid;
}

.bb-1,
.by-1 {
  border-bottom-width: 1px !important;
  border-bottom-color: #868E96;
  border-bottom-style: solid;
}

.bl-1,
.bx-1 {
  border-left-width: 1px !important;
  border-left-color: #868E96;
  border-left-style: solid;
}

.b-2 {
  border-width: 2px !important;
  border-color: #868E96;
  border-style: solid;
}

.bt-2,
.by-2 {
  border-top-width: 2px !important;
  border-top-color: #868E96;
  border-top-style: solid;
}

.br-2,
.bx-2 {
  border-right-width: 2px !important;
  border-right-color: #868E96;
  border-right-style: solid;
}

.bb-2,
.by-2 {
  border-bottom-width: 2px !important;
  border-bottom-color: #868E96;
  border-bottom-style: solid;
}

.bl-2,
.bx-2 {
  border-left-width: 2px !important;
  border-left-color: #868E96;
  border-left-style: solid;
}

.b-3 {
  border-width: 3px !important;
  border-color: #868E96;
  border-style: solid;
}

.bt-3,
.by-3 {
  border-top-width: 3px !important;
  border-top-color: #868E96;
  border-top-style: solid;
}

.br-3,
.bx-3 {
  border-right-width: 3px !important;
  border-right-color: #868E96;
  border-right-style: solid;
}

.bb-3,
.by-3 {
  border-bottom-width: 3px !important;
  border-bottom-color: #868E96;
  border-bottom-style: solid;
}

.bl-3,
.bx-3 {
  border-left-width: 3px !important;
  border-left-color: #868E96;
  border-left-style: solid;
}

.b-4 {
  border-width: 4px !important;
  border-color: #868E96;
  border-style: solid;
}

.bt-4,
.by-4 {
  border-top-width: 4px !important;
  border-top-color: #868E96;
  border-top-style: solid;
}

.br-4,
.bx-4 {
  border-right-width: 4px !important;
  border-right-color: #868E96;
  border-right-style: solid;
}

.bb-4,
.by-4 {
  border-bottom-width: 4px !important;
  border-bottom-color: #868E96;
  border-bottom-style: solid;
}

.bl-4,
.bx-4 {
  border-left-width: 4px !important;
  border-left-color: #868E96;
  border-left-style: solid;
}

.b-5 {
  border-width: 5px !important;
  border-color: #868E96;
  border-style: solid;
}

.bt-5,
.by-5 {
  border-top-width: 5px !important;
  border-top-color: #868E96;
  border-top-style: solid;
}

.br-5,
.bx-5 {
  border-right-width: 5px !important;
  border-right-color: #868E96;
  border-right-style: solid;
}

.bb-5,
.by-5 {
  border-bottom-width: 5px !important;
  border-bottom-color: #868E96;
  border-bottom-style: solid;
}

.bl-5,
.bx-5 {
  border-left-width: 5px !important;
  border-left-color: #868E96;
  border-left-style: solid;
}

@media (min-width: 576px) {
  .b-sm-0 {
    border-width: 0 !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-sm-0,
.by-sm-0 {
    border-top-width: 0 !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-sm-0,
.bx-sm-0 {
    border-right-width: 0 !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-sm-0,
.by-sm-0 {
    border-bottom-width: 0 !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-sm-0,
.bx-sm-0 {
    border-left-width: 0 !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-sm-1 {
    border-width: 1px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-sm-1,
.by-sm-1 {
    border-top-width: 1px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-sm-1,
.bx-sm-1 {
    border-right-width: 1px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-sm-1,
.by-sm-1 {
    border-bottom-width: 1px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-sm-1,
.bx-sm-1 {
    border-left-width: 1px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-sm-2 {
    border-width: 2px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-sm-2,
.by-sm-2 {
    border-top-width: 2px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-sm-2,
.bx-sm-2 {
    border-right-width: 2px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-sm-2,
.by-sm-2 {
    border-bottom-width: 2px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-sm-2,
.bx-sm-2 {
    border-left-width: 2px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-sm-3 {
    border-width: 3px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-sm-3,
.by-sm-3 {
    border-top-width: 3px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-sm-3,
.bx-sm-3 {
    border-right-width: 3px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-sm-3,
.by-sm-3 {
    border-bottom-width: 3px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-sm-3,
.bx-sm-3 {
    border-left-width: 3px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-sm-4 {
    border-width: 4px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-sm-4,
.by-sm-4 {
    border-top-width: 4px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-sm-4,
.bx-sm-4 {
    border-right-width: 4px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-sm-4,
.by-sm-4 {
    border-bottom-width: 4px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-sm-4,
.bx-sm-4 {
    border-left-width: 4px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-sm-5 {
    border-width: 5px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-sm-5,
.by-sm-5 {
    border-top-width: 5px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-sm-5,
.bx-sm-5 {
    border-right-width: 5px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-sm-5,
.by-sm-5 {
    border-bottom-width: 5px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-sm-5,
.bx-sm-5 {
    border-left-width: 5px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }
}
@media (min-width: 768px) {
  .b-md-0 {
    border-width: 0 !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-md-0,
.by-md-0 {
    border-top-width: 0 !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-md-0,
.bx-md-0 {
    border-right-width: 0 !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-md-0,
.by-md-0 {
    border-bottom-width: 0 !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-md-0,
.bx-md-0 {
    border-left-width: 0 !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-md-1 {
    border-width: 1px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-md-1,
.by-md-1 {
    border-top-width: 1px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-md-1,
.bx-md-1 {
    border-right-width: 1px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-md-1,
.by-md-1 {
    border-bottom-width: 1px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-md-1,
.bx-md-1 {
    border-left-width: 1px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-md-2 {
    border-width: 2px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-md-2,
.by-md-2 {
    border-top-width: 2px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-md-2,
.bx-md-2 {
    border-right-width: 2px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-md-2,
.by-md-2 {
    border-bottom-width: 2px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-md-2,
.bx-md-2 {
    border-left-width: 2px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-md-3 {
    border-width: 3px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-md-3,
.by-md-3 {
    border-top-width: 3px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-md-3,
.bx-md-3 {
    border-right-width: 3px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-md-3,
.by-md-3 {
    border-bottom-width: 3px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-md-3,
.bx-md-3 {
    border-left-width: 3px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-md-4 {
    border-width: 4px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-md-4,
.by-md-4 {
    border-top-width: 4px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-md-4,
.bx-md-4 {
    border-right-width: 4px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-md-4,
.by-md-4 {
    border-bottom-width: 4px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-md-4,
.bx-md-4 {
    border-left-width: 4px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-md-5 {
    border-width: 5px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-md-5,
.by-md-5 {
    border-top-width: 5px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-md-5,
.bx-md-5 {
    border-right-width: 5px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-md-5,
.by-md-5 {
    border-bottom-width: 5px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-md-5,
.bx-md-5 {
    border-left-width: 5px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }
}
@media (min-width: 992px) {
  .b-lg-0 {
    border-width: 0 !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-lg-0,
.by-lg-0 {
    border-top-width: 0 !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-lg-0,
.bx-lg-0 {
    border-right-width: 0 !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-lg-0,
.by-lg-0 {
    border-bottom-width: 0 !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-lg-0,
.bx-lg-0 {
    border-left-width: 0 !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-lg-1 {
    border-width: 1px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-lg-1,
.by-lg-1 {
    border-top-width: 1px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-lg-1,
.bx-lg-1 {
    border-right-width: 1px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-lg-1,
.by-lg-1 {
    border-bottom-width: 1px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-lg-1,
.bx-lg-1 {
    border-left-width: 1px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-lg-2 {
    border-width: 2px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-lg-2,
.by-lg-2 {
    border-top-width: 2px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-lg-2,
.bx-lg-2 {
    border-right-width: 2px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-lg-2,
.by-lg-2 {
    border-bottom-width: 2px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-lg-2,
.bx-lg-2 {
    border-left-width: 2px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-lg-3 {
    border-width: 3px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-lg-3,
.by-lg-3 {
    border-top-width: 3px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-lg-3,
.bx-lg-3 {
    border-right-width: 3px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-lg-3,
.by-lg-3 {
    border-bottom-width: 3px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-lg-3,
.bx-lg-3 {
    border-left-width: 3px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-lg-4 {
    border-width: 4px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-lg-4,
.by-lg-4 {
    border-top-width: 4px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-lg-4,
.bx-lg-4 {
    border-right-width: 4px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-lg-4,
.by-lg-4 {
    border-bottom-width: 4px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-lg-4,
.bx-lg-4 {
    border-left-width: 4px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-lg-5 {
    border-width: 5px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-lg-5,
.by-lg-5 {
    border-top-width: 5px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-lg-5,
.bx-lg-5 {
    border-right-width: 5px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-lg-5,
.by-lg-5 {
    border-bottom-width: 5px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-lg-5,
.bx-lg-5 {
    border-left-width: 5px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }
}
@media (min-width: 1200px) {
  .b-xl-0 {
    border-width: 0 !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-xl-0,
.by-xl-0 {
    border-top-width: 0 !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-xl-0,
.bx-xl-0 {
    border-right-width: 0 !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-xl-0,
.by-xl-0 {
    border-bottom-width: 0 !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-xl-0,
.bx-xl-0 {
    border-left-width: 0 !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-xl-1 {
    border-width: 1px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-xl-1,
.by-xl-1 {
    border-top-width: 1px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-xl-1,
.bx-xl-1 {
    border-right-width: 1px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-xl-1,
.by-xl-1 {
    border-bottom-width: 1px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-xl-1,
.bx-xl-1 {
    border-left-width: 1px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-xl-2 {
    border-width: 2px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-xl-2,
.by-xl-2 {
    border-top-width: 2px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-xl-2,
.bx-xl-2 {
    border-right-width: 2px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-xl-2,
.by-xl-2 {
    border-bottom-width: 2px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-xl-2,
.bx-xl-2 {
    border-left-width: 2px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-xl-3 {
    border-width: 3px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-xl-3,
.by-xl-3 {
    border-top-width: 3px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-xl-3,
.bx-xl-3 {
    border-right-width: 3px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-xl-3,
.by-xl-3 {
    border-bottom-width: 3px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-xl-3,
.bx-xl-3 {
    border-left-width: 3px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-xl-4 {
    border-width: 4px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-xl-4,
.by-xl-4 {
    border-top-width: 4px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-xl-4,
.bx-xl-4 {
    border-right-width: 4px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-xl-4,
.by-xl-4 {
    border-bottom-width: 4px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-xl-4,
.bx-xl-4 {
    border-left-width: 4px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }

  .b-xl-5 {
    border-width: 5px !important;
    border-color: #868E96;
    border-style: solid;
  }

  .bt-xl-5,
.by-xl-5 {
    border-top-width: 5px !important;
    border-top-color: #868E96;
    border-top-style: solid;
  }

  .br-xl-5,
.bx-xl-5 {
    border-right-width: 5px !important;
    border-right-color: #868E96;
    border-right-style: solid;
  }

  .bb-xl-5,
.by-xl-5 {
    border-bottom-width: 5px !important;
    border-bottom-color: #868E96;
    border-bottom-style: solid;
  }

  .bl-xl-5,
.bx-xl-5 {
    border-left-width: 5px !important;
    border-left-color: #868E96;
    border-left-style: solid;
  }
}
.rtl-0 {
  border-top-left-radius: 0 !important;
}

.rtl-1 {
  border-top-left-radius: 1px !important;
}

.rtl-2 {
  border-top-left-radius: 2px !important;
}

.rtl-3 {
  border-top-left-radius: 3px !important;
}

.rtl-4 {
  border-top-left-radius: 4px !important;
}

.rtl-5 {
  border-top-left-radius: 5px !important;
}

.rtl-30 {
  border-top-left-radius: 30px !important;
}

.rtr-0 {
  border-top-right-radius: 0 !important;
}

.rtr-1 {
  border-top-right-radius: 1px !important;
}

.rtr-2 {
  border-top-right-radius: 2px !important;
}

.rtr-3 {
  border-top-right-radius: 3px !important;
}

.rtr-4 {
  border-top-right-radius: 4px !important;
}

.rtr-5 {
  border-top-right-radius: 5px !important;
}

.rtr-30 {
  border-top-right-radius: 30px !important;
}

.rbl-0 {
  border-bottom-left-radius: 0 !important;
}

.rbl-1 {
  border-bottom-left-radius: 1px !important;
}

.rbl-2 {
  border-bottom-left-radius: 2px !important;
}

.rbl-3 {
  border-bottom-left-radius: 3px !important;
}

.rbl-4 {
  border-bottom-left-radius: 4px !important;
}

.rbl-5 {
  border-bottom-left-radius: 5px !important;
}

.rbl-30 {
  border-bottom-left-radius: 30px !important;
}

.rbr-0 {
  border-bottom-right-radius: 0 !important;
}

.rbr-1 {
  border-bottom-right-radius: 1px !important;
}

.rbr-2 {
  border-bottom-right-radius: 2px !important;
}

.rbr-3 {
  border-bottom-right-radius: 3px !important;
}

.rbr-4 {
  border-bottom-right-radius: 4px !important;
}

.rbr-5 {
  border-bottom-right-radius: 5px !important;
}

.rbr-30 {
  border-bottom-right-radius: 30px !important;
}

.r-0 {
  border-radius: 0 !important;
}

.r-1 {
  border-radius: 1px !important;
}

.r-2 {
  border-radius: 2px !important;
}

.r-3 {
  border-radius: 3px !important;
}

.r-4 {
  border-radius: 4px !important;
}

.r-5 {
  border-radius: 5px !important;
}

.r-30 {
  border-radius: 30px !important;
}

@media (min-width: 576px) {
  .rtl-sm-0 {
    border-top-left-radius: 0 !important;
  }

  .rtl-sm-1 {
    border-top-left-radius: 1px !important;
  }

  .rtl-sm-2 {
    border-top-left-radius: 2px !important;
  }

  .rtl-sm-3 {
    border-top-left-radius: 3px !important;
  }

  .rtl-sm-4 {
    border-top-left-radius: 4px !important;
  }

  .rtl-sm-5 {
    border-top-left-radius: 5px !important;
  }

  .rtl-sm-30 {
    border-top-left-radius: 30px !important;
  }

  .rtr-sm-0 {
    border-top-right-radius: 0 !important;
  }

  .rtr-sm-1 {
    border-top-right-radius: 1px !important;
  }

  .rtr-sm-2 {
    border-top-right-radius: 2px !important;
  }

  .rtr-sm-3 {
    border-top-right-radius: 3px !important;
  }

  .rtr-sm-4 {
    border-top-right-radius: 4px !important;
  }

  .rtr-sm-5 {
    border-top-right-radius: 5px !important;
  }

  .rtr-sm-30 {
    border-top-right-radius: 30px !important;
  }

  .rbl-sm-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rbl-sm-1 {
    border-bottom-left-radius: 1px !important;
  }

  .rbl-sm-2 {
    border-bottom-left-radius: 2px !important;
  }

  .rbl-sm-3 {
    border-bottom-left-radius: 3px !important;
  }

  .rbl-sm-4 {
    border-bottom-left-radius: 4px !important;
  }

  .rbl-sm-5 {
    border-bottom-left-radius: 5px !important;
  }

  .rbl-sm-30 {
    border-bottom-left-radius: 30px !important;
  }

  .rbr-sm-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rbr-sm-1 {
    border-bottom-right-radius: 1px !important;
  }

  .rbr-sm-2 {
    border-bottom-right-radius: 2px !important;
  }

  .rbr-sm-3 {
    border-bottom-right-radius: 3px !important;
  }

  .rbr-sm-4 {
    border-bottom-right-radius: 4px !important;
  }

  .rbr-sm-5 {
    border-bottom-right-radius: 5px !important;
  }

  .rbr-sm-30 {
    border-bottom-right-radius: 30px !important;
  }

  .r-sm-0 {
    border-radius: 0 !important;
  }

  .r-sm-1 {
    border-radius: 1px !important;
  }

  .r-sm-2 {
    border-radius: 2px !important;
  }

  .r-sm-3 {
    border-radius: 3px !important;
  }

  .r-sm-4 {
    border-radius: 4px !important;
  }

  .r-sm-5 {
    border-radius: 5px !important;
  }

  .r-sm-30 {
    border-radius: 30px !important;
  }
}
@media (min-width: 768px) {
  .rtl-md-0 {
    border-top-left-radius: 0 !important;
  }

  .rtl-md-1 {
    border-top-left-radius: 1px !important;
  }

  .rtl-md-2 {
    border-top-left-radius: 2px !important;
  }

  .rtl-md-3 {
    border-top-left-radius: 3px !important;
  }

  .rtl-md-4 {
    border-top-left-radius: 4px !important;
  }

  .rtl-md-5 {
    border-top-left-radius: 5px !important;
  }

  .rtl-md-30 {
    border-top-left-radius: 30px !important;
  }

  .rtr-md-0 {
    border-top-right-radius: 0 !important;
  }

  .rtr-md-1 {
    border-top-right-radius: 1px !important;
  }

  .rtr-md-2 {
    border-top-right-radius: 2px !important;
  }

  .rtr-md-3 {
    border-top-right-radius: 3px !important;
  }

  .rtr-md-4 {
    border-top-right-radius: 4px !important;
  }

  .rtr-md-5 {
    border-top-right-radius: 5px !important;
  }

  .rtr-md-30 {
    border-top-right-radius: 30px !important;
  }

  .rbl-md-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rbl-md-1 {
    border-bottom-left-radius: 1px !important;
  }

  .rbl-md-2 {
    border-bottom-left-radius: 2px !important;
  }

  .rbl-md-3 {
    border-bottom-left-radius: 3px !important;
  }

  .rbl-md-4 {
    border-bottom-left-radius: 4px !important;
  }

  .rbl-md-5 {
    border-bottom-left-radius: 5px !important;
  }

  .rbl-md-30 {
    border-bottom-left-radius: 30px !important;
  }

  .rbr-md-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rbr-md-1 {
    border-bottom-right-radius: 1px !important;
  }

  .rbr-md-2 {
    border-bottom-right-radius: 2px !important;
  }

  .rbr-md-3 {
    border-bottom-right-radius: 3px !important;
  }

  .rbr-md-4 {
    border-bottom-right-radius: 4px !important;
  }

  .rbr-md-5 {
    border-bottom-right-radius: 5px !important;
  }

  .rbr-md-30 {
    border-bottom-right-radius: 30px !important;
  }

  .r-md-0 {
    border-radius: 0 !important;
  }

  .r-md-1 {
    border-radius: 1px !important;
  }

  .r-md-2 {
    border-radius: 2px !important;
  }

  .r-md-3 {
    border-radius: 3px !important;
  }

  .r-md-4 {
    border-radius: 4px !important;
  }

  .r-md-5 {
    border-radius: 5px !important;
  }

  .r-md-30 {
    border-radius: 30px !important;
  }
}
@media (min-width: 992px) {
  .rtl-lg-0 {
    border-top-left-radius: 0 !important;
  }

  .rtl-lg-1 {
    border-top-left-radius: 1px !important;
  }

  .rtl-lg-2 {
    border-top-left-radius: 2px !important;
  }

  .rtl-lg-3 {
    border-top-left-radius: 3px !important;
  }

  .rtl-lg-4 {
    border-top-left-radius: 4px !important;
  }

  .rtl-lg-5 {
    border-top-left-radius: 5px !important;
  }

  .rtl-lg-30 {
    border-top-left-radius: 30px !important;
  }

  .rtr-lg-0 {
    border-top-right-radius: 0 !important;
  }

  .rtr-lg-1 {
    border-top-right-radius: 1px !important;
  }

  .rtr-lg-2 {
    border-top-right-radius: 2px !important;
  }

  .rtr-lg-3 {
    border-top-right-radius: 3px !important;
  }

  .rtr-lg-4 {
    border-top-right-radius: 4px !important;
  }

  .rtr-lg-5 {
    border-top-right-radius: 5px !important;
  }

  .rtr-lg-30 {
    border-top-right-radius: 30px !important;
  }

  .rbl-lg-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rbl-lg-1 {
    border-bottom-left-radius: 1px !important;
  }

  .rbl-lg-2 {
    border-bottom-left-radius: 2px !important;
  }

  .rbl-lg-3 {
    border-bottom-left-radius: 3px !important;
  }

  .rbl-lg-4 {
    border-bottom-left-radius: 4px !important;
  }

  .rbl-lg-5 {
    border-bottom-left-radius: 5px !important;
  }

  .rbl-lg-30 {
    border-bottom-left-radius: 30px !important;
  }

  .rbr-lg-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rbr-lg-1 {
    border-bottom-right-radius: 1px !important;
  }

  .rbr-lg-2 {
    border-bottom-right-radius: 2px !important;
  }

  .rbr-lg-3 {
    border-bottom-right-radius: 3px !important;
  }

  .rbr-lg-4 {
    border-bottom-right-radius: 4px !important;
  }

  .rbr-lg-5 {
    border-bottom-right-radius: 5px !important;
  }

  .rbr-lg-30 {
    border-bottom-right-radius: 30px !important;
  }

  .r-lg-0 {
    border-radius: 0 !important;
  }

  .r-lg-1 {
    border-radius: 1px !important;
  }

  .r-lg-2 {
    border-radius: 2px !important;
  }

  .r-lg-3 {
    border-radius: 3px !important;
  }

  .r-lg-4 {
    border-radius: 4px !important;
  }

  .r-lg-5 {
    border-radius: 5px !important;
  }

  .r-lg-30 {
    border-radius: 30px !important;
  }
}
@media (min-width: 1200px) {
  .rtl-xl-0 {
    border-top-left-radius: 0 !important;
  }

  .rtl-xl-1 {
    border-top-left-radius: 1px !important;
  }

  .rtl-xl-2 {
    border-top-left-radius: 2px !important;
  }

  .rtl-xl-3 {
    border-top-left-radius: 3px !important;
  }

  .rtl-xl-4 {
    border-top-left-radius: 4px !important;
  }

  .rtl-xl-5 {
    border-top-left-radius: 5px !important;
  }

  .rtl-xl-30 {
    border-top-left-radius: 30px !important;
  }

  .rtr-xl-0 {
    border-top-right-radius: 0 !important;
  }

  .rtr-xl-1 {
    border-top-right-radius: 1px !important;
  }

  .rtr-xl-2 {
    border-top-right-radius: 2px !important;
  }

  .rtr-xl-3 {
    border-top-right-radius: 3px !important;
  }

  .rtr-xl-4 {
    border-top-right-radius: 4px !important;
  }

  .rtr-xl-5 {
    border-top-right-radius: 5px !important;
  }

  .rtr-xl-30 {
    border-top-right-radius: 30px !important;
  }

  .rbl-xl-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rbl-xl-1 {
    border-bottom-left-radius: 1px !important;
  }

  .rbl-xl-2 {
    border-bottom-left-radius: 2px !important;
  }

  .rbl-xl-3 {
    border-bottom-left-radius: 3px !important;
  }

  .rbl-xl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .rbl-xl-5 {
    border-bottom-left-radius: 5px !important;
  }

  .rbl-xl-30 {
    border-bottom-left-radius: 30px !important;
  }

  .rbr-xl-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rbr-xl-1 {
    border-bottom-right-radius: 1px !important;
  }

  .rbr-xl-2 {
    border-bottom-right-radius: 2px !important;
  }

  .rbr-xl-3 {
    border-bottom-right-radius: 3px !important;
  }

  .rbr-xl-4 {
    border-bottom-right-radius: 4px !important;
  }

  .rbr-xl-5 {
    border-bottom-right-radius: 5px !important;
  }

  .rbr-xl-30 {
    border-bottom-right-radius: 30px !important;
  }

  .r-xl-0 {
    border-radius: 0 !important;
  }

  .r-xl-1 {
    border-radius: 1px !important;
  }

  .r-xl-2 {
    border-radius: 2px !important;
  }

  .r-xl-3 {
    border-radius: 3px !important;
  }

  .r-xl-4 {
    border-radius: 4px !important;
  }

  .r-xl-5 {
    border-radius: 5px !important;
  }

  .r-xl-30 {
    border-radius: 30px !important;
  }
}
.fw-100 {
  font-weight: 100 !important;
}

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

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

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

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

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

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

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

@media (min-width: 576px) {
  .fw-sm-100 {
    font-weight: 100 !important;
  }

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

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

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

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

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

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

  .fw-sm-800 {
    font-weight: 800 !important;
  }

  .fw-sm-900 {
    font-weight: 900 !important;
  }

  .fs-sm-7 {
    font-size: 7px !important;
  }

  .fs-sm-8 {
    font-size: 8px !important;
  }

  .fs-sm-9 {
    font-size: 9px !important;
  }

  .fs-sm-10 {
    font-size: 10px !important;
  }

  .fs-sm-11 {
    font-size: 11px !important;
  }

  .fs-sm-12 {
    font-size: 12px !important;
  }

  .fs-sm-13 {
    font-size: 13px !important;
  }

  .fs-sm-14 {
    font-size: 14px !important;
  }

  .fs-sm-15 {
    font-size: 15px !important;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .fs-sm-17 {
    font-size: 17px !important;
  }

  .fs-sm-18 {
    font-size: 18px !important;
  }

  .fs-sm-19 {
    font-size: 19px !important;
  }

  .fs-sm-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .fw-md-100 {
    font-weight: 100 !important;
  }

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

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

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

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

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

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

  .fw-md-800 {
    font-weight: 800 !important;
  }

  .fw-md-900 {
    font-weight: 900 !important;
  }

  .fs-md-7 {
    font-size: 7px !important;
  }

  .fs-md-8 {
    font-size: 8px !important;
  }

  .fs-md-9 {
    font-size: 9px !important;
  }

  .fs-md-10 {
    font-size: 10px !important;
  }

  .fs-md-11 {
    font-size: 11px !important;
  }

  .fs-md-12 {
    font-size: 12px !important;
  }

  .fs-md-13 {
    font-size: 13px !important;
  }

  .fs-md-14 {
    font-size: 14px !important;
  }

  .fs-md-15 {
    font-size: 15px !important;
  }

  .fs-md-16 {
    font-size: 16px !important;
  }

  .fs-md-17 {
    font-size: 17px !important;
  }

  .fs-md-18 {
    font-size: 18px !important;
  }

  .fs-md-19 {
    font-size: 19px !important;
  }

  .fs-md-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .fw-lg-100 {
    font-weight: 100 !important;
  }

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

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

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

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

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

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

  .fw-lg-800 {
    font-weight: 800 !important;
  }

  .fw-lg-900 {
    font-weight: 900 !important;
  }

  .fs-lg-7 {
    font-size: 7px !important;
  }

  .fs-lg-8 {
    font-size: 8px !important;
  }

  .fs-lg-9 {
    font-size: 9px !important;
  }

  .fs-lg-10 {
    font-size: 10px !important;
  }

  .fs-lg-11 {
    font-size: 11px !important;
  }

  .fs-lg-12 {
    font-size: 12px !important;
  }

  .fs-lg-13 {
    font-size: 13px !important;
  }

  .fs-lg-14 {
    font-size: 14px !important;
  }

  .fs-lg-15 {
    font-size: 15px !important;
  }

  .fs-lg-16 {
    font-size: 16px !important;
  }

  .fs-lg-17 {
    font-size: 17px !important;
  }

  .fs-lg-18 {
    font-size: 18px !important;
  }

  .fs-lg-19 {
    font-size: 19px !important;
  }

  .fs-lg-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .fw-xl-100 {
    font-weight: 100 !important;
  }

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

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

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

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

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

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

  .fw-xl-800 {
    font-weight: 800 !important;
  }

  .fw-xl-900 {
    font-weight: 900 !important;
  }

  .fs-xl-7 {
    font-size: 7px !important;
  }

  .fs-xl-8 {
    font-size: 8px !important;
  }

  .fs-xl-9 {
    font-size: 9px !important;
  }

  .fs-xl-10 {
    font-size: 10px !important;
  }

  .fs-xl-11 {
    font-size: 11px !important;
  }

  .fs-xl-12 {
    font-size: 12px !important;
  }

  .fs-xl-13 {
    font-size: 13px !important;
  }

  .fs-xl-14 {
    font-size: 14px !important;
  }

  .fs-xl-15 {
    font-size: 15px !important;
  }

  .fs-xl-16 {
    font-size: 16px !important;
  }

  .fs-xl-17 {
    font-size: 17px !important;
  }

  .fs-xl-18 {
    font-size: 18px !important;
  }

  .fs-xl-19 {
    font-size: 19px !important;
  }

  .fs-xl-20 {
    font-size: 20px !important;
  }
}
.shadow-box-light {
  box-shadow: 0px 0px 5px 0px rgba(196, 196, 196, 0.59) !important;
}

.shadow-box-down {
  box-shadow: 0px 3px 4px -1px rgba(196, 196, 196, 0.51) !important;
}

.shadow-box-inset-down {
  box-shadow: inset 0px 4px 6px -4px #c2c2c2 !important;
}

.shadow-box-hard-down {
  box-shadow: -1px 6px 0px -2px rgba(196, 196, 196, 0.38) !important;
}

.shadow-box-inset-hard-down {
  box-shadow: inset 0px 6px 0px -1px rgba(196, 196, 196, 0.38) !important;
}

.shadow-box-hard {
  box-shadow: 0px 0px 0px 3px rgba(194, 194, 194, 0.34) !important;
}

.shadow-box-none {
  box-shadow: none !important;
}

.no-caret::after {
  display: none !important;
}

.tiny {
  font-size: 11px;
  color: #414951;
  font-weight: 500;
}

/* Modifications */
body .btn {
  white-space: nowrap;
}

.custom-control-empty.custom-radio .custom-control-label, .custom-control-empty.custom-checkbox .custom-control-label {
  display: block;
}
.custom-control-empty.custom-radio .custom-control-label::after, .custom-control-empty.custom-radio .custom-control-label::before, .custom-control-empty.custom-checkbox .custom-control-label::after, .custom-control-empty.custom-checkbox .custom-control-label::before {
  left: -1.25rem;
}

.input-group-append .form-check-input[type=radio],
.input-group-append .form-check-input[type=checkbox],
.input-group-prepend .form-check-input[type=radio],
.input-group-prepend .form-check-input[type=checkbox] {
  margin: 0;
  position: static;
}

body {
  -webkit-font-smoothing: antialiased;
}
body .custom-select {
  font-size: 0.875rem;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 1200px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.tabs-line .nav-tabs .nav-link {
  color: #212529;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.tabs-line .nav-tabs .nav-link i {
  color: #E9ECEF;
}

.tabs-line .nav-tabs .nav-link .ml-2 {
  color: #414951;
}

.tabs-line .nav-tabs .nav-link.active {
  color: #3F4651;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom: 1px solid #1EB7FF;
  box-shadow: inset 2px -6px 0px -3px #1EB7FF;
}

.tabs-line .nav-tabs .nav-link.active:hover {
  background-color: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom: 1px solid #1EB7FF;
  box-shadow: inset 2px -6px 0px -3px #1EB7FF;
}

.tabs-line .nav-tabs .nav-link:hover {
  color: #3F4651;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom: 1px solid #CED4DA;
  box-shadow: inset 2px -6px 0px -3px #CED4DA;
}

.modal-header {
  border-bottom: 0px solid transparent;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 0px;
}

.modal-body {
  padding-right: 20px;
  padding-left: 20px;
}

.modal-content {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.075);
}

.modal-footer {
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(31, 45, 61, 0.03);
}

.popover-header {
  border-bottom: 0px solid;
  padding-bottom: 0px;
}

.modal-danger .modal-text {
  color: #1F2D3D !important;
}

.modal-danger .modal-body > h6 {
  color: #ED1C24 !important;
}

.modal-danger .modal-header > button {
  color: #ED1C24 !important;
}

.modal-danger .modal-body .modal-icon {
  color: #ED1C24 !important;
}

.modal-danger .modal-body,
.modal-danger .modal-header {
  background-color: #fcd9da !important;
}

.modal-danger .modal-content {
  border-color: #fac1c4 !important;
}

.modal-danger .modal-footer {
  background-color: #fcd9da !important;
}

.modal-primary .modal-text {
  color: #1F2D3D !important;
}

.modal-primary .modal-body > h6 {
  color: #1EB7FF !important;
}

.modal-primary .modal-header > button {
  color: #1EB7FF !important;
}

.modal-primary .modal-body .modal-icon {
  color: #1EB7FF !important;
}

.modal-primary .modal-body,
.modal-primary .modal-header {
  background-color: #eaf8ff !important;
}

.modal-primary .modal-content {
  border-color: #d1f0ff !important;
}

.modal-primary .modal-footer {
  background-color: #eaf8ff !important;
}

.modal-success .modal-text {
  color: #1F2D3D !important;
}

.modal-success .modal-body > h6 {
  color: #1BB934 !important;
}

.modal-success .modal-header > button {
  color: #1BB934 !important;
}

.modal-success .modal-body .modal-icon {
  color: #1BB934 !important;
}

.modal-success .modal-body,
.modal-success .modal-header {
  background-color: #c8f7cf !important;
}

.modal-success .modal-content {
  border-color: #97f0a5 !important;
}

.modal-success .modal-footer {
  background-color: #c8f7cf !important;
}

.modal-info .modal-text {
  color: #1F2D3D !important;
}

.modal-info .modal-body > h6 {
  color: #7395ae !important;
}

.modal-info .modal-header > button {
  color: #7395ae !important;
}

.modal-info .modal-body .modal-icon {
  color: #7395ae !important;
}

.modal-info .modal-body,
.modal-info .modal-header {
  background-color: white !important;
}

.modal-info .modal-content {
  border-color: #e4ebef !important;
}

.modal-info .modal-footer {
  background-color: white !important;
}

.modal-warning .modal-text {
  color: #1F2D3D !important;
}

.modal-warning .modal-body > h6 {
  color: #feba21 !important;
}

.modal-warning .modal-header > button {
  color: #feba21 !important;
}

.modal-warning .modal-body .modal-icon {
  color: #feba21 !important;
}

.modal-warning .modal-body,
.modal-warning .modal-header {
  background-color: #fff9ec !important;
}

.modal-warning .modal-content {
  border-color: #fff1d3 !important;
}

.modal-warning .modal-footer {
  background-color: #fff9ec !important;
}

.modal-dark .modal-text {
  color: #1F2D3D !important;
}

.modal-dark .modal-body > h6 {
  color: #3F4651 !important;
}

.modal-dark .modal-header > button {
  color: #3F4651 !important;
}

.modal-dark .modal-body .modal-icon {
  color: #3F4651 !important;
}

.modal-dark .modal-body,
.modal-dark .modal-header {
  background-color: #FFF !important;
}

.modal-dark .modal-content {
  border-color: #DEE2E6 !important;
}

.modal-dark .modal-footer {
  background-color: #FFF !important;
}

.modal-outline-primary .modal-content {
  border-color: #1EB7FF !important;
}

.modal-outline-primary .modal-content h6 {
  color: #1EB7FF !important;
}

.modal-outline-danger .modal-content {
  border-color: #ED1C24 !important;
}

.modal-outline-danger .modal-content h6 {
  color: #ED1C24 !important;
}

.modal-outline-info .modal-content {
  border-color: #7395ae !important;
}

.modal-outline-info .modal-content h6 {
  color: #7395ae !important;
}

.modal-outline-success .modal-content {
  border-color: #1BB934 !important;
}

.modal-outline-success .modal-content h6 {
  color: #1BB934 !important;
}

.modal-outline-warning .modal-content {
  border-color: #feba21 !important;
}

.modal-outline-warning .modal-content h6 {
  color: #feba21 !important;
}

.modal-outline-dark .modal-content {
  border-color: #3F4651 !important;
}

.modal-outline-dark .modal-content h6 {
  color: #3F4651 !important;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: none;
}

.table-hover .table-warning:hover > th,
.table-hover .table-warning:hover > td {
  background-color: rgba(26, 26, 26, 0);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: none;
}

.table-hover .table-danger:hover > th,
.table-hover .table-danger:hover > td {
  background-color: rgba(26, 26, 26, 0);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: none;
}

.table-hover .table-primary:hover > th,
.table-hover .table-primary:hover > td {
  background-color: rgba(26, 26, 26, 0);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: none;
}

.table-hover .table-info:hover > th,
.table-hover .table-info:hover > td {
  background-color: rgba(26, 26, 26, 0);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: none;
}

.table-hover .table-success:hover > th,
.table-hover .table-success:hover > td {
  background-color: rgba(26, 26, 26, 0);
}

.alert-primary .alert-heading {
  color: #1F2D3D;
}

.alert-danger .alert-heading {
  color: #1F2D3D;
}

.alert-info .alert-heading {
  color: #1F2D3D;
}

.alert-warning .alert-heading {
  color: #1F2D3D;
}

.alert-success .alert-heading {
  color: #1F2D3D;
}

.alert-dark .alert-heading {
  color: #1F2D3D;
}

.alert-primary .alert-icon {
  color: #1EB7FF;
}

.alert-danger .alert-icon {
  color: #ED1C24;
}

.alert-info .alert-icon {
  color: #7395ae;
}

.alert-warning .alert-icon {
  color: #feba21;
}

.alert-success .alert-icon {
  color: #1BB934;
}

.alert-dark .alert-icon {
  color: #3F4651;
}

.alert-primary .alert-bg-icon {
  color: #E9ECEF;
}

.alert-danger .alert-bg-icon {
  color: #E9ECEF;
}

.alert-info .alert-bg-icon {
  color: #E9ECEF;
}

.alert-warning .alert-bg-icon {
  color: #E9ECEF;
}

.alert-success .alert-bg-icon {
  color: #E9ECEF;
}

.alert-dark .alert-bg-icon {
  color: #E9ECEF;
}

.alert-primary {
  background-color: white;
  border-left: 3px solid #1EB7FF;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  color: #212529;
}

.alert-secondary {
  background-color: white;
  border-left: 3px solid #868E96;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  color: #212529;
}

.alert-danger {
  background-color: white;
  border-left: 3px solid #ED1C24;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  color: #212529;
}

.alert-info {
  background-color: white;
  border-left: 3px solid #7395ae;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  color: #212529;
}

.alert-warning {
  background-color: white;
  border-left: 3px solid #feba21;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  color: #212529;
}

.alert-success {
  background-color: white;
  border-left: 3px solid #1BB934;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  color: #212529;
}

.alert-dark {
  background-color: white;
  border-left: 3px solid #3F4651;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  color: #212529;
}

.card .table:not(.table-dark) th {
  border-bottom-color: none !important;
}
.card .table:not(.table-dark) td, .card .table:not(.table-dark) th {
  border-top-color: none !important;
}
.card .table:not(.table-dark).table-bordered th, .card .table:not(.table-dark).table-bordered td {
  border-color: none !important;
}
.card .table:not(.table-dark).table-hover tr:hover {
  background-color: none;
}

.card {
  box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.07);
}

.card-footer {
  border-top: 0px solid !important;
}

.alert {
  box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.07);
}

.list-group {
  box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.07);
}

th {
  font-size: 12px;
  color: #212529;
  font-weight: 500 !important;
}

.badge {
  font-size: 72% !important;
  letter-spacing: 0.3px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 4px;
}

.badge-secondary {
  background-color: #414951;
}

.badge-purple {
  color: #FFF;
}

code {
  background-color: #EFF2F7 !important;
}

.btn-link:hover {
  text-decoration: none !important;
}

.btn-outline-secondary {
  color: #868E96;
  background-color: transparent;
  background-image: none;
  border-color: #DEE2E6;
}

.btn-outline-secondary:hover {
  color: #1F2D3D;
  background-color: #DEE2E6;
  background-image: none;
  border-color: #DEE2E6;
}

.btn-outline-secondary.active {
  color: #1F2D3D;
  background-color: #212529 !important;
  background-image: none;
  border-color: #212529 !important;
}

.dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.07);
}

@media (max-width: 575.98px) {
  .navbar.navbar-expand-sm .dropdown-menu {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .navbar.navbar-expand-md .dropdown-menu {
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .navbar.navbar-expand-lg .dropdown-menu {
    box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar.navbar-expand-xl .dropdown-menu {
    box-shadow: none;
  }
}
.navbar.navbar-expand .dropdown-menu {
  box-shadow: none;
}

dt {
  font-weight: normal !important;
}

.nav-tabs .nav-item-line {
  margin-bottom: -3px !important;
}

.nav-item-line .nav-link.active {
  color: #3F4651 !important;
  box-shadow: inset -1px -12px 0px -8px #1EB7FF !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.nav-item-line .nav-link:hover {
  color: #3F4651 !important;
  font-weight: normal !important;
  box-shadow: inset -1px -12px 0px -8px #CED4DA !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.nav-item-line .nav-link.active:hover {
  box-shadow: inset -1px -12px 0px -8px #0095db !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.nav-item-line .nav-link {
  color: #212529 !important;
}

.navbar .navbar-tabs {
  margin-bottom: -1px !important;
}

.navbar-tabs .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  padding-bottom: 16px !important;
}

.navbar-tabs .nav-link.active {
  box-shadow: inset -1px -11px 0px -8px #1EB7FF !important;
}

.navbar-tabs .nav-link:hover {
  box-shadow: inset -1px -11px 0px -8px #CED4DA !important;
}

.navbar-tabs .nav-link.active:hover {
  box-shadow: inset -1px -11px 0px -8px #0095db !important;
}
/**
 * Draft v0.11.7
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
/* this gets exported as style.css and can be used for the default theming */
/* these are the necessary styles for React Flow, they get used by base.css and style.css */
.react-flow__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.react-flow__pane {
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
}
.react-flow__pane.selection {
    cursor: pointer;
  }
.react-flow__pane.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
.react-flow__viewport {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}
.react-flow__renderer {
  z-index: 4;
}
.react-flow__selection {
  z-index: 6;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}
.react-flow .react-flow__edges {
  pointer-events: none;
  overflow: visible;
}
.react-flow__edge-path,
.react-flow__connection-path {
  stroke: #b1b1b7;
  stroke-width: 1;
  fill: none;
}
.react-flow__edge {
  pointer-events: visibleStroke;
  cursor: pointer;
}
.react-flow__edge.animated path {
    stroke-dasharray: 5;
    -webkit-animation: dashdraw 0.5s linear infinite;
            animation: dashdraw 0.5s linear infinite;
  }
.react-flow__edge.animated path.react-flow__edge-interaction {
    stroke-dasharray: none;
    -webkit-animation: none;
            animation: none;
  }
.react-flow__edge.inactive {
    pointer-events: none;
  }
.react-flow__edge.selected,
  .react-flow__edge:focus,
  .react-flow__edge:focus-visible {
    outline: none;
  }
.react-flow__edge.selected .react-flow__edge-path,
  .react-flow__edge:focus .react-flow__edge-path,
  .react-flow__edge:focus-visible .react-flow__edge-path {
    stroke: #555;
  }
.react-flow__edge-textwrapper {
    pointer-events: all;
  }
.react-flow__edge-textbg {
    fill: white;
  }
.react-flow__edge .react-flow__edge-text {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.react-flow__connection {
  pointer-events: none;
}
.react-flow__connection .animated {
    stroke-dasharray: 5;
    -webkit-animation: dashdraw 0.5s linear infinite;
            animation: dashdraw 0.5s linear infinite;
  }
.react-flow__connectionline {
  z-index: 1001;
}
.react-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}
.react-flow__node {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: grab;
}
.react-flow__node.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
.react-flow__nodesselection {
  z-index: 3;
  transform-origin: left top;
  pointer-events: none;
}
.react-flow__nodesselection-rect {
    position: absolute;
    pointer-events: all;
    cursor: -webkit-grab;
    cursor: grab;
  }
.react-flow__handle {
  position: absolute;
  pointer-events: none;
  min-width: 5px;
  min-height: 5px;
  width: 6px;
  height: 6px;
  background: #1a192b;
  border: 1px solid white;
  border-radius: 100%;
}
.react-flow__handle.connectionindicator {
    pointer-events: all;
    cursor: crosshair;
  }
.react-flow__handle-bottom {
    top: auto;
    left: 50%;
    bottom: -4px;
    transform: translate(-50%, 0);
  }
.react-flow__handle-top {
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0);
  }
.react-flow__handle-left {
    top: 50%;
    left: -4px;
    transform: translate(0, -50%);
  }
.react-flow__handle-right {
    right: -4px;
    top: 50%;
    transform: translate(0, -50%);
  }
.react-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}
.react-flow__panel {
  position: absolute;
  z-index: 5;
  margin: 15px;
}
.react-flow__panel.top {
    top: 0;
  }
.react-flow__panel.bottom {
    bottom: 0;
  }
.react-flow__panel.left {
    left: 0;
  }
.react-flow__panel.right {
    right: 0;
  }
.react-flow__panel.center {
    left: 50%;
    transform: translateX(-50%);
  }
.react-flow__attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 3px;
  margin: 0;
}
.react-flow__attribution a {
    text-decoration: none;
    color: #999;
  }
@-webkit-keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}
@keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}
.react-flow__edgelabel-renderer {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.react-flow__edge.updating .react-flow__edge-path {
      stroke: #777;
    }
.react-flow__edge-text {
    font-size: 10px;
  }
.react-flow__node.selectable:focus,
  .react-flow__node.selectable:focus-visible {
    outline: none;
  }
.react-flow__node-default,
.react-flow__node-input,
.react-flow__node-output,
.react-flow__node-group {
  padding: 10px;
  border-radius: 3px;
  width: 150px;
  font-size: 12px;
  color: #222;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #1a192b;
  background-color: white;
}
.react-flow__node-default.selectable:hover, .react-flow__node-input.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {
      box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
    }
.react-flow__node-default.selectable.selected,
    .react-flow__node-default.selectable:focus,
    .react-flow__node-default.selectable:focus-visible,
    .react-flow__node-input.selectable.selected,
    .react-flow__node-input.selectable:focus,
    .react-flow__node-input.selectable:focus-visible,
    .react-flow__node-output.selectable.selected,
    .react-flow__node-output.selectable:focus,
    .react-flow__node-output.selectable:focus-visible,
    .react-flow__node-group.selectable.selected,
    .react-flow__node-group.selectable:focus,
    .react-flow__node-group.selectable:focus-visible {
      box-shadow: 0 0 0 0.5px #1a192b;
    }
.react-flow__node-group {
  background-color: rgba(240, 240, 240, 0.25);
}
.react-flow__nodesselection-rect,
.react-flow__selection {
  background: rgba(0, 89, 220, 0.08);
  border: 1px dotted rgba(0, 89, 220, 0.8);
}
.react-flow__nodesselection-rect:focus,
  .react-flow__nodesselection-rect:focus-visible,
  .react-flow__selection:focus,
  .react-flow__selection:focus-visible {
    outline: none;
  }
.react-flow__controls {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);
}
.react-flow__controls-button {
    border: none;
    background: #fefefe;
    border-bottom: 1px solid #eee;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 5px;
  }
.react-flow__controls-button:hover {
      background: #f4f4f4;
    }
.react-flow__controls-button svg {
      width: 100%;
      max-width: 12px;
      max-height: 12px;
    }
.react-flow__controls-button:disabled {
      pointer-events: none;
    }
.react-flow__controls-button:disabled svg {
        fill-opacity: 0.4;
      }
.react-flow__minimap {
  background-color: #fff;
}
.react-flow__resize-control {
  position: absolute;
}
.react-flow__resize-control.left,
.react-flow__resize-control.right {
  cursor: ew-resize;
}
.react-flow__resize-control.top,
.react-flow__resize-control.bottom {
  cursor: ns-resize;
}
.react-flow__resize-control.top.left,
.react-flow__resize-control.bottom.right {
  cursor: nwse-resize;
}
.react-flow__resize-control.bottom.left,
.react-flow__resize-control.top.right {
  cursor: nesw-resize;
}
/* handle styles */
.react-flow__resize-control.handle {
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: #3367d9;
  transform: translate(-50%, -50%);
}
.react-flow__resize-control.handle.left {
  left: 0;
  top: 50%;
}
.react-flow__resize-control.handle.right {
  left: 100%;
  top: 50%;
}
.react-flow__resize-control.handle.top {
  left: 50%;
  top: 0;
}
.react-flow__resize-control.handle.bottom {
  left: 50%;
  top: 100%;
}
.react-flow__resize-control.handle.top.left {
  left: 0;
}
.react-flow__resize-control.handle.bottom.left {
  left: 0;
}
.react-flow__resize-control.handle.top.right {
  left: 100%;
}
.react-flow__resize-control.handle.bottom.right {
  left: 100%;
}
/* line styles */
.react-flow__resize-control.line {
  border-color: #3367d9;
  border-width: 0;
  border-style: solid;
}
.react-flow__resize-control.line.left,
.react-flow__resize-control.line.right {
  width: 1px;
  transform: translate(-50%, 0);
  top: 0;
  height: 100%;
}
.react-flow__resize-control.line.left {
  left: 0;
  border-left-width: 1px;
}
.react-flow__resize-control.line.right {
  left: 100%;
  border-right-width: 1px;
}
.react-flow__resize-control.line.top,
.react-flow__resize-control.line.bottom {
  height: 1px;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.react-flow__resize-control.line.top {
  top: 0;
  border-top-width: 1px;
}
.react-flow__resize-control.line.bottom {
  border-bottom-width: 1px;
  top: 100%;
}

@charset "UTF-8";
/* Avatar Variants Definitions */
:root {
  --z-index-base: 1;
  --z-index-sticky: 100;
  --z-index-navbar: 500;
  --z-index-sidebar: 510;
  --z-index-dropdown: 1000;
  --z-index-popover: 1050;
  --z-index-tooltip: 1100;
  --z-index-modal-backdrop: 1200;
  --z-index-modal: 1250;
  --z-index-modal-dropdown: 1400;
  --z-index-modal-popover: 1450;
  --z-index-modal-tooltip: 1500;
  --z-index-toast: 1600;
  --z-index-loader: 9999;
}

.branded-modal .modal-content {
  border-color: inherit;
}

/* Avatar Variants Definitions */
@media (max-width: 768px) {
  .modal-adaptive-flex {
    flex-direction: column;
  }
}

.level-3-menu {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.level-3-menu .card-body {
  padding-left: 0;
  padding-top: 0;
}

.level-3-menu .dropdown-menu .dropdown-item,
.level-3-menu .dropdown-toggle {
  white-space: normal;
  word-wrap: break-word;
}

.level-3-menu .nav-link {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-wrap: break-word;
}

.level-3-menu .nav-item {
  overflow: visible;
}

.level-3-menu .nav-link > .d-flex.align-items-center {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.level-3-menu .nav-link > .d-flex.align-items-center > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
  word-wrap: break-word;
  word-wrap: break-word;
}
.level-3-menu .nav-link > .d-flex.align-items-center > div:first-child div {
  min-width: 0;
}
.level-3-menu .nav-link > .d-flex.align-items-center > div.ml-auto {
  flex: 0 0 auto;
  margin-left: 0.5rem;
}

.level-3-menu .draggable {
  flex: 0 0 auto;
  margin-right: 0.5rem;
}

.level-3-menu .d-flex.align-items-center.justify-content-start {
  flex-wrap: nowrap;
  min-width: 0;
}
.level-3-menu .d-flex.align-items-center.justify-content-start > div:last-child {
  flex: 1 1 auto;
  min-width: 0;
  word-wrap: break-word;
  word-wrap: break-word;
}

.layout__wrap {
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
}

.layout__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.topnav-inactive {
  margin-top: 7px;
  min-height: 45px;
}

.topnav-active {
  margin-top: 7px;
  min-height: 45px;
}

.topnav-dropdown-active {
  font-weight: bold;
  background-color: #F2F2F2;
}

.topnav-branding {
  min-width: 200px;
  max-width: 200px;
}

.topnav-text {
  white-space: nowrap;
}

.topnav-text-inactive {
  white-space: nowrap;
  color: dimgray;
}

.tabnav {
  margin-top: 7px;
  min-height: 30px;
  text-align: center;
}

.tabnav-active {
  font-weight: bold;
}

.tabnav-inactive {
  color: dimgray;
}

.scrolling-user-role-list {
  height: 189px;
  overflow-x: hidden;
  overflow-y: auto;
}

#app {
  height: 100%;
}

.application-layout {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100%;
  height: 100vh;
}

.application-top-navigation {
  display: flex;
  justify-content: space-between;
  background-color: white;
  z-index: 999;
  box-shadow: 1px 4px 5px -2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 4px 5px -2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 4px 5px -2px rgba(0, 0, 0, 0.08);
}

.application-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
}

.ws {
  flex-grow: 1;
  overflow: auto;
}

.ws-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
}

.ws-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-content: flex-end;
  padding: 10px 20px 10px 20px;
  overflow-x: auto;
  min-width: 0;
}

.ws-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
}

.toggle-icon-container {
  cursor: pointer;
  margin-right: -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.mb-n4-5 {
  margin-bottom: -2rem !important;
}

.greeting-text {
  font-size: small;
}

.collapse-toggle-btn {
  z-index: 100;
  margin-top: 15px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  border: solid 1px rgba(25, 27, 32, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 4px 5px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 4px 5px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 4px 5px -2px rgba(0, 0, 0, 0.1);
}

.layout-footer {
  padding-bottom: 15px;
}

.pnavbar {
  padding-bottom: 0px;
  font-weight: 700;
  background-color: white;
}

/* FADE ANIMATIONS */
.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  opacity: 1;
  transition: opacity 400ms;
}

.fade-exit {
  opacity: 1;
}

.fade-exit-active {
  opacity: 0;
  transition: opacity 400ms;
}

.application-sidebar__button {
  background: transparent;
  padding: 10px;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  transition: 0.3s linear;
}

.application-sidebar {
  margin-top: 1px;
  min-width: 225px;
  background: white;
  transition: 0.4s ease-in;
  box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.08);
}

.application-sidebar-collapsed {
  min-width: 50px;
}

.application-sidebar-closed {
  min-width: 0px;
  width: 0px;
}

.application-sidebar-row-active {
  background-color: #F2F2F2;
  border-right: solid 2px #57b5f9;
}

.application-sidebar-icon-inactive {
  color: #979797;
}

ul {
  list-style-type: none;
  padding: 0;
}

.user-greeting {
  position: fixed;
  bottom: 50px;
}

.fixed-menu {
  position: fixed;
  top: 85px;
}

.application-sidebar__listItem {
  margin: 30px 10px;
  display: flex;
  height: 20px;
}

.application-sidebar__listItem span {
  white-space: nowrap;
}

.application-sidebar__icon {
  margin: 0 15px 0 0;
}

.brand-fade-enter {
  opacity: 0;
}

.brand-fade-exit {
  opacity: 1;
}

.brand-fade-enter-active {
  opacity: 1;
}

.brand-fade-exit-active {
  opacity: 0;
}

.brand-fade-enter-active,
.brand-fade-exit-active {
  transition: opacity 500ms;
}

.dash-list-item:hover {
  z-index: 2;
  color: #1F2D3D;
  background-color: #F8F9FA;
  border-color: #E9ECEF;
}

.dash-list-group {
  box-shadow: 0 0 0 0 rgba(31, 45, 61, 0.07) !important;
}

.widget-title {
  border-bottom: 1px solid rgba(0, 68, 26, 0.07);
}

.content-loader {
  height: 25px;
  width: 25px;
}

.header-card {
  min-width: 250px;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@-webkit-keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  -webkit-animation: Toastify__trackProgress linear 1 forwards;
          animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
@-webkit-keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  -webkit-animation-name: Toastify__bounceInLeft;
          animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  -webkit-animation-name: Toastify__bounceInRight;
          animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  -webkit-animation-name: Toastify__bounceInDown;
          animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  -webkit-animation-name: Toastify__bounceInUp;
          animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  -webkit-animation-name: Toastify__bounceOutLeft;
          animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  -webkit-animation-name: Toastify__bounceOutRight;
          animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  -webkit-animation-name: Toastify__bounceOutUp;
          animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  -webkit-animation-name: Toastify__bounceOutDown;
          animation-name: Toastify__bounceOutDown;
}

@-webkit-keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  -webkit-animation-name: Toastify__zoomIn;
          animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  -webkit-animation-name: Toastify__zoomOut;
          animation-name: Toastify__zoomOut;
}

@-webkit-keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  -webkit-animation-name: Toastify__flipIn;
          animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  -webkit-animation-name: Toastify__flipOut;
          animation-name: Toastify__flipOut;
}

@-webkit-keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@-webkit-keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  -webkit-animation-name: Toastify__slideInLeft;
          animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  -webkit-animation-name: Toastify__slideInRight;
          animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  -webkit-animation-name: Toastify__slideInDown;
          animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  -webkit-animation-name: Toastify__slideInUp;
          animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  -webkit-animation-name: Toastify__slideOutLeft;
          animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  -webkit-animation-name: Toastify__slideOutRight;
          animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  -webkit-animation-name: Toastify__slideOutUp;
          animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  -webkit-animation-name: Toastify__slideOutDown;
          animation-name: Toastify__slideOutDown;
}

/* Avatar Variants Definitions */
.Toastify__toast {
  background-color: #FFF;
  padding: 20px;
  border-radius: 3px;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  font-family: inherit;
}

.Toastify__toast p {
  color: #212529;
}

.Toastify__toast h6 {
  color: #1F2D3D;
  font-weight: 500;
}

.Toastify__toast--success .fa-check {
  color: #1BB934;
}

.Toastify__toast--success .fa-check-circle {
  color: #1BB934 !important;
}

.Toastify__toast--success {
  border-left: 3px solid #1BB934;
}

.Toastify__close-button--success {
  color: #ADB5BD;
}

.Toastify__toast--info .fa-info {
  color: #1EB7FF;
}

.Toastify__toast--info {
  background-color: #FFF;
  border-left: 3px solid #1EB7FF;
}

.Toastify__close-button--info {
  color: #ADB5BD;
}

.Toastify__toast--warning .fa-exclamation {
  color: #feba21;
}

.Toastify__toast--warning {
  background-color: #FFF;
  border-left: 3px solid #feba21;
}

.Toastify__close-button--warning {
  color: #ADB5BD;
}

.Toastify__toast--error .fa-close {
  color: #ED1C24;
}

.Toastify__toast--error {
  background-color: #FFF;
  border-left: 3px solid #ED1C24;
}

.Toastify__close-button--error {
  color: #ADB5BD;
}

.Toastify__toast--default .fa-exclamation {
  color: #3F4651;
}

.Toastify__toast--default {
  background-color: #FFF;
  border-left: 3px solid #868E96;
}

.Toastify__close-button--default {
  color: #ADB5BD;
}

.Toastify__toast-body {
  color: #1F2D3D;
}

.toastContainer .Toastify__progress-bar--success {
  background-color: #1BB934;
}

.toastContainer .Toastify__progress-bar--error {
  background-color: #ED1C24;
}

.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%;
}
.ReactCrop:focus {
  outline: none;
}
.ReactCrop--disabled, .ReactCrop--locked {
  cursor: inherit;
}
.ReactCrop__image {
  display: block;
  max-width: 100%;
  touch-action: none;
}
.ReactCrop__crop-selection {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  cursor: move;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
  touch-action: none;
  border: 1px solid;
  border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
  border-image-slice: 1;
  border-image-repeat: repeat;
}
.ReactCrop--disabled .ReactCrop__crop-selection {
  cursor: inherit;
}
.ReactCrop--circular-crop .ReactCrop__crop-selection {
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5);
}
.ReactCrop--invisible-crop .ReactCrop__crop-selection {
  display: none;
}
.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after, .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}
.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after {
  width: 1px;
  height: 100%;
}
.ReactCrop__rule-of-thirds-vt::before {
  left: 33.3333%;
  left: calc(100% / 3);
}
.ReactCrop__rule-of-thirds-vt::after {
  left: 66.6666%;
  left: calc(100% / 3 * 2);
}
.ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  width: 100%;
  height: 1px;
}
.ReactCrop__rule-of-thirds-hz::before {
  top: 33.3333%;
  top: calc(100% / 3);
}
.ReactCrop__rule-of-thirds-hz::after {
  top: 66.6666%;
  top: calc(100% / 3 * 2);
}
.ReactCrop__drag-handle {
  position: absolute;
}
.ReactCrop__drag-handle::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  outline: 1px solid transparent;
}
.ReactCrop .ord-nw {
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: nw-resize;
}
.ReactCrop .ord-nw::after {
  top: 0;
  left: 0;
}
.ReactCrop .ord-n {
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: n-resize;
}
.ReactCrop .ord-n::after {
  top: 0;
}
.ReactCrop .ord-ne {
  top: 0;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: ne-resize;
}
.ReactCrop .ord-ne::after {
  top: 0;
  right: 0;
}
.ReactCrop .ord-e {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: e-resize;
}
.ReactCrop .ord-e::after {
  right: 0;
}
.ReactCrop .ord-se {
  bottom: 0;
  right: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  cursor: se-resize;
}
.ReactCrop .ord-se::after {
  bottom: 0;
  right: 0;
}
.ReactCrop .ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}
.ReactCrop .ord-s::after {
  bottom: 0;
}
.ReactCrop .ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}
.ReactCrop .ord-sw::after {
  bottom: 0;
  left: 0;
}
.ReactCrop .ord-w {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: w-resize;
}
.ReactCrop .ord-w::after {
  left: 0;
}
.ReactCrop__disabled .ReactCrop__drag-handle {
  cursor: inherit;
}
.ReactCrop__drag-bar {
  position: absolute;
}
.ReactCrop__drag-bar.ord-n {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
}
.ReactCrop__drag-bar.ord-e {
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin-right: -3px;
}
.ReactCrop__drag-bar.ord-s {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-bottom: -3px;
}
.ReactCrop__drag-bar.ord-w {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px;
}
.ReactCrop--new-crop .ReactCrop__drag-bar, .ReactCrop--new-crop .ReactCrop__drag-handle, .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
  display: none;
}
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
  display: none;
}
@media (pointer: coarse) {
  .ReactCrop .ord-n,
.ReactCrop .ord-e,
.ReactCrop .ord-s,
.ReactCrop .ord-w {
    display: none;
  }
  .ReactCrop__drag-handle {
    width: 24px;
    height: 24px;
  }
}

/* React Toggle Overrides */
.react-toggle-track .fa {
  font-size: 12px;
}

.react-toggle-track {
  background-color: #ADB5BD !important;
}

.react-toggle-thumb {
  border: 1px solid #ADB5BD !important;
}

.react-toggle--checked .react-toggle-track {
  background-color: #1BB934 !important;
}

/*.react-toggle--checked .react-toggle-track {
  background-color: $success !important;
}
*/
/* Avatar Variants Definitions */
.react-select__single-value {
  color: #5D636D !important;
}

.react-select__placeholder {
  color: #777f8b !important;
}

/* React Bootstrap Typeahead Overrides */
.rbt-token {
  background-color: #1EB7FF !important;
  color: #FFF !important;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #cccccc !important;
}

/* React Datepicker Overrides */
.react-datepicker {
  border: solid 1px #CED4DA !important;
  font-family: inherit !important;
  box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.15);
  z-index: 4;
}

.react-datepicker__header {
  background-color: #E9ECEF !important;
  border-bottom: solid 0px #CED4DA !important;
}

.react-datepicker__navigation--next {
  border-left-color: #ADB5BD !important;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #868E96 !important;
}

.react-datepicker__navigation--previous {
  border-right-color: #ADB5BD !important;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #868E96 !important;
}

.react-datepicker__current-month {
  color: #1F2D3D !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.react-datepicker__day-name {
  color: #212529 !important;
}

.react-datepicker__day--selected {
  color: #FFF !important;
  background-color: #1EB7FF !important;
}

.react-datepicker__day:hover {
  background-color: #1EB7FF !important;
  color: #FFF !important;
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #6bcfff !important;
  color: #FFF !important;
}

.react-datepicker__day--in-range {
  background-color: #98deff !important;
  color: #FFF !important;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: #1EB7FF !important;
  color: #FFF !important;
}

[data-placement^=bottom] .react-datepicker__triangle {
  border-bottom-color: #E9ECEF !important;
}

[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #CED4DA !important;
}

[data-placement^=top] .react-datepicker__triangle {
  border-top-color: #CED4DA !important;
}

[data-placement^=top] .react-datepicker__triangle::before {
  border-top-color: #CED4DA !important;
}

.react-datepicker button {
  position: absolute !important;
}

.react-datepicker-popper {
  z-index: 1050 !important;
}

.pro-date-picker,
.pro-date-picker > div.react-datepicker-wrapper,
.pro-date-picker > div > div.react-datepicker__input-container .pro-date-picker > div > div.react-datepicker__input-container input {
  width: 100%;
}

.pro-date-picker > div.input-group-append {
  margin-left: -38px !important;
}

div.react-datepicker__input-time-container > div.react-datepicker-time__input-container > div > input {
  width: 95px !important;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/* React Big Calendar Overrides */
.rbc-month-view {
  border: 1px solid #DEE2E6 !important;
}

.rbc-off-range-bg {
  background: #F8F9FA !important;
}

.rbc-header {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.rbc-off-range {
  color: #CED4DA !important;
}

.rbc-event {
  background: #1EB7FF !important;
}

.rbc-day-slot .rbc-event {
  border: 1px solid #008ed1 !important;
}

.rbc-show-more {
  font-weight: normal !important;
}

.rbc-today {
  background-color: #eaf8ff !important;
}

.rbc-date-cell.rbc-now {
  color: #1F2D3D !important;
  font-weight: normal !important;
}

.rbc-toolbar-label {
  color: #1F2D3D !important;
}

.rbc-toolbar button {
  color: #212529 !important;
  font-size: 14px !important;
  border: 1px solid #DEE2E6 !important;
}

.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  color: #1F2D3D !important;
  box-shadow: none !important;
  background-color: #DEE2E6 !important;
  border-color: #DEE2E6 !important;
}

.rbc-toolbar button:hover {
  background-color: #edeff1 !important;
}

.rbc-header {
  border-bottom: 1px solid #DEE2E6 !important;
}

.rbc-header + .rbc-header {
  border-left: 1px solid #DEE2E6 !important;
}

.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DEE2E6 !important;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/* React Grid Layout Overrides */
/* Avatar Variants Definitions */
.react-grid-layout {
  margin: 0 -15px;
}
.react-grid-layout .react-grid-item.react-grid-placeholder {
  background: none;
  z-index: 2;
  transition-duration: 100ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  opacity: 0.7;
}
.react-grid-layout .react-grid-item.react-grid-placeholder:after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  content: " ";
  background: rgba(30, 183, 255, 0.3);
  border-radius: 4px;
  border: 2px dashed #1EB7FF;
  height: calc(100% - 15px);
  width: calc(100% - 30px);
}

.float-column {
  display: flex;
  flex-direction: column;
}
.float-column > .card {
  flex: 1 1 auto;
  margin-bottom: 15px;
}
.float-column > .card + .react-resizable-handle {
  bottom: 15px;
  right: 15px;
}
.float-column > .card > .card-header {
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*
  &:before {
      position: absolute;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f142";
      top: 50%;
      left: 1rem;
      transform: translateY(-50%);
      color: $text-muted;
  }
  */
}

.float-column [class^=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}
.float-column--size-lg .col-md-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/* Avatar Variants Definitions */
.dropzone {
  border: 2px dashed #DEE2E6;
  padding: 20px;
  text-align: center;
}
.dropzone--enabled:hover, .dropzone--active {
  cursor: pointer;
  border-color: #1EB7FF;
  background-color: rgba(30, 183, 255, 0.1);
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/*@import "~react-bootstrap-table-next/dist/react-bootstrap-table2.min.css";*/
/* Avatar Variants Definitions */
.react-bootstrap-table th.sortable {
  white-space: nowrap;
}

.react-bootstrap-table th,
.react-bootstrap-table td {
  vertical-align: middle !important;
}

.react-bootstrap-table .table:not(.table-bordered) tbody tr:last-child td {
  border-bottom: 1px solid #E9ECEF;
}

.react-bootstrap-table-pagination {
  padding: 0 0.75rem;
}

.react-bootstrap-table-pagination-list .pagination {
  justify-content: flex-end;
}

/* Avatar Variants Definitions */
.sidebar--animations-enabled {
  /*
  &.sidebar--slim.sidebar--collapsed {
      // Slim Submenus
      .sidebar-menu__entry > .sidebar-submenu {
          display: block !important;
          opacity: 0;
          transform: translateY(-40px) scale(0.8);
          transition: opacity 200ms ease-in-out,
                      transform 200ms cubic-bezier(0.645, 0.045, 0.465, 1.305);
          transition-delay: 200ms;
      }

      .sidebar-menu__entry:hover > .sidebar-submenu {
          opacity: 1;
          transform: translateY(0) scale(1);
      }
  }
  */
}
.sidebar--animations-enabled.sidebar--animate-slim--progress .active > a {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #1EB7FF !important;
}
.sidebar--animations-enabled.sidebar--animate-slim--progress .sidebar-menu__entry__link::after,
.sidebar--animations-enabled.sidebar--animate-slim--progress .sidebar-submenu__entry__link::after {
  opacity: 0;
}
.sidebar--animations-enabled.sidebar--animate-slim--progress .sidebar-menu .badge {
  opacity: 0;
}
.sidebar--animations-enabled.sidebar--animate-entry-complete .sidebar__section {
  opacity: 1;
}
.sidebar--animations-enabled .sidebar__section {
  opacity: 0;
}
.sidebar--animations-enabled .sidebar-menu__entry__link::after {
  transition: opacity 200ms ease-in;
}
.sidebar--animations-enabled .sidebar-menu__entry.active .sidebar-menu__entry__link {
  transition: background-color 200ms ease-in-out box-shadow 200ms ease-in-out;
}
.sidebar--animations-enabled .sidbear-menu .badge {
  transition: opacity 200ms ease-in-out;
}

/* Avatar Variants Definitions */
/* Variant Generator */
/* Avatar Base */
.avatar {
  position: relative;
  display: inline-block;
}
.avatar__content {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.avatar__badge {
  position: absolute;
  display: block;
  transform: translate(50%, -50%);
  z-index: 1;
}
.avatar__icon {
  position: absolute;
  display: block;
  transform: translate(50%, 50%);
  z-index: 1;
}
.avatar__icon--stack > .fa {
  display: block;
}
.avatar__icon--stack > .fa ~ .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.avatar-font {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.avatar-font__text {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 600;
}

.avatar-font--sm .avatar-font__text {
  font-size: 10px;
}

.avatar-font--lg .avatar-font__text {
  font-size: 24px;
}

.avatar-image {
  display: inline-block;
  position: relative;
}
.avatar-image__image {
  position: relative;
  visibility: hidden;
  z-index: 0;
}
.avatar-image__image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.avatar-image__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.avatar-image--loaded .avatar-image__image {
  visibility: visible;
}

.avatar--sm {
  width: 20px;
  height: 20px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) {
  right: 1px;
  bottom: 3px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) > *:first-child {
  font-size: 14px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) > * ~ * {
  font-size: 9.8px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) > * ~ *.avatar__icon--small {
  font-size: 5.46px;
}
.avatar--sm .avatar__icon.avatar__icon--nested {
  right: -2px;
  bottom: 3px;
}
.avatar--sm .avatar__icon.avatar__icon--nested > *:first-child {
  font-size: 25px;
}
.avatar--sm .avatar__icon.avatar__icon--nested > * ~ * {
  font-size: 19.5px;
}
.avatar--sm .avatar__icon.avatar__icon--nested > * ~ *.avatar__icon__inner {
  font-size: 9.75px;
}
.avatar--sm .avatar__badge {
  right: 1px;
  top: 1px;
}
.avatar--sm .avatar__badge .badge,
.avatar--sm .avatar__badge .label {
  font-size: 9px;
}

.avatar--md {
  width: 30px;
  height: 30px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) {
  right: -1px;
  bottom: 5px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) > *:first-child {
  font-size: 15px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) > * ~ * {
  font-size: 10.5px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) > * ~ *.avatar__icon--small {
  font-size: 5.4px;
}
.avatar--md .avatar__icon.avatar__icon--nested {
  right: 1px;
  bottom: 5px;
}
.avatar--md .avatar__icon.avatar__icon--nested > *:first-child {
  font-size: 25px;
}
.avatar--md .avatar__icon.avatar__icon--nested > * ~ * {
  font-size: 19.5px;
}
.avatar--md .avatar__icon.avatar__icon--nested > * ~ *.avatar__icon__inner {
  font-size: 9px;
}
.avatar--md .avatar__badge {
  right: 2px;
  top: 3px;
}

.avatar--lg {
  width: 60px;
  height: 60px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) {
  right: 10px;
  bottom: 8px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) > *:first-child {
  font-size: 15px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) > * ~ * {
  font-size: 10.5px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) > * ~ *.avatar__icon--small {
  font-size: 5.4px;
}
.avatar--lg .avatar__icon.avatar__icon--nested {
  right: 10px;
  bottom: 8px;
}
.avatar--lg .avatar__icon.avatar__icon--nested > *:first-child {
  font-size: 25px;
}
.avatar--lg .avatar__icon.avatar__icon--nested > * ~ * {
  font-size: 19.5px;
}
.avatar--lg .avatar__icon.avatar__icon--nested > * ~ *.avatar__icon__inner {
  font-size: 9px;
}
.avatar--lg .avatar__badge {
  right: 10px;
  top: 5px;
}

/* Avatar Variants Definitions */
.custom-card--border-dash.custom-card--color-100, .custom-card--border-dot.custom-card--color-100, .custom-card--border.custom-card--color-100 {
  border-color: #F8F9FA;
}
.custom-card--border-dash.custom-card--color-200, .custom-card--border-dot.custom-card--color-200, .custom-card--border.custom-card--color-200 {
  border-color: #E9ECEF;
}
.custom-card--border-dash.custom-card--color-300, .custom-card--border-dot.custom-card--color-300, .custom-card--border.custom-card--color-300 {
  border-color: #DEE2E6;
}
.custom-card--border-dash.custom-card--color-400, .custom-card--border-dot.custom-card--color-400, .custom-card--border.custom-card--color-400 {
  border-color: #CED4DA;
}
.custom-card--border-dash.custom-card--color-500, .custom-card--border-dot.custom-card--color-500, .custom-card--border.custom-card--color-500 {
  border-color: #ADB5BD;
}
.custom-card--border-dash.custom-card--color-600, .custom-card--border-dot.custom-card--color-600, .custom-card--border.custom-card--color-600 {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-700, .custom-card--border-dot.custom-card--color-700, .custom-card--border.custom-card--color-700 {
  border-color: #5D636D;
}
.custom-card--border-dash.custom-card--color-800, .custom-card--border-dot.custom-card--color-800, .custom-card--border.custom-card--color-800 {
  border-color: #3F4651;
}
.custom-card--border-dash.custom-card--color-900, .custom-card--border-dot.custom-card--color-900, .custom-card--border.custom-card--color-900 {
  border-color: #353C48;
}
.custom-card--border-dash.custom-card--color-blue, .custom-card--border-dot.custom-card--color-blue, .custom-card--border.custom-card--color-blue {
  border-color: #1EB7FF;
}
.custom-card--border-dash.custom-card--color-indigo, .custom-card--border-dot.custom-card--color-indigo, .custom-card--border.custom-card--color-indigo {
  border-color: #6610f2;
}
.custom-card--border-dash.custom-card--color-purple, .custom-card--border-dot.custom-card--color-purple, .custom-card--border.custom-card--color-purple {
  border-color: #CA8EFF;
}
.custom-card--border-dash.custom-card--color-pink, .custom-card--border-dot.custom-card--color-pink, .custom-card--border.custom-card--color-pink {
  border-color: #e83e8c;
}
.custom-card--border-dash.custom-card--color-red, .custom-card--border-dot.custom-card--color-red, .custom-card--border.custom-card--color-red {
  border-color: #ED1C24;
}
.custom-card--border-dash.custom-card--color-orange, .custom-card--border-dot.custom-card--color-orange, .custom-card--border.custom-card--color-orange {
  border-color: #F27212;
}
.custom-card--border-dash.custom-card--color-yellow, .custom-card--border-dot.custom-card--color-yellow, .custom-card--border.custom-card--color-yellow {
  border-color: #F7BF47;
}
.custom-card--border-dash.custom-card--color-green, .custom-card--border-dot.custom-card--color-green, .custom-card--border.custom-card--color-green {
  border-color: #1BB934;
}
.custom-card--border-dash.custom-card--color-teal, .custom-card--border-dot.custom-card--color-teal, .custom-card--border.custom-card--color-teal {
  border-color: #20c997;
}
.custom-card--border-dash.custom-card--color-cyan, .custom-card--border-dot.custom-card--color-cyan, .custom-card--border.custom-card--color-cyan {
  border-color: #33AE9A;
}
.custom-card--border-dash.custom-card--color-white, .custom-card--border-dot.custom-card--color-white, .custom-card--border.custom-card--color-white {
  border-color: #FFF;
}
.custom-card--border-dash.custom-card--color-gray, .custom-card--border-dot.custom-card--color-gray, .custom-card--border.custom-card--color-gray {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-gray-dark, .custom-card--border-dot.custom-card--color-gray-dark, .custom-card--border.custom-card--color-gray-dark {
  border-color: #3F4651;
}
.custom-card--border-dash.custom-card--color-facebook, .custom-card--border-dot.custom-card--color-facebook, .custom-card--border.custom-card--color-facebook {
  border-color: #3A5E95;
}
.custom-card--border-dash.custom-card--color-twitter, .custom-card--border-dot.custom-card--color-twitter, .custom-card--border.custom-card--color-twitter {
  border-color: #60ADDB;
}
.custom-card--border-dash.custom-card--color-lastfm, .custom-card--border-dot.custom-card--color-lastfm, .custom-card--border.custom-card--color-lastfm {
  border-color: #E01132;
}
.custom-card--border-dash.custom-card--color-pinterest, .custom-card--border-dot.custom-card--color-pinterest, .custom-card--border.custom-card--color-pinterest {
  border-color: #BD0520;
}
.custom-card--border-dash.custom-card--color-linkedin, .custom-card--border-dot.custom-card--color-linkedin, .custom-card--border.custom-card--color-linkedin {
  border-color: #057CB2;
}
.custom-card--border-dash.custom-card--color-medium, .custom-card--border-dot.custom-card--color-medium, .custom-card--border.custom-card--color-medium {
  border-color: #5cb85c;
}
.custom-card--border-dash.custom-card--color-skype, .custom-card--border-dot.custom-card--color-skype, .custom-card--border.custom-card--color-skype {
  border-color: #0AB2EF;
}
.custom-card--border-dash.custom-card--color-foursquare, .custom-card--border-dot.custom-card--color-foursquare, .custom-card--border.custom-card--color-foursquare {
  border-color: #F84978;
}
.custom-card--border-dash.custom-card--color-android, .custom-card--border-dot.custom-card--color-android, .custom-card--border.custom-card--color-android {
  border-color: #A6C843;
}
.custom-card--border-dash.custom-card--color-spotify, .custom-card--border-dot.custom-card--color-spotify, .custom-card--border.custom-card--color-spotify {
  border-color: #2FD665;
}
.custom-card--border-dash.custom-card--color-paypal, .custom-card--border-dot.custom-card--color-paypal, .custom-card--border.custom-card--color-paypal {
  border-color: #2A9AD7;
}
.custom-card--border-dash.custom-card--color-dribble, .custom-card--border-dot.custom-card--color-dribble, .custom-card--border.custom-card--color-dribble {
  border-color: #F16898;
}
.custom-card--border-dash.custom-card--color-youtube, .custom-card--border-dot.custom-card--color-youtube, .custom-card--border.custom-card--color-youtube {
  border-color: #ED1922;
}
.custom-card--border-dash.custom-card--color-windows, .custom-card--border-dot.custom-card--color-windows, .custom-card--border.custom-card--color-windows {
  border-color: #10BFF2;
}
.custom-card--border-dash.custom-card--color-amazon, .custom-card--border-dot.custom-card--color-amazon, .custom-card--border.custom-card--color-amazon {
  border-color: #FEA320;
}
.custom-card--border-dash.custom-card--color-black-01, .custom-card--border-dot.custom-card--color-black-01, .custom-card--border.custom-card--color-black-01 {
  border-color: rgba(31, 45, 61, 0.1);
}
.custom-card--border-dash.custom-card--color-black-02, .custom-card--border-dot.custom-card--color-black-02, .custom-card--border.custom-card--color-black-02 {
  border-color: rgba(31, 45, 61, 0.2);
}
.custom-card--border-dash.custom-card--color-black-03, .custom-card--border-dot.custom-card--color-black-03, .custom-card--border.custom-card--color-black-03 {
  border-color: rgba(31, 45, 61, 0.3);
}
.custom-card--border-dash.custom-card--color-black-04, .custom-card--border-dot.custom-card--color-black-04, .custom-card--border.custom-card--color-black-04 {
  border-color: rgba(31, 45, 61, 0.4);
}
.custom-card--border-dash.custom-card--color-black-05, .custom-card--border-dot.custom-card--color-black-05, .custom-card--border.custom-card--color-black-05 {
  border-color: rgba(31, 45, 61, 0.5);
}
.custom-card--border-dash.custom-card--color-black-06, .custom-card--border-dot.custom-card--color-black-06, .custom-card--border.custom-card--color-black-06 {
  border-color: rgba(31, 45, 61, 0.6);
}
.custom-card--border-dash.custom-card--color-black-07, .custom-card--border-dot.custom-card--color-black-07, .custom-card--border.custom-card--color-black-07 {
  border-color: rgba(31, 45, 61, 0.7);
}
.custom-card--border-dash.custom-card--color-black-08, .custom-card--border-dot.custom-card--color-black-08, .custom-card--border.custom-card--color-black-08 {
  border-color: rgba(31, 45, 61, 0.8);
}
.custom-card--border-dash.custom-card--color-black-09, .custom-card--border-dot.custom-card--color-black-09, .custom-card--border.custom-card--color-black-09 {
  border-color: rgba(31, 45, 61, 0.9);
}
.custom-card--border-dash.custom-card--color-white-01, .custom-card--border-dot.custom-card--color-white-01, .custom-card--border.custom-card--color-white-01 {
  border-color: rgba(255, 255, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-white-02, .custom-card--border-dot.custom-card--color-white-02, .custom-card--border.custom-card--color-white-02 {
  border-color: rgba(255, 255, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-white-03, .custom-card--border-dot.custom-card--color-white-03, .custom-card--border.custom-card--color-white-03 {
  border-color: rgba(255, 255, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-white-04, .custom-card--border-dot.custom-card--color-white-04, .custom-card--border.custom-card--color-white-04 {
  border-color: rgba(255, 255, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-white-05, .custom-card--border-dot.custom-card--color-white-05, .custom-card--border.custom-card--color-white-05 {
  border-color: rgba(255, 255, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-white-06, .custom-card--border-dot.custom-card--color-white-06, .custom-card--border.custom-card--color-white-06 {
  border-color: rgba(255, 255, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-white-07, .custom-card--border-dot.custom-card--color-white-07, .custom-card--border.custom-card--color-white-07 {
  border-color: rgba(255, 255, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-white-08, .custom-card--border-dot.custom-card--color-white-08, .custom-card--border.custom-card--color-white-08 {
  border-color: rgba(255, 255, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-white-09, .custom-card--border-dot.custom-card--color-white-09, .custom-card--border.custom-card--color-white-09 {
  border-color: rgba(255, 255, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-primary-01, .custom-card--border-dot.custom-card--color-primary-01, .custom-card--border.custom-card--color-primary-01 {
  border-color: rgba(30, 183, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-primary-02, .custom-card--border-dot.custom-card--color-primary-02, .custom-card--border.custom-card--color-primary-02 {
  border-color: rgba(30, 183, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-primary-03, .custom-card--border-dot.custom-card--color-primary-03, .custom-card--border.custom-card--color-primary-03 {
  border-color: rgba(30, 183, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-primary-04, .custom-card--border-dot.custom-card--color-primary-04, .custom-card--border.custom-card--color-primary-04 {
  border-color: rgba(30, 183, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-primary-05, .custom-card--border-dot.custom-card--color-primary-05, .custom-card--border.custom-card--color-primary-05 {
  border-color: rgba(30, 183, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-primary-06, .custom-card--border-dot.custom-card--color-primary-06, .custom-card--border.custom-card--color-primary-06 {
  border-color: rgba(30, 183, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-primary-07, .custom-card--border-dot.custom-card--color-primary-07, .custom-card--border.custom-card--color-primary-07 {
  border-color: rgba(30, 183, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-primary-08, .custom-card--border-dot.custom-card--color-primary-08, .custom-card--border.custom-card--color-primary-08 {
  border-color: rgba(30, 183, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-primary-09, .custom-card--border-dot.custom-card--color-primary-09, .custom-card--border.custom-card--color-primary-09 {
  border-color: rgba(30, 183, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-info-01, .custom-card--border-dot.custom-card--color-info-01, .custom-card--border.custom-card--color-info-01 {
  border-color: rgba(51, 174, 154, 0.1);
}
.custom-card--border-dash.custom-card--color-info-02, .custom-card--border-dot.custom-card--color-info-02, .custom-card--border.custom-card--color-info-02 {
  border-color: rgba(51, 174, 154, 0.2);
}
.custom-card--border-dash.custom-card--color-info-03, .custom-card--border-dot.custom-card--color-info-03, .custom-card--border.custom-card--color-info-03 {
  border-color: rgba(51, 174, 154, 0.3);
}
.custom-card--border-dash.custom-card--color-info-04, .custom-card--border-dot.custom-card--color-info-04, .custom-card--border.custom-card--color-info-04 {
  border-color: rgba(51, 174, 154, 0.4);
}
.custom-card--border-dash.custom-card--color-info-05, .custom-card--border-dot.custom-card--color-info-05, .custom-card--border.custom-card--color-info-05 {
  border-color: rgba(51, 174, 154, 0.5);
}
.custom-card--border-dash.custom-card--color-info-06, .custom-card--border-dot.custom-card--color-info-06, .custom-card--border.custom-card--color-info-06 {
  border-color: rgba(51, 174, 154, 0.6);
}
.custom-card--border-dash.custom-card--color-info-07, .custom-card--border-dot.custom-card--color-info-07, .custom-card--border.custom-card--color-info-07 {
  border-color: rgba(51, 174, 154, 0.7);
}
.custom-card--border-dash.custom-card--color-info-08, .custom-card--border-dot.custom-card--color-info-08, .custom-card--border.custom-card--color-info-08 {
  border-color: rgba(51, 174, 154, 0.8);
}
.custom-card--border-dash.custom-card--color-info-09, .custom-card--border-dot.custom-card--color-info-09, .custom-card--border.custom-card--color-info-09 {
  border-color: rgba(51, 174, 154, 0.9);
}
.custom-card--border-dash.custom-card--color-success-01, .custom-card--border-dot.custom-card--color-success-01, .custom-card--border.custom-card--color-success-01 {
  border-color: rgba(27, 185, 52, 0.1);
}
.custom-card--border-dash.custom-card--color-success-02, .custom-card--border-dot.custom-card--color-success-02, .custom-card--border.custom-card--color-success-02 {
  border-color: rgba(27, 185, 52, 0.2);
}
.custom-card--border-dash.custom-card--color-success-03, .custom-card--border-dot.custom-card--color-success-03, .custom-card--border.custom-card--color-success-03 {
  border-color: rgba(27, 185, 52, 0.3);
}
.custom-card--border-dash.custom-card--color-success-04, .custom-card--border-dot.custom-card--color-success-04, .custom-card--border.custom-card--color-success-04 {
  border-color: rgba(27, 185, 52, 0.4);
}
.custom-card--border-dash.custom-card--color-success-05, .custom-card--border-dot.custom-card--color-success-05, .custom-card--border.custom-card--color-success-05 {
  border-color: rgba(27, 185, 52, 0.5);
}
.custom-card--border-dash.custom-card--color-success-06, .custom-card--border-dot.custom-card--color-success-06, .custom-card--border.custom-card--color-success-06 {
  border-color: rgba(27, 185, 52, 0.6);
}
.custom-card--border-dash.custom-card--color-success-07, .custom-card--border-dot.custom-card--color-success-07, .custom-card--border.custom-card--color-success-07 {
  border-color: rgba(27, 185, 52, 0.7);
}
.custom-card--border-dash.custom-card--color-success-08, .custom-card--border-dot.custom-card--color-success-08, .custom-card--border.custom-card--color-success-08 {
  border-color: rgba(27, 185, 52, 0.8);
}
.custom-card--border-dash.custom-card--color-success-09, .custom-card--border-dot.custom-card--color-success-09, .custom-card--border.custom-card--color-success-09 {
  border-color: rgba(27, 185, 52, 0.9);
}
.custom-card--border-dash.custom-card--color-warning-01, .custom-card--border-dot.custom-card--color-warning-01, .custom-card--border.custom-card--color-warning-01 {
  border-color: rgba(242, 114, 18, 0.1);
}
.custom-card--border-dash.custom-card--color-warning-02, .custom-card--border-dot.custom-card--color-warning-02, .custom-card--border.custom-card--color-warning-02 {
  border-color: rgba(242, 114, 18, 0.2);
}
.custom-card--border-dash.custom-card--color-warning-03, .custom-card--border-dot.custom-card--color-warning-03, .custom-card--border.custom-card--color-warning-03 {
  border-color: rgba(242, 114, 18, 0.3);
}
.custom-card--border-dash.custom-card--color-warning-04, .custom-card--border-dot.custom-card--color-warning-04, .custom-card--border.custom-card--color-warning-04 {
  border-color: rgba(242, 114, 18, 0.4);
}
.custom-card--border-dash.custom-card--color-warning-05, .custom-card--border-dot.custom-card--color-warning-05, .custom-card--border.custom-card--color-warning-05 {
  border-color: rgba(242, 114, 18, 0.5);
}
.custom-card--border-dash.custom-card--color-warning-06, .custom-card--border-dot.custom-card--color-warning-06, .custom-card--border.custom-card--color-warning-06 {
  border-color: rgba(242, 114, 18, 0.6);
}
.custom-card--border-dash.custom-card--color-warning-07, .custom-card--border-dot.custom-card--color-warning-07, .custom-card--border.custom-card--color-warning-07 {
  border-color: rgba(242, 114, 18, 0.7);
}
.custom-card--border-dash.custom-card--color-warning-08, .custom-card--border-dot.custom-card--color-warning-08, .custom-card--border.custom-card--color-warning-08 {
  border-color: rgba(242, 114, 18, 0.8);
}
.custom-card--border-dash.custom-card--color-warning-09, .custom-card--border-dot.custom-card--color-warning-09, .custom-card--border.custom-card--color-warning-09 {
  border-color: rgba(242, 114, 18, 0.9);
}
.custom-card--border-dash.custom-card--color-danger-01, .custom-card--border-dot.custom-card--color-danger-01, .custom-card--border.custom-card--color-danger-01 {
  border-color: rgba(237, 28, 36, 0.1);
}
.custom-card--border-dash.custom-card--color-danger-02, .custom-card--border-dot.custom-card--color-danger-02, .custom-card--border.custom-card--color-danger-02 {
  border-color: rgba(237, 28, 36, 0.2);
}
.custom-card--border-dash.custom-card--color-danger-03, .custom-card--border-dot.custom-card--color-danger-03, .custom-card--border.custom-card--color-danger-03 {
  border-color: rgba(237, 28, 36, 0.3);
}
.custom-card--border-dash.custom-card--color-danger-04, .custom-card--border-dot.custom-card--color-danger-04, .custom-card--border.custom-card--color-danger-04 {
  border-color: rgba(237, 28, 36, 0.4);
}
.custom-card--border-dash.custom-card--color-danger-05, .custom-card--border-dot.custom-card--color-danger-05, .custom-card--border.custom-card--color-danger-05 {
  border-color: rgba(237, 28, 36, 0.5);
}
.custom-card--border-dash.custom-card--color-danger-06, .custom-card--border-dot.custom-card--color-danger-06, .custom-card--border.custom-card--color-danger-06 {
  border-color: rgba(237, 28, 36, 0.6);
}
.custom-card--border-dash.custom-card--color-danger-07, .custom-card--border-dot.custom-card--color-danger-07, .custom-card--border.custom-card--color-danger-07 {
  border-color: rgba(237, 28, 36, 0.7);
}
.custom-card--border-dash.custom-card--color-danger-08, .custom-card--border-dot.custom-card--color-danger-08, .custom-card--border.custom-card--color-danger-08 {
  border-color: rgba(237, 28, 36, 0.8);
}
.custom-card--border-dash.custom-card--color-danger-09, .custom-card--border-dot.custom-card--color-danger-09, .custom-card--border.custom-card--color-danger-09 {
  border-color: rgba(237, 28, 36, 0.9);
}
.custom-card--border-dash.custom-card--color-yellow-01, .custom-card--border-dot.custom-card--color-yellow-01, .custom-card--border.custom-card--color-yellow-01 {
  border-color: rgba(247, 191, 71, 0.1);
}
.custom-card--border-dash.custom-card--color-yellow-02, .custom-card--border-dot.custom-card--color-yellow-02, .custom-card--border.custom-card--color-yellow-02 {
  border-color: rgba(247, 191, 71, 0.2);
}
.custom-card--border-dash.custom-card--color-yellow-03, .custom-card--border-dot.custom-card--color-yellow-03, .custom-card--border.custom-card--color-yellow-03 {
  border-color: rgba(247, 191, 71, 0.3);
}
.custom-card--border-dash.custom-card--color-yellow-04, .custom-card--border-dot.custom-card--color-yellow-04, .custom-card--border.custom-card--color-yellow-04 {
  border-color: rgba(247, 191, 71, 0.4);
}
.custom-card--border-dash.custom-card--color-yellow-05, .custom-card--border-dot.custom-card--color-yellow-05, .custom-card--border.custom-card--color-yellow-05 {
  border-color: rgba(247, 191, 71, 0.5);
}
.custom-card--border-dash.custom-card--color-yellow-06, .custom-card--border-dot.custom-card--color-yellow-06, .custom-card--border.custom-card--color-yellow-06 {
  border-color: rgba(247, 191, 71, 0.6);
}
.custom-card--border-dash.custom-card--color-yellow-07, .custom-card--border-dot.custom-card--color-yellow-07, .custom-card--border.custom-card--color-yellow-07 {
  border-color: rgba(247, 191, 71, 0.7);
}
.custom-card--border-dash.custom-card--color-yellow-08, .custom-card--border-dot.custom-card--color-yellow-08, .custom-card--border.custom-card--color-yellow-08 {
  border-color: rgba(247, 191, 71, 0.8);
}
.custom-card--border-dash.custom-card--color-yellow-09, .custom-card--border-dot.custom-card--color-yellow-09, .custom-card--border.custom-card--color-yellow-09 {
  border-color: rgba(247, 191, 71, 0.9);
}
.custom-card--border-dash.custom-card--color-secondary-01, .custom-card--border-dot.custom-card--color-secondary-01, .custom-card--border.custom-card--color-secondary-01 {
  border-color: rgba(134, 142, 150, 0.1);
}
.custom-card--border-dash.custom-card--color-secondary-02, .custom-card--border-dot.custom-card--color-secondary-02, .custom-card--border.custom-card--color-secondary-02 {
  border-color: rgba(134, 142, 150, 0.2);
}
.custom-card--border-dash.custom-card--color-secondary-03, .custom-card--border-dot.custom-card--color-secondary-03, .custom-card--border.custom-card--color-secondary-03 {
  border-color: rgba(134, 142, 150, 0.3);
}
.custom-card--border-dash.custom-card--color-secondary-04, .custom-card--border-dot.custom-card--color-secondary-04, .custom-card--border.custom-card--color-secondary-04 {
  border-color: rgba(134, 142, 150, 0.4);
}
.custom-card--border-dash.custom-card--color-secondary-05, .custom-card--border-dot.custom-card--color-secondary-05, .custom-card--border.custom-card--color-secondary-05 {
  border-color: rgba(134, 142, 150, 0.5);
}
.custom-card--border-dash.custom-card--color-secondary-06, .custom-card--border-dot.custom-card--color-secondary-06, .custom-card--border.custom-card--color-secondary-06 {
  border-color: rgba(134, 142, 150, 0.6);
}
.custom-card--border-dash.custom-card--color-secondary-07, .custom-card--border-dot.custom-card--color-secondary-07, .custom-card--border.custom-card--color-secondary-07 {
  border-color: rgba(134, 142, 150, 0.7);
}
.custom-card--border-dash.custom-card--color-secondary-08, .custom-card--border-dot.custom-card--color-secondary-08, .custom-card--border.custom-card--color-secondary-08 {
  border-color: rgba(134, 142, 150, 0.8);
}
.custom-card--border-dash.custom-card--color-secondary-09, .custom-card--border-dot.custom-card--color-secondary-09, .custom-card--border.custom-card--color-secondary-09 {
  border-color: rgba(134, 142, 150, 0.9);
}
.custom-card--border-dash.custom-card--color-dark-01, .custom-card--border-dot.custom-card--color-dark-01, .custom-card--border.custom-card--color-dark-01 {
  border-color: rgba(63, 70, 81, 0.1);
}
.custom-card--border-dash.custom-card--color-dark-02, .custom-card--border-dot.custom-card--color-dark-02, .custom-card--border.custom-card--color-dark-02 {
  border-color: rgba(63, 70, 81, 0.2);
}
.custom-card--border-dash.custom-card--color-dark-03, .custom-card--border-dot.custom-card--color-dark-03, .custom-card--border.custom-card--color-dark-03 {
  border-color: rgba(63, 70, 81, 0.3);
}
.custom-card--border-dash.custom-card--color-dark-04, .custom-card--border-dot.custom-card--color-dark-04, .custom-card--border.custom-card--color-dark-04 {
  border-color: rgba(63, 70, 81, 0.4);
}
.custom-card--border-dash.custom-card--color-dark-05, .custom-card--border-dot.custom-card--color-dark-05, .custom-card--border.custom-card--color-dark-05 {
  border-color: rgba(63, 70, 81, 0.5);
}
.custom-card--border-dash.custom-card--color-dark-06, .custom-card--border-dot.custom-card--color-dark-06, .custom-card--border.custom-card--color-dark-06 {
  border-color: rgba(63, 70, 81, 0.6);
}
.custom-card--border-dash.custom-card--color-dark-07, .custom-card--border-dot.custom-card--color-dark-07, .custom-card--border.custom-card--color-dark-07 {
  border-color: rgba(63, 70, 81, 0.7);
}
.custom-card--border-dash.custom-card--color-dark-08, .custom-card--border-dot.custom-card--color-dark-08, .custom-card--border.custom-card--color-dark-08 {
  border-color: rgba(63, 70, 81, 0.8);
}
.custom-card--border-dash.custom-card--color-dark-09, .custom-card--border-dot.custom-card--color-dark-09, .custom-card--border.custom-card--color-dark-09 {
  border-color: rgba(63, 70, 81, 0.9);
}
.custom-card--border-dash.custom-card--color-light-01, .custom-card--border-dot.custom-card--color-light-01, .custom-card--border.custom-card--color-light-01 {
  border-color: rgba(248, 249, 250, 0.1);
}
.custom-card--border-dash.custom-card--color-light-02, .custom-card--border-dot.custom-card--color-light-02, .custom-card--border.custom-card--color-light-02 {
  border-color: rgba(248, 249, 250, 0.2);
}
.custom-card--border-dash.custom-card--color-light-03, .custom-card--border-dot.custom-card--color-light-03, .custom-card--border.custom-card--color-light-03 {
  border-color: rgba(248, 249, 250, 0.3);
}
.custom-card--border-dash.custom-card--color-light-04, .custom-card--border-dot.custom-card--color-light-04, .custom-card--border.custom-card--color-light-04 {
  border-color: rgba(248, 249, 250, 0.4);
}
.custom-card--border-dash.custom-card--color-light-05, .custom-card--border-dot.custom-card--color-light-05, .custom-card--border.custom-card--color-light-05 {
  border-color: rgba(248, 249, 250, 0.5);
}
.custom-card--border-dash.custom-card--color-light-06, .custom-card--border-dot.custom-card--color-light-06, .custom-card--border.custom-card--color-light-06 {
  border-color: rgba(248, 249, 250, 0.6);
}
.custom-card--border-dash.custom-card--color-light-07, .custom-card--border-dot.custom-card--color-light-07, .custom-card--border.custom-card--color-light-07 {
  border-color: rgba(248, 249, 250, 0.7);
}
.custom-card--border-dash.custom-card--color-light-08, .custom-card--border-dot.custom-card--color-light-08, .custom-card--border.custom-card--color-light-08 {
  border-color: rgba(248, 249, 250, 0.8);
}
.custom-card--border-dash.custom-card--color-light-09, .custom-card--border-dot.custom-card--color-light-09, .custom-card--border.custom-card--color-light-09 {
  border-color: rgba(248, 249, 250, 0.9);
}
.custom-card--border-dash.custom-card--color-purple-01, .custom-card--border-dot.custom-card--color-purple-01, .custom-card--border.custom-card--color-purple-01 {
  border-color: rgba(202, 142, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-purple-02, .custom-card--border-dot.custom-card--color-purple-02, .custom-card--border.custom-card--color-purple-02 {
  border-color: rgba(202, 142, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-purple-03, .custom-card--border-dot.custom-card--color-purple-03, .custom-card--border.custom-card--color-purple-03 {
  border-color: rgba(202, 142, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-purple-04, .custom-card--border-dot.custom-card--color-purple-04, .custom-card--border.custom-card--color-purple-04 {
  border-color: rgba(202, 142, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-purple-05, .custom-card--border-dot.custom-card--color-purple-05, .custom-card--border.custom-card--color-purple-05 {
  border-color: rgba(202, 142, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-purple-06, .custom-card--border-dot.custom-card--color-purple-06, .custom-card--border.custom-card--color-purple-06 {
  border-color: rgba(202, 142, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-purple-07, .custom-card--border-dot.custom-card--color-purple-07, .custom-card--border.custom-card--color-purple-07 {
  border-color: rgba(202, 142, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-purple-08, .custom-card--border-dot.custom-card--color-purple-08, .custom-card--border.custom-card--color-purple-08 {
  border-color: rgba(202, 142, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-purple-09, .custom-card--border-dot.custom-card--color-purple-09, .custom-card--border.custom-card--color-purple-09 {
  border-color: rgba(202, 142, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-primary, .custom-card--border-dot.custom-card--color-primary, .custom-card--border.custom-card--color-primary {
  border-color: #1EB7FF;
}
.custom-card--border-dash.custom-card--color-secondary, .custom-card--border-dot.custom-card--color-secondary, .custom-card--border.custom-card--color-secondary {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-success, .custom-card--border-dot.custom-card--color-success, .custom-card--border.custom-card--color-success {
  border-color: #1BB934;
}
.custom-card--border-dash.custom-card--color-info, .custom-card--border-dot.custom-card--color-info, .custom-card--border.custom-card--color-info {
  border-color: #7395ae;
}
.custom-card--border-dash.custom-card--color-warning, .custom-card--border-dot.custom-card--color-warning, .custom-card--border.custom-card--color-warning {
  border-color: #feba21;
}
.custom-card--border-dash.custom-card--color-danger, .custom-card--border-dot.custom-card--color-danger, .custom-card--border.custom-card--color-danger {
  border-color: #ED1C24;
}
.custom-card--border-dash.custom-card--color-light, .custom-card--border-dot.custom-card--color-light, .custom-card--border.custom-card--color-light {
  border-color: #F8F9FA;
}
.custom-card--border-dash.custom-card--color-dark, .custom-card--border-dot.custom-card--color-dark, .custom-card--border.custom-card--color-dark {
  border-color: #3F4651;
}
.custom-card--side-border {
  border-left-width: 2px;
}
.custom-card--side-border.custom-card--color-100 {
  border-left-color: #F8F9FA;
}
.custom-card--side-border.custom-card--color-200 {
  border-left-color: #E9ECEF;
}
.custom-card--side-border.custom-card--color-300 {
  border-left-color: #DEE2E6;
}
.custom-card--side-border.custom-card--color-400 {
  border-left-color: #CED4DA;
}
.custom-card--side-border.custom-card--color-500 {
  border-left-color: #ADB5BD;
}
.custom-card--side-border.custom-card--color-600 {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-700 {
  border-left-color: #5D636D;
}
.custom-card--side-border.custom-card--color-800 {
  border-left-color: #3F4651;
}
.custom-card--side-border.custom-card--color-900 {
  border-left-color: #353C48;
}
.custom-card--side-border.custom-card--color-blue {
  border-left-color: #1EB7FF;
}
.custom-card--side-border.custom-card--color-indigo {
  border-left-color: #6610f2;
}
.custom-card--side-border.custom-card--color-purple {
  border-left-color: #CA8EFF;
}
.custom-card--side-border.custom-card--color-pink {
  border-left-color: #e83e8c;
}
.custom-card--side-border.custom-card--color-red {
  border-left-color: #ED1C24;
}
.custom-card--side-border.custom-card--color-orange {
  border-left-color: #F27212;
}
.custom-card--side-border.custom-card--color-yellow {
  border-left-color: #F7BF47;
}
.custom-card--side-border.custom-card--color-green {
  border-left-color: #1BB934;
}
.custom-card--side-border.custom-card--color-teal {
  border-left-color: #20c997;
}
.custom-card--side-border.custom-card--color-cyan {
  border-left-color: #33AE9A;
}
.custom-card--side-border.custom-card--color-white {
  border-left-color: #FFF;
}
.custom-card--side-border.custom-card--color-gray {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-gray-dark {
  border-left-color: #3F4651;
}
.custom-card--side-border.custom-card--color-facebook {
  border-left-color: #3A5E95;
}
.custom-card--side-border.custom-card--color-twitter {
  border-left-color: #60ADDB;
}
.custom-card--side-border.custom-card--color-lastfm {
  border-left-color: #E01132;
}
.custom-card--side-border.custom-card--color-pinterest {
  border-left-color: #BD0520;
}
.custom-card--side-border.custom-card--color-linkedin {
  border-left-color: #057CB2;
}
.custom-card--side-border.custom-card--color-medium {
  border-left-color: #5cb85c;
}
.custom-card--side-border.custom-card--color-skype {
  border-left-color: #0AB2EF;
}
.custom-card--side-border.custom-card--color-foursquare {
  border-left-color: #F84978;
}
.custom-card--side-border.custom-card--color-android {
  border-left-color: #A6C843;
}
.custom-card--side-border.custom-card--color-spotify {
  border-left-color: #2FD665;
}
.custom-card--side-border.custom-card--color-paypal {
  border-left-color: #2A9AD7;
}
.custom-card--side-border.custom-card--color-dribble {
  border-left-color: #F16898;
}
.custom-card--side-border.custom-card--color-youtube {
  border-left-color: #ED1922;
}
.custom-card--side-border.custom-card--color-windows {
  border-left-color: #10BFF2;
}
.custom-card--side-border.custom-card--color-amazon {
  border-left-color: #FEA320;
}
.custom-card--side-border.custom-card--color-black-01 {
  border-left-color: rgba(31, 45, 61, 0.1);
}
.custom-card--side-border.custom-card--color-black-02 {
  border-left-color: rgba(31, 45, 61, 0.2);
}
.custom-card--side-border.custom-card--color-black-03 {
  border-left-color: rgba(31, 45, 61, 0.3);
}
.custom-card--side-border.custom-card--color-black-04 {
  border-left-color: rgba(31, 45, 61, 0.4);
}
.custom-card--side-border.custom-card--color-black-05 {
  border-left-color: rgba(31, 45, 61, 0.5);
}
.custom-card--side-border.custom-card--color-black-06 {
  border-left-color: rgba(31, 45, 61, 0.6);
}
.custom-card--side-border.custom-card--color-black-07 {
  border-left-color: rgba(31, 45, 61, 0.7);
}
.custom-card--side-border.custom-card--color-black-08 {
  border-left-color: rgba(31, 45, 61, 0.8);
}
.custom-card--side-border.custom-card--color-black-09 {
  border-left-color: rgba(31, 45, 61, 0.9);
}
.custom-card--side-border.custom-card--color-white-01 {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.custom-card--side-border.custom-card--color-white-02 {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.custom-card--side-border.custom-card--color-white-03 {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.custom-card--side-border.custom-card--color-white-04 {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.custom-card--side-border.custom-card--color-white-05 {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.custom-card--side-border.custom-card--color-white-06 {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.custom-card--side-border.custom-card--color-white-07 {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.custom-card--side-border.custom-card--color-white-08 {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.custom-card--side-border.custom-card--color-white-09 {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.custom-card--side-border.custom-card--color-primary-01 {
  border-left-color: rgba(30, 183, 255, 0.1);
}
.custom-card--side-border.custom-card--color-primary-02 {
  border-left-color: rgba(30, 183, 255, 0.2);
}
.custom-card--side-border.custom-card--color-primary-03 {
  border-left-color: rgba(30, 183, 255, 0.3);
}
.custom-card--side-border.custom-card--color-primary-04 {
  border-left-color: rgba(30, 183, 255, 0.4);
}
.custom-card--side-border.custom-card--color-primary-05 {
  border-left-color: rgba(30, 183, 255, 0.5);
}
.custom-card--side-border.custom-card--color-primary-06 {
  border-left-color: rgba(30, 183, 255, 0.6);
}
.custom-card--side-border.custom-card--color-primary-07 {
  border-left-color: rgba(30, 183, 255, 0.7);
}
.custom-card--side-border.custom-card--color-primary-08 {
  border-left-color: rgba(30, 183, 255, 0.8);
}
.custom-card--side-border.custom-card--color-primary-09 {
  border-left-color: rgba(30, 183, 255, 0.9);
}
.custom-card--side-border.custom-card--color-info-01 {
  border-left-color: rgba(51, 174, 154, 0.1);
}
.custom-card--side-border.custom-card--color-info-02 {
  border-left-color: rgba(51, 174, 154, 0.2);
}
.custom-card--side-border.custom-card--color-info-03 {
  border-left-color: rgba(51, 174, 154, 0.3);
}
.custom-card--side-border.custom-card--color-info-04 {
  border-left-color: rgba(51, 174, 154, 0.4);
}
.custom-card--side-border.custom-card--color-info-05 {
  border-left-color: rgba(51, 174, 154, 0.5);
}
.custom-card--side-border.custom-card--color-info-06 {
  border-left-color: rgba(51, 174, 154, 0.6);
}
.custom-card--side-border.custom-card--color-info-07 {
  border-left-color: rgba(51, 174, 154, 0.7);
}
.custom-card--side-border.custom-card--color-info-08 {
  border-left-color: rgba(51, 174, 154, 0.8);
}
.custom-card--side-border.custom-card--color-info-09 {
  border-left-color: rgba(51, 174, 154, 0.9);
}
.custom-card--side-border.custom-card--color-success-01 {
  border-left-color: rgba(27, 185, 52, 0.1);
}
.custom-card--side-border.custom-card--color-success-02 {
  border-left-color: rgba(27, 185, 52, 0.2);
}
.custom-card--side-border.custom-card--color-success-03 {
  border-left-color: rgba(27, 185, 52, 0.3);
}
.custom-card--side-border.custom-card--color-success-04 {
  border-left-color: rgba(27, 185, 52, 0.4);
}
.custom-card--side-border.custom-card--color-success-05 {
  border-left-color: rgba(27, 185, 52, 0.5);
}
.custom-card--side-border.custom-card--color-success-06 {
  border-left-color: rgba(27, 185, 52, 0.6);
}
.custom-card--side-border.custom-card--color-success-07 {
  border-left-color: rgba(27, 185, 52, 0.7);
}
.custom-card--side-border.custom-card--color-success-08 {
  border-left-color: rgba(27, 185, 52, 0.8);
}
.custom-card--side-border.custom-card--color-success-09 {
  border-left-color: rgba(27, 185, 52, 0.9);
}
.custom-card--side-border.custom-card--color-warning-01 {
  border-left-color: rgba(242, 114, 18, 0.1);
}
.custom-card--side-border.custom-card--color-warning-02 {
  border-left-color: rgba(242, 114, 18, 0.2);
}
.custom-card--side-border.custom-card--color-warning-03 {
  border-left-color: rgba(242, 114, 18, 0.3);
}
.custom-card--side-border.custom-card--color-warning-04 {
  border-left-color: rgba(242, 114, 18, 0.4);
}
.custom-card--side-border.custom-card--color-warning-05 {
  border-left-color: rgba(242, 114, 18, 0.5);
}
.custom-card--side-border.custom-card--color-warning-06 {
  border-left-color: rgba(242, 114, 18, 0.6);
}
.custom-card--side-border.custom-card--color-warning-07 {
  border-left-color: rgba(242, 114, 18, 0.7);
}
.custom-card--side-border.custom-card--color-warning-08 {
  border-left-color: rgba(242, 114, 18, 0.8);
}
.custom-card--side-border.custom-card--color-warning-09 {
  border-left-color: rgba(242, 114, 18, 0.9);
}
.custom-card--side-border.custom-card--color-danger-01 {
  border-left-color: rgba(237, 28, 36, 0.1);
}
.custom-card--side-border.custom-card--color-danger-02 {
  border-left-color: rgba(237, 28, 36, 0.2);
}
.custom-card--side-border.custom-card--color-danger-03 {
  border-left-color: rgba(237, 28, 36, 0.3);
}
.custom-card--side-border.custom-card--color-danger-04 {
  border-left-color: rgba(237, 28, 36, 0.4);
}
.custom-card--side-border.custom-card--color-danger-05 {
  border-left-color: rgba(237, 28, 36, 0.5);
}
.custom-card--side-border.custom-card--color-danger-06 {
  border-left-color: rgba(237, 28, 36, 0.6);
}
.custom-card--side-border.custom-card--color-danger-07 {
  border-left-color: rgba(237, 28, 36, 0.7);
}
.custom-card--side-border.custom-card--color-danger-08 {
  border-left-color: rgba(237, 28, 36, 0.8);
}
.custom-card--side-border.custom-card--color-danger-09 {
  border-left-color: rgba(237, 28, 36, 0.9);
}
.custom-card--side-border.custom-card--color-yellow-01 {
  border-left-color: rgba(247, 191, 71, 0.1);
}
.custom-card--side-border.custom-card--color-yellow-02 {
  border-left-color: rgba(247, 191, 71, 0.2);
}
.custom-card--side-border.custom-card--color-yellow-03 {
  border-left-color: rgba(247, 191, 71, 0.3);
}
.custom-card--side-border.custom-card--color-yellow-04 {
  border-left-color: rgba(247, 191, 71, 0.4);
}
.custom-card--side-border.custom-card--color-yellow-05 {
  border-left-color: rgba(247, 191, 71, 0.5);
}
.custom-card--side-border.custom-card--color-yellow-06 {
  border-left-color: rgba(247, 191, 71, 0.6);
}
.custom-card--side-border.custom-card--color-yellow-07 {
  border-left-color: rgba(247, 191, 71, 0.7);
}
.custom-card--side-border.custom-card--color-yellow-08 {
  border-left-color: rgba(247, 191, 71, 0.8);
}
.custom-card--side-border.custom-card--color-yellow-09 {
  border-left-color: rgba(247, 191, 71, 0.9);
}
.custom-card--side-border.custom-card--color-secondary-01 {
  border-left-color: rgba(134, 142, 150, 0.1);
}
.custom-card--side-border.custom-card--color-secondary-02 {
  border-left-color: rgba(134, 142, 150, 0.2);
}
.custom-card--side-border.custom-card--color-secondary-03 {
  border-left-color: rgba(134, 142, 150, 0.3);
}
.custom-card--side-border.custom-card--color-secondary-04 {
  border-left-color: rgba(134, 142, 150, 0.4);
}
.custom-card--side-border.custom-card--color-secondary-05 {
  border-left-color: rgba(134, 142, 150, 0.5);
}
.custom-card--side-border.custom-card--color-secondary-06 {
  border-left-color: rgba(134, 142, 150, 0.6);
}
.custom-card--side-border.custom-card--color-secondary-07 {
  border-left-color: rgba(134, 142, 150, 0.7);
}
.custom-card--side-border.custom-card--color-secondary-08 {
  border-left-color: rgba(134, 142, 150, 0.8);
}
.custom-card--side-border.custom-card--color-secondary-09 {
  border-left-color: rgba(134, 142, 150, 0.9);
}
.custom-card--side-border.custom-card--color-dark-01 {
  border-left-color: rgba(63, 70, 81, 0.1);
}
.custom-card--side-border.custom-card--color-dark-02 {
  border-left-color: rgba(63, 70, 81, 0.2);
}
.custom-card--side-border.custom-card--color-dark-03 {
  border-left-color: rgba(63, 70, 81, 0.3);
}
.custom-card--side-border.custom-card--color-dark-04 {
  border-left-color: rgba(63, 70, 81, 0.4);
}
.custom-card--side-border.custom-card--color-dark-05 {
  border-left-color: rgba(63, 70, 81, 0.5);
}
.custom-card--side-border.custom-card--color-dark-06 {
  border-left-color: rgba(63, 70, 81, 0.6);
}
.custom-card--side-border.custom-card--color-dark-07 {
  border-left-color: rgba(63, 70, 81, 0.7);
}
.custom-card--side-border.custom-card--color-dark-08 {
  border-left-color: rgba(63, 70, 81, 0.8);
}
.custom-card--side-border.custom-card--color-dark-09 {
  border-left-color: rgba(63, 70, 81, 0.9);
}
.custom-card--side-border.custom-card--color-light-01 {
  border-left-color: rgba(248, 249, 250, 0.1);
}
.custom-card--side-border.custom-card--color-light-02 {
  border-left-color: rgba(248, 249, 250, 0.2);
}
.custom-card--side-border.custom-card--color-light-03 {
  border-left-color: rgba(248, 249, 250, 0.3);
}
.custom-card--side-border.custom-card--color-light-04 {
  border-left-color: rgba(248, 249, 250, 0.4);
}
.custom-card--side-border.custom-card--color-light-05 {
  border-left-color: rgba(248, 249, 250, 0.5);
}
.custom-card--side-border.custom-card--color-light-06 {
  border-left-color: rgba(248, 249, 250, 0.6);
}
.custom-card--side-border.custom-card--color-light-07 {
  border-left-color: rgba(248, 249, 250, 0.7);
}
.custom-card--side-border.custom-card--color-light-08 {
  border-left-color: rgba(248, 249, 250, 0.8);
}
.custom-card--side-border.custom-card--color-light-09 {
  border-left-color: rgba(248, 249, 250, 0.9);
}
.custom-card--side-border.custom-card--color-purple-01 {
  border-left-color: rgba(202, 142, 255, 0.1);
}
.custom-card--side-border.custom-card--color-purple-02 {
  border-left-color: rgba(202, 142, 255, 0.2);
}
.custom-card--side-border.custom-card--color-purple-03 {
  border-left-color: rgba(202, 142, 255, 0.3);
}
.custom-card--side-border.custom-card--color-purple-04 {
  border-left-color: rgba(202, 142, 255, 0.4);
}
.custom-card--side-border.custom-card--color-purple-05 {
  border-left-color: rgba(202, 142, 255, 0.5);
}
.custom-card--side-border.custom-card--color-purple-06 {
  border-left-color: rgba(202, 142, 255, 0.6);
}
.custom-card--side-border.custom-card--color-purple-07 {
  border-left-color: rgba(202, 142, 255, 0.7);
}
.custom-card--side-border.custom-card--color-purple-08 {
  border-left-color: rgba(202, 142, 255, 0.8);
}
.custom-card--side-border.custom-card--color-purple-09 {
  border-left-color: rgba(202, 142, 255, 0.9);
}
.custom-card--side-border.custom-card--color-primary {
  border-left-color: #1EB7FF;
}
.custom-card--side-border.custom-card--color-secondary {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-success {
  border-left-color: #1BB934;
}
.custom-card--side-border.custom-card--color-info {
  border-left-color: #7395ae;
}
.custom-card--side-border.custom-card--color-warning {
  border-left-color: #feba21;
}
.custom-card--side-border.custom-card--color-danger {
  border-left-color: #ED1C24;
}
.custom-card--side-border.custom-card--color-light {
  border-left-color: #F8F9FA;
}
.custom-card--side-border.custom-card--color-dark {
  border-left-color: #3F4651;
}
.custom-card--background {
  color: #FFF;
}
.custom-card--background.custom-card--color-100 {
  background-color: #F8F9FA;
}
.custom-card--background.custom-card--color-200 {
  background-color: #E9ECEF;
}
.custom-card--background.custom-card--color-300 {
  background-color: #DEE2E6;
}
.custom-card--background.custom-card--color-400 {
  background-color: #CED4DA;
}
.custom-card--background.custom-card--color-500 {
  background-color: #ADB5BD;
}
.custom-card--background.custom-card--color-600 {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-700 {
  background-color: #5D636D;
}
.custom-card--background.custom-card--color-800 {
  background-color: #3F4651;
}
.custom-card--background.custom-card--color-900 {
  background-color: #353C48;
}
.custom-card--background.custom-card--color-blue {
  background-color: #1EB7FF;
}
.custom-card--background.custom-card--color-indigo {
  background-color: #6610f2;
}
.custom-card--background.custom-card--color-purple {
  background-color: #CA8EFF;
}
.custom-card--background.custom-card--color-pink {
  background-color: #e83e8c;
}
.custom-card--background.custom-card--color-red {
  background-color: #ED1C24;
}
.custom-card--background.custom-card--color-orange {
  background-color: #F27212;
}
.custom-card--background.custom-card--color-yellow {
  background-color: #F7BF47;
}
.custom-card--background.custom-card--color-green {
  background-color: #1BB934;
}
.custom-card--background.custom-card--color-teal {
  background-color: #20c997;
}
.custom-card--background.custom-card--color-cyan {
  background-color: #33AE9A;
}
.custom-card--background.custom-card--color-white {
  background-color: #FFF;
}
.custom-card--background.custom-card--color-gray {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-gray-dark {
  background-color: #3F4651;
}
.custom-card--background.custom-card--color-facebook {
  background-color: #3A5E95;
}
.custom-card--background.custom-card--color-twitter {
  background-color: #60ADDB;
}
.custom-card--background.custom-card--color-lastfm {
  background-color: #E01132;
}
.custom-card--background.custom-card--color-pinterest {
  background-color: #BD0520;
}
.custom-card--background.custom-card--color-linkedin {
  background-color: #057CB2;
}
.custom-card--background.custom-card--color-medium {
  background-color: #5cb85c;
}
.custom-card--background.custom-card--color-skype {
  background-color: #0AB2EF;
}
.custom-card--background.custom-card--color-foursquare {
  background-color: #F84978;
}
.custom-card--background.custom-card--color-android {
  background-color: #A6C843;
}
.custom-card--background.custom-card--color-spotify {
  background-color: #2FD665;
}
.custom-card--background.custom-card--color-paypal {
  background-color: #2A9AD7;
}
.custom-card--background.custom-card--color-dribble {
  background-color: #F16898;
}
.custom-card--background.custom-card--color-youtube {
  background-color: #ED1922;
}
.custom-card--background.custom-card--color-windows {
  background-color: #10BFF2;
}
.custom-card--background.custom-card--color-amazon {
  background-color: #FEA320;
}
.custom-card--background.custom-card--color-black-01 {
  background-color: rgba(31, 45, 61, 0.1);
}
.custom-card--background.custom-card--color-black-02 {
  background-color: rgba(31, 45, 61, 0.2);
}
.custom-card--background.custom-card--color-black-03 {
  background-color: rgba(31, 45, 61, 0.3);
}
.custom-card--background.custom-card--color-black-04 {
  background-color: rgba(31, 45, 61, 0.4);
}
.custom-card--background.custom-card--color-black-05 {
  background-color: rgba(31, 45, 61, 0.5);
}
.custom-card--background.custom-card--color-black-06 {
  background-color: rgba(31, 45, 61, 0.6);
}
.custom-card--background.custom-card--color-black-07 {
  background-color: rgba(31, 45, 61, 0.7);
}
.custom-card--background.custom-card--color-black-08 {
  background-color: rgba(31, 45, 61, 0.8);
}
.custom-card--background.custom-card--color-black-09 {
  background-color: rgba(31, 45, 61, 0.9);
}
.custom-card--background.custom-card--color-white-01 {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-card--background.custom-card--color-white-02 {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-card--background.custom-card--color-white-03 {
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-card--background.custom-card--color-white-04 {
  background-color: rgba(255, 255, 255, 0.4);
}
.custom-card--background.custom-card--color-white-05 {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-card--background.custom-card--color-white-06 {
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-card--background.custom-card--color-white-07 {
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-card--background.custom-card--color-white-08 {
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-card--background.custom-card--color-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}
.custom-card--background.custom-card--color-primary-01 {
  background-color: rgba(30, 183, 255, 0.1);
}
.custom-card--background.custom-card--color-primary-02 {
  background-color: rgba(30, 183, 255, 0.2);
}
.custom-card--background.custom-card--color-primary-03 {
  background-color: rgba(30, 183, 255, 0.3);
}
.custom-card--background.custom-card--color-primary-04 {
  background-color: rgba(30, 183, 255, 0.4);
}
.custom-card--background.custom-card--color-primary-05 {
  background-color: rgba(30, 183, 255, 0.5);
}
.custom-card--background.custom-card--color-primary-06 {
  background-color: rgba(30, 183, 255, 0.6);
}
.custom-card--background.custom-card--color-primary-07 {
  background-color: rgba(30, 183, 255, 0.7);
}
.custom-card--background.custom-card--color-primary-08 {
  background-color: rgba(30, 183, 255, 0.8);
}
.custom-card--background.custom-card--color-primary-09 {
  background-color: rgba(30, 183, 255, 0.9);
}
.custom-card--background.custom-card--color-info-01 {
  background-color: rgba(51, 174, 154, 0.1);
}
.custom-card--background.custom-card--color-info-02 {
  background-color: rgba(51, 174, 154, 0.2);
}
.custom-card--background.custom-card--color-info-03 {
  background-color: rgba(51, 174, 154, 0.3);
}
.custom-card--background.custom-card--color-info-04 {
  background-color: rgba(51, 174, 154, 0.4);
}
.custom-card--background.custom-card--color-info-05 {
  background-color: rgba(51, 174, 154, 0.5);
}
.custom-card--background.custom-card--color-info-06 {
  background-color: rgba(51, 174, 154, 0.6);
}
.custom-card--background.custom-card--color-info-07 {
  background-color: rgba(51, 174, 154, 0.7);
}
.custom-card--background.custom-card--color-info-08 {
  background-color: rgba(51, 174, 154, 0.8);
}
.custom-card--background.custom-card--color-info-09 {
  background-color: rgba(51, 174, 154, 0.9);
}
.custom-card--background.custom-card--color-success-01 {
  background-color: rgba(27, 185, 52, 0.1);
}
.custom-card--background.custom-card--color-success-02 {
  background-color: rgba(27, 185, 52, 0.2);
}
.custom-card--background.custom-card--color-success-03 {
  background-color: rgba(27, 185, 52, 0.3);
}
.custom-card--background.custom-card--color-success-04 {
  background-color: rgba(27, 185, 52, 0.4);
}
.custom-card--background.custom-card--color-success-05 {
  background-color: rgba(27, 185, 52, 0.5);
}
.custom-card--background.custom-card--color-success-06 {
  background-color: rgba(27, 185, 52, 0.6);
}
.custom-card--background.custom-card--color-success-07 {
  background-color: rgba(27, 185, 52, 0.7);
}
.custom-card--background.custom-card--color-success-08 {
  background-color: rgba(27, 185, 52, 0.8);
}
.custom-card--background.custom-card--color-success-09 {
  background-color: rgba(27, 185, 52, 0.9);
}
.custom-card--background.custom-card--color-warning-01 {
  background-color: rgba(242, 114, 18, 0.1);
}
.custom-card--background.custom-card--color-warning-02 {
  background-color: rgba(242, 114, 18, 0.2);
}
.custom-card--background.custom-card--color-warning-03 {
  background-color: rgba(242, 114, 18, 0.3);
}
.custom-card--background.custom-card--color-warning-04 {
  background-color: rgba(242, 114, 18, 0.4);
}
.custom-card--background.custom-card--color-warning-05 {
  background-color: rgba(242, 114, 18, 0.5);
}
.custom-card--background.custom-card--color-warning-06 {
  background-color: rgba(242, 114, 18, 0.6);
}
.custom-card--background.custom-card--color-warning-07 {
  background-color: rgba(242, 114, 18, 0.7);
}
.custom-card--background.custom-card--color-warning-08 {
  background-color: rgba(242, 114, 18, 0.8);
}
.custom-card--background.custom-card--color-warning-09 {
  background-color: rgba(242, 114, 18, 0.9);
}
.custom-card--background.custom-card--color-danger-01 {
  background-color: rgba(237, 28, 36, 0.1);
}
.custom-card--background.custom-card--color-danger-02 {
  background-color: rgba(237, 28, 36, 0.2);
}
.custom-card--background.custom-card--color-danger-03 {
  background-color: rgba(237, 28, 36, 0.3);
}
.custom-card--background.custom-card--color-danger-04 {
  background-color: rgba(237, 28, 36, 0.4);
}
.custom-card--background.custom-card--color-danger-05 {
  background-color: rgba(237, 28, 36, 0.5);
}
.custom-card--background.custom-card--color-danger-06 {
  background-color: rgba(237, 28, 36, 0.6);
}
.custom-card--background.custom-card--color-danger-07 {
  background-color: rgba(237, 28, 36, 0.7);
}
.custom-card--background.custom-card--color-danger-08 {
  background-color: rgba(237, 28, 36, 0.8);
}
.custom-card--background.custom-card--color-danger-09 {
  background-color: rgba(237, 28, 36, 0.9);
}
.custom-card--background.custom-card--color-yellow-01 {
  background-color: rgba(247, 191, 71, 0.1);
}
.custom-card--background.custom-card--color-yellow-02 {
  background-color: rgba(247, 191, 71, 0.2);
}
.custom-card--background.custom-card--color-yellow-03 {
  background-color: rgba(247, 191, 71, 0.3);
}
.custom-card--background.custom-card--color-yellow-04 {
  background-color: rgba(247, 191, 71, 0.4);
}
.custom-card--background.custom-card--color-yellow-05 {
  background-color: rgba(247, 191, 71, 0.5);
}
.custom-card--background.custom-card--color-yellow-06 {
  background-color: rgba(247, 191, 71, 0.6);
}
.custom-card--background.custom-card--color-yellow-07 {
  background-color: rgba(247, 191, 71, 0.7);
}
.custom-card--background.custom-card--color-yellow-08 {
  background-color: rgba(247, 191, 71, 0.8);
}
.custom-card--background.custom-card--color-yellow-09 {
  background-color: rgba(247, 191, 71, 0.9);
}
.custom-card--background.custom-card--color-secondary-01 {
  background-color: rgba(134, 142, 150, 0.1);
}
.custom-card--background.custom-card--color-secondary-02 {
  background-color: rgba(134, 142, 150, 0.2);
}
.custom-card--background.custom-card--color-secondary-03 {
  background-color: rgba(134, 142, 150, 0.3);
}
.custom-card--background.custom-card--color-secondary-04 {
  background-color: rgba(134, 142, 150, 0.4);
}
.custom-card--background.custom-card--color-secondary-05 {
  background-color: rgba(134, 142, 150, 0.5);
}
.custom-card--background.custom-card--color-secondary-06 {
  background-color: rgba(134, 142, 150, 0.6);
}
.custom-card--background.custom-card--color-secondary-07 {
  background-color: rgba(134, 142, 150, 0.7);
}
.custom-card--background.custom-card--color-secondary-08 {
  background-color: rgba(134, 142, 150, 0.8);
}
.custom-card--background.custom-card--color-secondary-09 {
  background-color: rgba(134, 142, 150, 0.9);
}
.custom-card--background.custom-card--color-dark-01 {
  background-color: rgba(63, 70, 81, 0.1);
}
.custom-card--background.custom-card--color-dark-02 {
  background-color: rgba(63, 70, 81, 0.2);
}
.custom-card--background.custom-card--color-dark-03 {
  background-color: rgba(63, 70, 81, 0.3);
}
.custom-card--background.custom-card--color-dark-04 {
  background-color: rgba(63, 70, 81, 0.4);
}
.custom-card--background.custom-card--color-dark-05 {
  background-color: rgba(63, 70, 81, 0.5);
}
.custom-card--background.custom-card--color-dark-06 {
  background-color: rgba(63, 70, 81, 0.6);
}
.custom-card--background.custom-card--color-dark-07 {
  background-color: rgba(63, 70, 81, 0.7);
}
.custom-card--background.custom-card--color-dark-08 {
  background-color: rgba(63, 70, 81, 0.8);
}
.custom-card--background.custom-card--color-dark-09 {
  background-color: rgba(63, 70, 81, 0.9);
}
.custom-card--background.custom-card--color-light-01 {
  background-color: rgba(248, 249, 250, 0.1);
}
.custom-card--background.custom-card--color-light-02 {
  background-color: rgba(248, 249, 250, 0.2);
}
.custom-card--background.custom-card--color-light-03 {
  background-color: rgba(248, 249, 250, 0.3);
}
.custom-card--background.custom-card--color-light-04 {
  background-color: rgba(248, 249, 250, 0.4);
}
.custom-card--background.custom-card--color-light-05 {
  background-color: rgba(248, 249, 250, 0.5);
}
.custom-card--background.custom-card--color-light-06 {
  background-color: rgba(248, 249, 250, 0.6);
}
.custom-card--background.custom-card--color-light-07 {
  background-color: rgba(248, 249, 250, 0.7);
}
.custom-card--background.custom-card--color-light-08 {
  background-color: rgba(248, 249, 250, 0.8);
}
.custom-card--background.custom-card--color-light-09 {
  background-color: rgba(248, 249, 250, 0.9);
}
.custom-card--background.custom-card--color-purple-01 {
  background-color: rgba(202, 142, 255, 0.1);
}
.custom-card--background.custom-card--color-purple-02 {
  background-color: rgba(202, 142, 255, 0.2);
}
.custom-card--background.custom-card--color-purple-03 {
  background-color: rgba(202, 142, 255, 0.3);
}
.custom-card--background.custom-card--color-purple-04 {
  background-color: rgba(202, 142, 255, 0.4);
}
.custom-card--background.custom-card--color-purple-05 {
  background-color: rgba(202, 142, 255, 0.5);
}
.custom-card--background.custom-card--color-purple-06 {
  background-color: rgba(202, 142, 255, 0.6);
}
.custom-card--background.custom-card--color-purple-07 {
  background-color: rgba(202, 142, 255, 0.7);
}
.custom-card--background.custom-card--color-purple-08 {
  background-color: rgba(202, 142, 255, 0.8);
}
.custom-card--background.custom-card--color-purple-09 {
  background-color: rgba(202, 142, 255, 0.9);
}
.custom-card--background.custom-card--color-primary {
  background-color: #1EB7FF;
}
.custom-card--background.custom-card--color-secondary {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-success {
  background-color: #1BB934;
}
.custom-card--background.custom-card--color-info {
  background-color: #7395ae;
}
.custom-card--background.custom-card--color-warning {
  background-color: #feba21;
}
.custom-card--background.custom-card--color-danger {
  background-color: #ED1C24;
}
.custom-card--background.custom-card--color-light {
  background-color: #F8F9FA;
}
.custom-card--background.custom-card--color-dark {
  background-color: #3F4651;
}
.custom-card--border-dash {
  border-style: dashed;
  border-width: 2px;
}
.custom-card--border-dot {
  border-style: dotted;
  border-width: 2px;
}
.custom-card--shadow {
  box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.07);
}
.custom-card--none {
  border: none;
  background: none;
}

/* Avatar Variants Definitions */
.custom-card-header--background {
  color: #FFF;
}
.custom-card-header--background.custom-card-header--color-100 {
  background-color: #F8F9FA;
}
.custom-card-header--background.custom-card-header--color-200 {
  background-color: #E9ECEF;
}
.custom-card-header--background.custom-card-header--color-300 {
  background-color: #DEE2E6;
}
.custom-card-header--background.custom-card-header--color-400 {
  background-color: #CED4DA;
}
.custom-card-header--background.custom-card-header--color-500 {
  background-color: #ADB5BD;
}
.custom-card-header--background.custom-card-header--color-600 {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-700 {
  background-color: #5D636D;
}
.custom-card-header--background.custom-card-header--color-800 {
  background-color: #3F4651;
}
.custom-card-header--background.custom-card-header--color-900 {
  background-color: #353C48;
}
.custom-card-header--background.custom-card-header--color-blue {
  background-color: #1EB7FF;
}
.custom-card-header--background.custom-card-header--color-indigo {
  background-color: #6610f2;
}
.custom-card-header--background.custom-card-header--color-purple {
  background-color: #CA8EFF;
}
.custom-card-header--background.custom-card-header--color-pink {
  background-color: #e83e8c;
}
.custom-card-header--background.custom-card-header--color-red {
  background-color: #ED1C24;
}
.custom-card-header--background.custom-card-header--color-orange {
  background-color: #F27212;
}
.custom-card-header--background.custom-card-header--color-yellow {
  background-color: #F7BF47;
}
.custom-card-header--background.custom-card-header--color-green {
  background-color: #1BB934;
}
.custom-card-header--background.custom-card-header--color-teal {
  background-color: #20c997;
}
.custom-card-header--background.custom-card-header--color-cyan {
  background-color: #33AE9A;
}
.custom-card-header--background.custom-card-header--color-white {
  background-color: #FFF;
}
.custom-card-header--background.custom-card-header--color-gray {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-gray-dark {
  background-color: #3F4651;
}
.custom-card-header--background.custom-card-header--color-facebook {
  background-color: #3A5E95;
}
.custom-card-header--background.custom-card-header--color-twitter {
  background-color: #60ADDB;
}
.custom-card-header--background.custom-card-header--color-lastfm {
  background-color: #E01132;
}
.custom-card-header--background.custom-card-header--color-pinterest {
  background-color: #BD0520;
}
.custom-card-header--background.custom-card-header--color-linkedin {
  background-color: #057CB2;
}
.custom-card-header--background.custom-card-header--color-medium {
  background-color: #5cb85c;
}
.custom-card-header--background.custom-card-header--color-skype {
  background-color: #0AB2EF;
}
.custom-card-header--background.custom-card-header--color-foursquare {
  background-color: #F84978;
}
.custom-card-header--background.custom-card-header--color-android {
  background-color: #A6C843;
}
.custom-card-header--background.custom-card-header--color-spotify {
  background-color: #2FD665;
}
.custom-card-header--background.custom-card-header--color-paypal {
  background-color: #2A9AD7;
}
.custom-card-header--background.custom-card-header--color-dribble {
  background-color: #F16898;
}
.custom-card-header--background.custom-card-header--color-youtube {
  background-color: #ED1922;
}
.custom-card-header--background.custom-card-header--color-windows {
  background-color: #10BFF2;
}
.custom-card-header--background.custom-card-header--color-amazon {
  background-color: #FEA320;
}
.custom-card-header--background.custom-card-header--color-black-01 {
  background-color: rgba(31, 45, 61, 0.1);
}
.custom-card-header--background.custom-card-header--color-black-02 {
  background-color: rgba(31, 45, 61, 0.2);
}
.custom-card-header--background.custom-card-header--color-black-03 {
  background-color: rgba(31, 45, 61, 0.3);
}
.custom-card-header--background.custom-card-header--color-black-04 {
  background-color: rgba(31, 45, 61, 0.4);
}
.custom-card-header--background.custom-card-header--color-black-05 {
  background-color: rgba(31, 45, 61, 0.5);
}
.custom-card-header--background.custom-card-header--color-black-06 {
  background-color: rgba(31, 45, 61, 0.6);
}
.custom-card-header--background.custom-card-header--color-black-07 {
  background-color: rgba(31, 45, 61, 0.7);
}
.custom-card-header--background.custom-card-header--color-black-08 {
  background-color: rgba(31, 45, 61, 0.8);
}
.custom-card-header--background.custom-card-header--color-black-09 {
  background-color: rgba(31, 45, 61, 0.9);
}
.custom-card-header--background.custom-card-header--color-white-01 {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-white-02 {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-white-03 {
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-white-04 {
  background-color: rgba(255, 255, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-white-05 {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-white-06 {
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-white-07 {
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-white-08 {
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-primary-01 {
  background-color: rgba(30, 183, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-primary-02 {
  background-color: rgba(30, 183, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-primary-03 {
  background-color: rgba(30, 183, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-primary-04 {
  background-color: rgba(30, 183, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-primary-05 {
  background-color: rgba(30, 183, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-primary-06 {
  background-color: rgba(30, 183, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-primary-07 {
  background-color: rgba(30, 183, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-primary-08 {
  background-color: rgba(30, 183, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-primary-09 {
  background-color: rgba(30, 183, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-info-01 {
  background-color: rgba(51, 174, 154, 0.1);
}
.custom-card-header--background.custom-card-header--color-info-02 {
  background-color: rgba(51, 174, 154, 0.2);
}
.custom-card-header--background.custom-card-header--color-info-03 {
  background-color: rgba(51, 174, 154, 0.3);
}
.custom-card-header--background.custom-card-header--color-info-04 {
  background-color: rgba(51, 174, 154, 0.4);
}
.custom-card-header--background.custom-card-header--color-info-05 {
  background-color: rgba(51, 174, 154, 0.5);
}
.custom-card-header--background.custom-card-header--color-info-06 {
  background-color: rgba(51, 174, 154, 0.6);
}
.custom-card-header--background.custom-card-header--color-info-07 {
  background-color: rgba(51, 174, 154, 0.7);
}
.custom-card-header--background.custom-card-header--color-info-08 {
  background-color: rgba(51, 174, 154, 0.8);
}
.custom-card-header--background.custom-card-header--color-info-09 {
  background-color: rgba(51, 174, 154, 0.9);
}
.custom-card-header--background.custom-card-header--color-success-01 {
  background-color: rgba(27, 185, 52, 0.1);
}
.custom-card-header--background.custom-card-header--color-success-02 {
  background-color: rgba(27, 185, 52, 0.2);
}
.custom-card-header--background.custom-card-header--color-success-03 {
  background-color: rgba(27, 185, 52, 0.3);
}
.custom-card-header--background.custom-card-header--color-success-04 {
  background-color: rgba(27, 185, 52, 0.4);
}
.custom-card-header--background.custom-card-header--color-success-05 {
  background-color: rgba(27, 185, 52, 0.5);
}
.custom-card-header--background.custom-card-header--color-success-06 {
  background-color: rgba(27, 185, 52, 0.6);
}
.custom-card-header--background.custom-card-header--color-success-07 {
  background-color: rgba(27, 185, 52, 0.7);
}
.custom-card-header--background.custom-card-header--color-success-08 {
  background-color: rgba(27, 185, 52, 0.8);
}
.custom-card-header--background.custom-card-header--color-success-09 {
  background-color: rgba(27, 185, 52, 0.9);
}
.custom-card-header--background.custom-card-header--color-warning-01 {
  background-color: rgba(242, 114, 18, 0.1);
}
.custom-card-header--background.custom-card-header--color-warning-02 {
  background-color: rgba(242, 114, 18, 0.2);
}
.custom-card-header--background.custom-card-header--color-warning-03 {
  background-color: rgba(242, 114, 18, 0.3);
}
.custom-card-header--background.custom-card-header--color-warning-04 {
  background-color: rgba(242, 114, 18, 0.4);
}
.custom-card-header--background.custom-card-header--color-warning-05 {
  background-color: rgba(242, 114, 18, 0.5);
}
.custom-card-header--background.custom-card-header--color-warning-06 {
  background-color: rgba(242, 114, 18, 0.6);
}
.custom-card-header--background.custom-card-header--color-warning-07 {
  background-color: rgba(242, 114, 18, 0.7);
}
.custom-card-header--background.custom-card-header--color-warning-08 {
  background-color: rgba(242, 114, 18, 0.8);
}
.custom-card-header--background.custom-card-header--color-warning-09 {
  background-color: rgba(242, 114, 18, 0.9);
}
.custom-card-header--background.custom-card-header--color-danger-01 {
  background-color: rgba(237, 28, 36, 0.1);
}
.custom-card-header--background.custom-card-header--color-danger-02 {
  background-color: rgba(237, 28, 36, 0.2);
}
.custom-card-header--background.custom-card-header--color-danger-03 {
  background-color: rgba(237, 28, 36, 0.3);
}
.custom-card-header--background.custom-card-header--color-danger-04 {
  background-color: rgba(237, 28, 36, 0.4);
}
.custom-card-header--background.custom-card-header--color-danger-05 {
  background-color: rgba(237, 28, 36, 0.5);
}
.custom-card-header--background.custom-card-header--color-danger-06 {
  background-color: rgba(237, 28, 36, 0.6);
}
.custom-card-header--background.custom-card-header--color-danger-07 {
  background-color: rgba(237, 28, 36, 0.7);
}
.custom-card-header--background.custom-card-header--color-danger-08 {
  background-color: rgba(237, 28, 36, 0.8);
}
.custom-card-header--background.custom-card-header--color-danger-09 {
  background-color: rgba(237, 28, 36, 0.9);
}
.custom-card-header--background.custom-card-header--color-yellow-01 {
  background-color: rgba(247, 191, 71, 0.1);
}
.custom-card-header--background.custom-card-header--color-yellow-02 {
  background-color: rgba(247, 191, 71, 0.2);
}
.custom-card-header--background.custom-card-header--color-yellow-03 {
  background-color: rgba(247, 191, 71, 0.3);
}
.custom-card-header--background.custom-card-header--color-yellow-04 {
  background-color: rgba(247, 191, 71, 0.4);
}
.custom-card-header--background.custom-card-header--color-yellow-05 {
  background-color: rgba(247, 191, 71, 0.5);
}
.custom-card-header--background.custom-card-header--color-yellow-06 {
  background-color: rgba(247, 191, 71, 0.6);
}
.custom-card-header--background.custom-card-header--color-yellow-07 {
  background-color: rgba(247, 191, 71, 0.7);
}
.custom-card-header--background.custom-card-header--color-yellow-08 {
  background-color: rgba(247, 191, 71, 0.8);
}
.custom-card-header--background.custom-card-header--color-yellow-09 {
  background-color: rgba(247, 191, 71, 0.9);
}
.custom-card-header--background.custom-card-header--color-secondary-01 {
  background-color: rgba(134, 142, 150, 0.1);
}
.custom-card-header--background.custom-card-header--color-secondary-02 {
  background-color: rgba(134, 142, 150, 0.2);
}
.custom-card-header--background.custom-card-header--color-secondary-03 {
  background-color: rgba(134, 142, 150, 0.3);
}
.custom-card-header--background.custom-card-header--color-secondary-04 {
  background-color: rgba(134, 142, 150, 0.4);
}
.custom-card-header--background.custom-card-header--color-secondary-05 {
  background-color: rgba(134, 142, 150, 0.5);
}
.custom-card-header--background.custom-card-header--color-secondary-06 {
  background-color: rgba(134, 142, 150, 0.6);
}
.custom-card-header--background.custom-card-header--color-secondary-07 {
  background-color: rgba(134, 142, 150, 0.7);
}
.custom-card-header--background.custom-card-header--color-secondary-08 {
  background-color: rgba(134, 142, 150, 0.8);
}
.custom-card-header--background.custom-card-header--color-secondary-09 {
  background-color: rgba(134, 142, 150, 0.9);
}
.custom-card-header--background.custom-card-header--color-dark-01 {
  background-color: rgba(63, 70, 81, 0.1);
}
.custom-card-header--background.custom-card-header--color-dark-02 {
  background-color: rgba(63, 70, 81, 0.2);
}
.custom-card-header--background.custom-card-header--color-dark-03 {
  background-color: rgba(63, 70, 81, 0.3);
}
.custom-card-header--background.custom-card-header--color-dark-04 {
  background-color: rgba(63, 70, 81, 0.4);
}
.custom-card-header--background.custom-card-header--color-dark-05 {
  background-color: rgba(63, 70, 81, 0.5);
}
.custom-card-header--background.custom-card-header--color-dark-06 {
  background-color: rgba(63, 70, 81, 0.6);
}
.custom-card-header--background.custom-card-header--color-dark-07 {
  background-color: rgba(63, 70, 81, 0.7);
}
.custom-card-header--background.custom-card-header--color-dark-08 {
  background-color: rgba(63, 70, 81, 0.8);
}
.custom-card-header--background.custom-card-header--color-dark-09 {
  background-color: rgba(63, 70, 81, 0.9);
}
.custom-card-header--background.custom-card-header--color-light-01 {
  background-color: rgba(248, 249, 250, 0.1);
}
.custom-card-header--background.custom-card-header--color-light-02 {
  background-color: rgba(248, 249, 250, 0.2);
}
.custom-card-header--background.custom-card-header--color-light-03 {
  background-color: rgba(248, 249, 250, 0.3);
}
.custom-card-header--background.custom-card-header--color-light-04 {
  background-color: rgba(248, 249, 250, 0.4);
}
.custom-card-header--background.custom-card-header--color-light-05 {
  background-color: rgba(248, 249, 250, 0.5);
}
.custom-card-header--background.custom-card-header--color-light-06 {
  background-color: rgba(248, 249, 250, 0.6);
}
.custom-card-header--background.custom-card-header--color-light-07 {
  background-color: rgba(248, 249, 250, 0.7);
}
.custom-card-header--background.custom-card-header--color-light-08 {
  background-color: rgba(248, 249, 250, 0.8);
}
.custom-card-header--background.custom-card-header--color-light-09 {
  background-color: rgba(248, 249, 250, 0.9);
}
.custom-card-header--background.custom-card-header--color-purple-01 {
  background-color: rgba(202, 142, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-purple-02 {
  background-color: rgba(202, 142, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-purple-03 {
  background-color: rgba(202, 142, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-purple-04 {
  background-color: rgba(202, 142, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-purple-05 {
  background-color: rgba(202, 142, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-purple-06 {
  background-color: rgba(202, 142, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-purple-07 {
  background-color: rgba(202, 142, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-purple-08 {
  background-color: rgba(202, 142, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-purple-09 {
  background-color: rgba(202, 142, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-primary {
  background-color: #1EB7FF;
}
.custom-card-header--background.custom-card-header--color-secondary {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-success {
  background-color: #1BB934;
}
.custom-card-header--background.custom-card-header--color-info {
  background-color: #7395ae;
}
.custom-card-header--background.custom-card-header--color-warning {
  background-color: #feba21;
}
.custom-card-header--background.custom-card-header--color-danger {
  background-color: #ED1C24;
}
.custom-card-header--background.custom-card-header--color-light {
  background-color: #F8F9FA;
}
.custom-card-header--background.custom-card-header--color-dark {
  background-color: #3F4651;
}
.custom-card-header--border {
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
}
.custom-card-header--border.custom-card-header--color-100 {
  border-bottom-color: #F8F9FA;
}
.custom-card-header--border.custom-card-header--color-200 {
  border-bottom-color: #E9ECEF;
}
.custom-card-header--border.custom-card-header--color-300 {
  border-bottom-color: #DEE2E6;
}
.custom-card-header--border.custom-card-header--color-400 {
  border-bottom-color: #CED4DA;
}
.custom-card-header--border.custom-card-header--color-500 {
  border-bottom-color: #ADB5BD;
}
.custom-card-header--border.custom-card-header--color-600 {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-700 {
  border-bottom-color: #5D636D;
}
.custom-card-header--border.custom-card-header--color-800 {
  border-bottom-color: #3F4651;
}
.custom-card-header--border.custom-card-header--color-900 {
  border-bottom-color: #353C48;
}
.custom-card-header--border.custom-card-header--color-blue {
  border-bottom-color: #1EB7FF;
}
.custom-card-header--border.custom-card-header--color-indigo {
  border-bottom-color: #6610f2;
}
.custom-card-header--border.custom-card-header--color-purple {
  border-bottom-color: #CA8EFF;
}
.custom-card-header--border.custom-card-header--color-pink {
  border-bottom-color: #e83e8c;
}
.custom-card-header--border.custom-card-header--color-red {
  border-bottom-color: #ED1C24;
}
.custom-card-header--border.custom-card-header--color-orange {
  border-bottom-color: #F27212;
}
.custom-card-header--border.custom-card-header--color-yellow {
  border-bottom-color: #F7BF47;
}
.custom-card-header--border.custom-card-header--color-green {
  border-bottom-color: #1BB934;
}
.custom-card-header--border.custom-card-header--color-teal {
  border-bottom-color: #20c997;
}
.custom-card-header--border.custom-card-header--color-cyan {
  border-bottom-color: #33AE9A;
}
.custom-card-header--border.custom-card-header--color-white {
  border-bottom-color: #FFF;
}
.custom-card-header--border.custom-card-header--color-gray {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-gray-dark {
  border-bottom-color: #3F4651;
}
.custom-card-header--border.custom-card-header--color-facebook {
  border-bottom-color: #3A5E95;
}
.custom-card-header--border.custom-card-header--color-twitter {
  border-bottom-color: #60ADDB;
}
.custom-card-header--border.custom-card-header--color-lastfm {
  border-bottom-color: #E01132;
}
.custom-card-header--border.custom-card-header--color-pinterest {
  border-bottom-color: #BD0520;
}
.custom-card-header--border.custom-card-header--color-linkedin {
  border-bottom-color: #057CB2;
}
.custom-card-header--border.custom-card-header--color-medium {
  border-bottom-color: #5cb85c;
}
.custom-card-header--border.custom-card-header--color-skype {
  border-bottom-color: #0AB2EF;
}
.custom-card-header--border.custom-card-header--color-foursquare {
  border-bottom-color: #F84978;
}
.custom-card-header--border.custom-card-header--color-android {
  border-bottom-color: #A6C843;
}
.custom-card-header--border.custom-card-header--color-spotify {
  border-bottom-color: #2FD665;
}
.custom-card-header--border.custom-card-header--color-paypal {
  border-bottom-color: #2A9AD7;
}
.custom-card-header--border.custom-card-header--color-dribble {
  border-bottom-color: #F16898;
}
.custom-card-header--border.custom-card-header--color-youtube {
  border-bottom-color: #ED1922;
}
.custom-card-header--border.custom-card-header--color-windows {
  border-bottom-color: #10BFF2;
}
.custom-card-header--border.custom-card-header--color-amazon {
  border-bottom-color: #FEA320;
}
.custom-card-header--border.custom-card-header--color-black-01 {
  border-bottom-color: rgba(31, 45, 61, 0.1);
}
.custom-card-header--border.custom-card-header--color-black-02 {
  border-bottom-color: rgba(31, 45, 61, 0.2);
}
.custom-card-header--border.custom-card-header--color-black-03 {
  border-bottom-color: rgba(31, 45, 61, 0.3);
}
.custom-card-header--border.custom-card-header--color-black-04 {
  border-bottom-color: rgba(31, 45, 61, 0.4);
}
.custom-card-header--border.custom-card-header--color-black-05 {
  border-bottom-color: rgba(31, 45, 61, 0.5);
}
.custom-card-header--border.custom-card-header--color-black-06 {
  border-bottom-color: rgba(31, 45, 61, 0.6);
}
.custom-card-header--border.custom-card-header--color-black-07 {
  border-bottom-color: rgba(31, 45, 61, 0.7);
}
.custom-card-header--border.custom-card-header--color-black-08 {
  border-bottom-color: rgba(31, 45, 61, 0.8);
}
.custom-card-header--border.custom-card-header--color-black-09 {
  border-bottom-color: rgba(31, 45, 61, 0.9);
}
.custom-card-header--border.custom-card-header--color-white-01 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-white-02 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-white-03 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-white-04 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-white-05 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-white-06 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-white-07 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-white-08 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-white-09 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-primary-01 {
  border-bottom-color: rgba(30, 183, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-primary-02 {
  border-bottom-color: rgba(30, 183, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-primary-03 {
  border-bottom-color: rgba(30, 183, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-primary-04 {
  border-bottom-color: rgba(30, 183, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-primary-05 {
  border-bottom-color: rgba(30, 183, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-primary-06 {
  border-bottom-color: rgba(30, 183, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-primary-07 {
  border-bottom-color: rgba(30, 183, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-primary-08 {
  border-bottom-color: rgba(30, 183, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-primary-09 {
  border-bottom-color: rgba(30, 183, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-info-01 {
  border-bottom-color: rgba(51, 174, 154, 0.1);
}
.custom-card-header--border.custom-card-header--color-info-02 {
  border-bottom-color: rgba(51, 174, 154, 0.2);
}
.custom-card-header--border.custom-card-header--color-info-03 {
  border-bottom-color: rgba(51, 174, 154, 0.3);
}
.custom-card-header--border.custom-card-header--color-info-04 {
  border-bottom-color: rgba(51, 174, 154, 0.4);
}
.custom-card-header--border.custom-card-header--color-info-05 {
  border-bottom-color: rgba(51, 174, 154, 0.5);
}
.custom-card-header--border.custom-card-header--color-info-06 {
  border-bottom-color: rgba(51, 174, 154, 0.6);
}
.custom-card-header--border.custom-card-header--color-info-07 {
  border-bottom-color: rgba(51, 174, 154, 0.7);
}
.custom-card-header--border.custom-card-header--color-info-08 {
  border-bottom-color: rgba(51, 174, 154, 0.8);
}
.custom-card-header--border.custom-card-header--color-info-09 {
  border-bottom-color: rgba(51, 174, 154, 0.9);
}
.custom-card-header--border.custom-card-header--color-success-01 {
  border-bottom-color: rgba(27, 185, 52, 0.1);
}
.custom-card-header--border.custom-card-header--color-success-02 {
  border-bottom-color: rgba(27, 185, 52, 0.2);
}
.custom-card-header--border.custom-card-header--color-success-03 {
  border-bottom-color: rgba(27, 185, 52, 0.3);
}
.custom-card-header--border.custom-card-header--color-success-04 {
  border-bottom-color: rgba(27, 185, 52, 0.4);
}
.custom-card-header--border.custom-card-header--color-success-05 {
  border-bottom-color: rgba(27, 185, 52, 0.5);
}
.custom-card-header--border.custom-card-header--color-success-06 {
  border-bottom-color: rgba(27, 185, 52, 0.6);
}
.custom-card-header--border.custom-card-header--color-success-07 {
  border-bottom-color: rgba(27, 185, 52, 0.7);
}
.custom-card-header--border.custom-card-header--color-success-08 {
  border-bottom-color: rgba(27, 185, 52, 0.8);
}
.custom-card-header--border.custom-card-header--color-success-09 {
  border-bottom-color: rgba(27, 185, 52, 0.9);
}
.custom-card-header--border.custom-card-header--color-warning-01 {
  border-bottom-color: rgba(242, 114, 18, 0.1);
}
.custom-card-header--border.custom-card-header--color-warning-02 {
  border-bottom-color: rgba(242, 114, 18, 0.2);
}
.custom-card-header--border.custom-card-header--color-warning-03 {
  border-bottom-color: rgba(242, 114, 18, 0.3);
}
.custom-card-header--border.custom-card-header--color-warning-04 {
  border-bottom-color: rgba(242, 114, 18, 0.4);
}
.custom-card-header--border.custom-card-header--color-warning-05 {
  border-bottom-color: rgba(242, 114, 18, 0.5);
}
.custom-card-header--border.custom-card-header--color-warning-06 {
  border-bottom-color: rgba(242, 114, 18, 0.6);
}
.custom-card-header--border.custom-card-header--color-warning-07 {
  border-bottom-color: rgba(242, 114, 18, 0.7);
}
.custom-card-header--border.custom-card-header--color-warning-08 {
  border-bottom-color: rgba(242, 114, 18, 0.8);
}
.custom-card-header--border.custom-card-header--color-warning-09 {
  border-bottom-color: rgba(242, 114, 18, 0.9);
}
.custom-card-header--border.custom-card-header--color-danger-01 {
  border-bottom-color: rgba(237, 28, 36, 0.1);
}
.custom-card-header--border.custom-card-header--color-danger-02 {
  border-bottom-color: rgba(237, 28, 36, 0.2);
}
.custom-card-header--border.custom-card-header--color-danger-03 {
  border-bottom-color: rgba(237, 28, 36, 0.3);
}
.custom-card-header--border.custom-card-header--color-danger-04 {
  border-bottom-color: rgba(237, 28, 36, 0.4);
}
.custom-card-header--border.custom-card-header--color-danger-05 {
  border-bottom-color: rgba(237, 28, 36, 0.5);
}
.custom-card-header--border.custom-card-header--color-danger-06 {
  border-bottom-color: rgba(237, 28, 36, 0.6);
}
.custom-card-header--border.custom-card-header--color-danger-07 {
  border-bottom-color: rgba(237, 28, 36, 0.7);
}
.custom-card-header--border.custom-card-header--color-danger-08 {
  border-bottom-color: rgba(237, 28, 36, 0.8);
}
.custom-card-header--border.custom-card-header--color-danger-09 {
  border-bottom-color: rgba(237, 28, 36, 0.9);
}
.custom-card-header--border.custom-card-header--color-yellow-01 {
  border-bottom-color: rgba(247, 191, 71, 0.1);
}
.custom-card-header--border.custom-card-header--color-yellow-02 {
  border-bottom-color: rgba(247, 191, 71, 0.2);
}
.custom-card-header--border.custom-card-header--color-yellow-03 {
  border-bottom-color: rgba(247, 191, 71, 0.3);
}
.custom-card-header--border.custom-card-header--color-yellow-04 {
  border-bottom-color: rgba(247, 191, 71, 0.4);
}
.custom-card-header--border.custom-card-header--color-yellow-05 {
  border-bottom-color: rgba(247, 191, 71, 0.5);
}
.custom-card-header--border.custom-card-header--color-yellow-06 {
  border-bottom-color: rgba(247, 191, 71, 0.6);
}
.custom-card-header--border.custom-card-header--color-yellow-07 {
  border-bottom-color: rgba(247, 191, 71, 0.7);
}
.custom-card-header--border.custom-card-header--color-yellow-08 {
  border-bottom-color: rgba(247, 191, 71, 0.8);
}
.custom-card-header--border.custom-card-header--color-yellow-09 {
  border-bottom-color: rgba(247, 191, 71, 0.9);
}
.custom-card-header--border.custom-card-header--color-secondary-01 {
  border-bottom-color: rgba(134, 142, 150, 0.1);
}
.custom-card-header--border.custom-card-header--color-secondary-02 {
  border-bottom-color: rgba(134, 142, 150, 0.2);
}
.custom-card-header--border.custom-card-header--color-secondary-03 {
  border-bottom-color: rgba(134, 142, 150, 0.3);
}
.custom-card-header--border.custom-card-header--color-secondary-04 {
  border-bottom-color: rgba(134, 142, 150, 0.4);
}
.custom-card-header--border.custom-card-header--color-secondary-05 {
  border-bottom-color: rgba(134, 142, 150, 0.5);
}
.custom-card-header--border.custom-card-header--color-secondary-06 {
  border-bottom-color: rgba(134, 142, 150, 0.6);
}
.custom-card-header--border.custom-card-header--color-secondary-07 {
  border-bottom-color: rgba(134, 142, 150, 0.7);
}
.custom-card-header--border.custom-card-header--color-secondary-08 {
  border-bottom-color: rgba(134, 142, 150, 0.8);
}
.custom-card-header--border.custom-card-header--color-secondary-09 {
  border-bottom-color: rgba(134, 142, 150, 0.9);
}
.custom-card-header--border.custom-card-header--color-dark-01 {
  border-bottom-color: rgba(63, 70, 81, 0.1);
}
.custom-card-header--border.custom-card-header--color-dark-02 {
  border-bottom-color: rgba(63, 70, 81, 0.2);
}
.custom-card-header--border.custom-card-header--color-dark-03 {
  border-bottom-color: rgba(63, 70, 81, 0.3);
}
.custom-card-header--border.custom-card-header--color-dark-04 {
  border-bottom-color: rgba(63, 70, 81, 0.4);
}
.custom-card-header--border.custom-card-header--color-dark-05 {
  border-bottom-color: rgba(63, 70, 81, 0.5);
}
.custom-card-header--border.custom-card-header--color-dark-06 {
  border-bottom-color: rgba(63, 70, 81, 0.6);
}
.custom-card-header--border.custom-card-header--color-dark-07 {
  border-bottom-color: rgba(63, 70, 81, 0.7);
}
.custom-card-header--border.custom-card-header--color-dark-08 {
  border-bottom-color: rgba(63, 70, 81, 0.8);
}
.custom-card-header--border.custom-card-header--color-dark-09 {
  border-bottom-color: rgba(63, 70, 81, 0.9);
}
.custom-card-header--border.custom-card-header--color-light-01 {
  border-bottom-color: rgba(248, 249, 250, 0.1);
}
.custom-card-header--border.custom-card-header--color-light-02 {
  border-bottom-color: rgba(248, 249, 250, 0.2);
}
.custom-card-header--border.custom-card-header--color-light-03 {
  border-bottom-color: rgba(248, 249, 250, 0.3);
}
.custom-card-header--border.custom-card-header--color-light-04 {
  border-bottom-color: rgba(248, 249, 250, 0.4);
}
.custom-card-header--border.custom-card-header--color-light-05 {
  border-bottom-color: rgba(248, 249, 250, 0.5);
}
.custom-card-header--border.custom-card-header--color-light-06 {
  border-bottom-color: rgba(248, 249, 250, 0.6);
}
.custom-card-header--border.custom-card-header--color-light-07 {
  border-bottom-color: rgba(248, 249, 250, 0.7);
}
.custom-card-header--border.custom-card-header--color-light-08 {
  border-bottom-color: rgba(248, 249, 250, 0.8);
}
.custom-card-header--border.custom-card-header--color-light-09 {
  border-bottom-color: rgba(248, 249, 250, 0.9);
}
.custom-card-header--border.custom-card-header--color-purple-01 {
  border-bottom-color: rgba(202, 142, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-purple-02 {
  border-bottom-color: rgba(202, 142, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-purple-03 {
  border-bottom-color: rgba(202, 142, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-purple-04 {
  border-bottom-color: rgba(202, 142, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-purple-05 {
  border-bottom-color: rgba(202, 142, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-purple-06 {
  border-bottom-color: rgba(202, 142, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-purple-07 {
  border-bottom-color: rgba(202, 142, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-purple-08 {
  border-bottom-color: rgba(202, 142, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-purple-09 {
  border-bottom-color: rgba(202, 142, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-primary {
  border-bottom-color: #1EB7FF;
}
.custom-card-header--border.custom-card-header--color-secondary {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-success {
  border-bottom-color: #1BB934;
}
.custom-card-header--border.custom-card-header--color-info {
  border-bottom-color: #7395ae;
}
.custom-card-header--border.custom-card-header--color-warning {
  border-bottom-color: #feba21;
}
.custom-card-header--border.custom-card-header--color-danger {
  border-bottom-color: #ED1C24;
}
.custom-card-header--border.custom-card-header--color-light {
  border-bottom-color: #F8F9FA;
}
.custom-card-header--border.custom-card-header--color-dark {
  border-bottom-color: #3F4651;
}

/* Avatar Variants Definitions */
.hr-text {
  display: flex;
  align-items: center;
}
.hr-text:before, .hr-text:after {
  flex: 1 1 auto;
  border-top: 1px solid #DEE2E6;
}
.hr-text:after {
  content: " ";
}
.hr-text > *:first-child {
  padding-left: 0;
  padding-right: 1rem;
  text-align: left;
  color: #212529;
}
.hr-text.hr-text-center:before {
  content: " ";
}
.hr-text.hr-text-center > *:first-child {
  text-align: center;
  padding-left: 1rem;
}
.hr-text.hr-text-right:before {
  content: " ";
}
.hr-text.hr-text-right:after {
  content: none;
}
.hr-text.hr-text-right > *:first-child {
  text-align: right;
  padding-left: 1rem;
  padding-right: 0;
}

.icon-with-badge {
  position: relative;
  display: inline-block;
}
.icon-with-badge .icon-with-badge__badge {
  position: absolute;
  right: -8px;
  top: -4px;
  padding: 2px 5px;
  line-height: 12px;
}

/* Avatar Variants Definitions */
.layout {
  display: flex;
  min-height: 100vh;
}
.layout__navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 250px;
  right: 0;
  z-index: 1030;
  background: #F9FAFC;
  /* noscript fallback */
}
@media (max-width: 991.98px) {
  .layout__navbar {
    left: 0;
    background: #FFF;
    border-bottom: 1px solid #CED4DA;
  }
}
.layout__navbar + .layout__navbar {
  top: 56px;
}
.layout__navbar .navbar {
  z-index: 2;
}
.layout__navbar .navbar + .navbar {
  z-index: 1;
}
.layout__sidebar {
  flex: 0 0 auto;
  height: 100vh;
  width: 250px;
}
@media (min-width: 992px) {
  .layout__sidebar--slim {
    width: 60px;
  }
  .layout__sidebar--slim ~ .layout__wrap .layout__navbar {
    left: 60px;
  }
  .layout__sidebar--collapsed {
    width: 0;
  }
  .layout__sidebar--collapsed ~ .layout__wrap .layout__navbar {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .layout__sidebar {
    width: 0;
  }
}
.layout__content {
  padding: 1.5rem;
}
@media (max-width: 991.98px) {
  .layout__content {
    padding: 0.5rem;
  }
}
.layout__wrap {
  flex: 1 1 auto;
  width: 100%;
}
.layout--only-navbar .layout__navbar {
  background: #FFF;
  border-bottom: 1px solid #CED4DA;
}

/* Avatar Variants Definitions */
.sidebar {
  position: fixed;
  top: 0;
  border-right: 1px solid #DEE2E6;
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.035);
  left: 0;
  bottom: 0;
  z-index: 1031;
  display: flex;
  width: 250px;
  flex-direction: column;
  background: #FFF;
}
.sidebar__section {
  flex: 0 0 auto;
  padding: 1.5rem;
}
.sidebar__section--fluid {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sidebar__section--fluid::-webkit-scrollbar {
  display: none;
  width: 0.25rem;
}
.sidebar__section--fluid::-webkit-scrollbar-track {
  background-color: #F8F9FA;
}
.sidebar__section--fluid::-webkit-scrollbar-thumb {
  background-color: #DEE2E6;
}
.sidebar__section--cover {
  padding: 0;
}
.sidebar__close {
  display: none;
}
.sidebar__close > a {
  color: #DEE2E6;
}
.sidebar__close > a:hover {
  color: #ADB5BD;
}
.sidebar__brand {
  color: #1EB7FF;
}
.sidebar__brand:hover {
  color: #1EB7FF;
}
.sidebar__link {
  color: #1EB7FF;
}
.sidebar__link:hover {
  color: #1EB7FF;
  text-decoration: none;
}
.sidebar__link:active, .sidebar__link:focus {
  text-decoration: none;
}
.sidebar__link--muted {
  color: #5D636D;
}
.sidebar__show-slim {
  display: none;
}
.sidebar__mobile-fluid {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .sidebar__mobile-fluid {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .sidebar__mobile-fluid::-webkit-scrollbar {
    display: none;
    width: 0.25rem;
  }
  .sidebar__mobile-fluid::-webkit-scrollbar-track {
    background-color: #F8F9FA;
  }
  .sidebar__mobile-fluid::-webkit-scrollbar-thumb {
    background-color: #DEE2E6;
  }
  .sidebar__mobile-fluid .sidebar__section--fluid {
    flex: 1 0 auto;
    overflow-y: visible;
    overflow-y: initial;
    -webkit-overflow-scrolling: unset;
  }
}

@media (min-width: 992px) {
  .sidebar--slim.sidebar--collapsed {
    width: 60px;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__section:not(.sidebar__section--cover) {
    padding: 1rem;
    text-align: center;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__show-slim {
    display: block;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__hide-slim {
    display: none;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__section--fluid {
    overflow-y: visible;
  }

  .sidebar:not(.sidebar--slim).sidebar--collapsed {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    touch-action: none;
    transform: translateZ(0);
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .sidebar--collapsed {
    transform: translateZ(0) translateX(-100%);
  }
  .sidebar--animations-disabled {
    transition: none;
  }
  .sidebar__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
  }
  .sidebar:not(.sidebar--collapsed) {
    box-shadow: 0px 0px 1rem 0px rgba(31, 45, 61, 0.15);
  }
}
/* Avatar Variants Definitions */
.sidebar-menu {
  list-style-type: none;
  padding: 0;
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link {
  background-color: transparent;
  color: #1F2D3D;
}
.sidebar-menu__entry__link {
  display: flex;
  align-items: center;
  color: #212529;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc(1.5rem + 0px);
}
.sidebar-menu__entry__link > i:first-child {
  margin-right: 0.5rem;
  flex: 0 0 auto;
}
.sidebar-menu__entry__link > span:not(.badge) {
  flex: 1 1 auto;
}
.sidebar-menu__entry__link:hover {
  text-decoration: none;
  background-color: transparent;
  color: #1F2D3D;
}
.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  content: "";
}
.sidebar-menu__entry--nested .sidebar-menu__entry__link:hover::after {
  color: #1F2D3D;
}
.sidebar-menu__entry--nested.open .sidebar-menu__entry__link::after {
  content: "";
}
.sidebar-menu__entry--no-caret .sidebar-menu__entry__link::after {
  content: none !important;
}

.sidebar-submenu {
  padding: 0;
  list-style-type: none;
  height: 0;
  overflow: hidden;
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link {
  background-color: transparent;
  color: #1F2D3D;
}
.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  content: "";
}
.sidebar-submenu__entry--nested.open > .sidebar-submenu__entry__link::after {
  content: "";
}
.sidebar-submenu__entry__link {
  display: flex;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc(2.5rem + 1rem);
  color: #212529;
}
.sidebar-submenu__entry__link > span {
  flex: 1 1 auto;
}
.sidebar-submenu__entry__link:hover {
  text-decoration: none;
  background-color: transparent;
  color: #1F2D3D;
}

.open.sidebar-menu__entry--nested > .sidebar-submenu__entry__link::after {
  content: "";
}
.open > .sidebar-submenu {
  height: auto;
}

.sidebar-submenu .sidebar-submenu .sidebar-submenu__entry__link {
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc(2.5rem + 2rem);
  font-size: 12px;
}

/* ------ Slim Sidebar ---------- */
@media (min-width: 992px) {
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested {
    position: relative;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
    content: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu {
    display: none;
    position: absolute;
    left: calc(100% - 3px);
    top: 0;
    right: auto;
    bottom: auto;
    min-width: 250px;
    background: #FFF;
    border: 1px solid #DEE2E6;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 5px;
    box-shadow: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry__link {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: calc(1.5rem + 0.5rem);
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry__link:hover {
    text-decoration: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu > .sidebar-submenu__entry > .sidebar-submenu__entry__link {
    padding-left: 1rem;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested:hover > .sidebar-submenu {
    display: block;
    height: auto;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry__link {
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry__link > span {
    display: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry__link > i:first-child {
    margin-right: 0;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry:hover .sidebar-menu__entry__link {
    text-decoration: none;
  }
}
/* Avatar Variants Definitions */
.navbar.navbar-shadow {
  box-shadow: 0px -4px 10px 2px rgba(206, 212, 218, 0.5);
  border-bottom: 1px solid #DEE2E6;
}

.navbar-toggler.nav-link {
  font-size: 0.875rem;
}

.navbar .navbar-nav.nav-pills .nav-link {
  padding: 0.5rem 1rem;
}

.navbar .nav-link {
  outline: none !important;
}

/**
    Adding this class to the Navbar will allow to
    have a collapsesd menu with additional UNCOLLAPSABLE elements
    after. This will push the collapse container to be the last in the navbar.
*/
.navbar-multi-collapse.navbar-expand-sm .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 575.98px) {
  .navbar-multi-collapse.navbar-expand-sm .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-sm .navbar-collapse {
    order: 999;
  }
}
.navbar-multi-collapse.navbar-expand-md .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .navbar-multi-collapse.navbar-expand-md .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-md .navbar-collapse {
    order: 999;
  }
}
.navbar-multi-collapse.navbar-expand-lg .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .navbar-multi-collapse.navbar-expand-lg .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-lg .navbar-collapse {
    order: 999;
  }
}
.navbar-multi-collapse.navbar-expand-xl .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 1199.98px) {
  .navbar-multi-collapse.navbar-expand-xl .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-xl .navbar-collapse {
    order: 999;
  }
}

/**
    Nav Accent  =================================
*/
.navbar-nav.nav-accent {
  align-self: stretch;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.navbar-nav.nav-accent .nav-item {
  display: flex;
  align-self: stretch;
}
.navbar-nav.nav-accent .nav-item .nav-link {
  display: flex;
  align-self: stretch;
  align-items: center;
  margin-left: 1px;
  margin-right: 1px;
  padding: 1rem;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-sm .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link.active, .navbar-expand-sm .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-sm .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link,
.navbar-expand-sm .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-sm .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-sm.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-md .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link.active, .navbar-expand-md .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-md .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link,
.navbar-expand-md .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-md .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-md.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-md.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-lg .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link.active, .navbar-expand-lg .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-lg .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link,
.navbar-expand-lg .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-lg .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-lg.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-xl .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link.active, .navbar-expand-xl .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-xl .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link,
.navbar-expand-xl .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-xl .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-xl.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

.navbar-expand .nav-accent {
  align-self: center;
  margin: 0;
}
.navbar-expand .nav-accent .nav-item {
  display: block;
}
.navbar-expand .nav-accent .nav-item .nav-link {
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
}
.navbar-expand .nav-accent .nav-item .nav-link.active, .navbar-expand .nav-accent .nav-item .nav-link:hover {
  box-shadow: none;
}
.navbar-expand .nav-accent .nav-item .nav-link.active {
  background-color: #E9ECEF;
  color: #1F2D3D;
}
.navbar-expand .nav-accent .dropdown-menu {
  background: none;
  border: none;
}
.navbar-expand .nav-accent .nav-item .nav-link,
.navbar-expand .nav-accent .dropdown-menu .dropdown-item {
  border-radius: 0.25rem;
}
.navbar-expand .nav-accent .dropdown.show > .nav-link {
  box-shadow: none;
}
.navbar-expand.navbar-light .nav-accent .dropdown-menu .dropdown-item {
  color: #212529;
  box-shadow: none;
}
.navbar-expand.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
  color: #1F2D3D;
}
.navbar-expand.navbar-light .nav-accent .nav-item .nav-link:hover {
  box-shadow: none;
}
.navbar-expand.navbar-light .nav-accent .dropdown.show > .nav-link {
  color: #1F2D3D;
}
.navbar-expand.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.navbar-expand.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
  color: #1F2D3D;
}
.navbar-expand.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
  box-shadow: none;
}
.navbar-expand.navbar-dark .nav-accent .nav-item .nav-link:hover {
  box-shadow: none;
}
.navbar-expand.navbar-dark .nav-accent .dropdown.show > .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-light .nav-accent .nav-item .nav-link:hover {
  box-shadow: inset 0px -3px 0px 0px #f8fafc;
}
.navbar-light .nav-accent .dropdown.show > .nav-link {
  box-shadow: inset 0px -3px 0px 0px #f8fafc;
  color: #1F2D3D;
}

.navbar-dark .nav-accent .nav-item .nav-link:hover {
  box-shadow: inset 0px -3px 0px 0px rgba(153, 153, 153, 0.75);
}
.navbar-dark .nav-accent .dropdown.show > .nav-link {
  box-shadow: inset 0px -3px 0px 0px rgba(153, 153, 153, 0.75);
  color: #FFF;
}

.navbar-light .nav-accent .nav-item .nav-link.active,
.navbar-dark .nav-accent .nav-item .nav-link.active {
  box-shadow: inset 0px -3px 0px 0px #1EB7FF;
}

/**
    Nav Pills ===================================
*/
.navbar .nav.nav-pills .dropdown.show > .nav-link {
  color: #fff;
}

.navbar.navbar-dark .nav.nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar.navbar-dark .nav.nav-pills .nav-link.active {
  color: #fff;
}
.navbar.navbar-light .nav.nav-pills .nav-link {
  color: #212529;
}
.navbar.navbar-light .nav.nav-pills .nav-link.active {
  color: #fff;
}

@media (max-width: 575.98px) {
  .navbar.navbar-expand-sm .nav-pills .dropdown-item.active,
.navbar.navbar-expand-sm .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-sm .nav-pills .dropdown-item, .navbar.navbar-expand-sm .nav-pills .dropdown-item:hover, .navbar.navbar-expand-sm .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-sm .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-sm .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-sm .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-sm .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-sm.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-sm.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-sm.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-sm.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-sm.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-sm.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-sm.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-sm.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
@media (max-width: 767.98px) {
  .navbar.navbar-expand-md .nav-pills .dropdown-item.active,
.navbar.navbar-expand-md .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-md .nav-pills .dropdown-item, .navbar.navbar-expand-md .nav-pills .dropdown-item:hover, .navbar.navbar-expand-md .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-md .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-md .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-md .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-md .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-md.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-md.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-md.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-md.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-md.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-md.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-md.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-md.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
@media (max-width: 991.98px) {
  .navbar.navbar-expand-lg .nav-pills .dropdown-item.active,
.navbar.navbar-expand-lg .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-lg .nav-pills .dropdown-item, .navbar.navbar-expand-lg .nav-pills .dropdown-item:hover, .navbar.navbar-expand-lg .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-lg .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-lg .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-lg .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-lg .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-lg.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-lg.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-lg.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-lg.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-lg.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-lg.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-lg.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-lg.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
@media (max-width: 1199.98px) {
  .navbar.navbar-expand-xl .nav-pills .dropdown-item.active,
.navbar.navbar-expand-xl .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-xl .nav-pills .dropdown-item, .navbar.navbar-expand-xl .nav-pills .dropdown-item:hover, .navbar.navbar-expand-xl .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-xl .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-xl .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-xl .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-xl .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-xl.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-xl.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-xl.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-xl.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-xl.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-xl.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-xl.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-xl.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
.navbar.navbar-expand .nav-pills .dropdown-item.active,
.navbar.navbar-expand .nav-pills .nav-link.active {
  background-color: #E9ECEF;
  color: #1F2D3D;
  border-radius: 0.25rem;
  box-shadow: none;
}
.navbar.navbar-expand .nav-pills .dropdown-item, .navbar.navbar-expand .nav-pills .dropdown-item:hover, .navbar.navbar-expand .nav-pills .dropdown-item:focus {
  background: none;
}
.navbar.navbar-expand .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand .nav-pills .dropdown.show > .nav-link {
  background: none;
}
.navbar.navbar-expand .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand .nav-pills .dropdown-menu.show {
  background: none;
  border: none;
}
.navbar.navbar-expand.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand.navbar-light .nav-pills .dropdown.show > .nav-link {
  color: #1F2D3D;
}
.navbar.navbar-expand.navbar-light .nav-pills .dropdown-item {
  color: #212529;
}
.navbar.navbar-expand.navbar-light .nav-pills .dropdown-item.active {
  color: #1F2D3D;
}
.navbar.navbar-expand.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand.navbar-dark .nav-pills .dropdown.show > .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar.navbar-expand.navbar-dark .nav-pills .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}
.navbar.navbar-expand.navbar-dark .nav-pills .dropdown-item.active {
  color: #1F2D3D;
}

/* Avatar Variants Definitions */
/**
 *  background, border, border-slim-submenu, theme-color,
 *  brand-color, text-color, text-color-muted,
 *  link-color, link-color-hover, link-color-muted,
 *  scroll-rail-color, scroll-thumb-color,
 *  navbar-background, navbar-brand,
 *  navbar-menu-item-bg, navbar-menu-item-color,
 *  menu-background-color, menu-text-color, menu-icon-color, menu-arrow-color
 *  (OPTIONAL) menu-slim-backgroud-color, menu-slim-text-color, menu-slim-icon-color, menu-slim-arrow-color
 *  menu-background-color-hover, menu-text-color-hover, menu-icon-color-hover, menu-arrow-color-hover
 *  (OPTIONAL) menu-slim-background-color-hover, menu-slim-text-color-hover, menu-slim-icon-color-hover, menu-slim-arrow-color-hover
 *  menu-background-color-active, menu-text-color-active, menu-icon-color-active, menu-arrow-color-active
 *  (OPTIONAL) menu-slim-background-color-active, menu-slim-text-color-active, menu-slim-icon-color-active, menu-slim-arrow-color-active
 */
/**
 * All of the variables from apply-sidebar-theme
 * and additional menu-accent-color,
 * (OPTIONAL) menu-accent-color-hover menu-accent-color-active
 */
/**
        Theme Colors
**/
/**
        DARK Theme
**/
.layout--theme--dark--primary {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.theme-dark-primary {
  --theme-theme-color: #1EB7FF;
}

.navbar-dark-primary {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--success {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.theme-dark-success {
  --theme-theme-color: #1BB934;
}

.navbar-dark-success {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--info {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.theme-dark-info {
  --theme-theme-color: #7395ae;
}

.navbar-dark-info {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--danger {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.theme-dark-danger {
  --theme-theme-color: #ED1C24;
}

.navbar-dark-danger {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--warning {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.theme-dark-warning {
  --theme-theme-color: #feba21;
}

.navbar-dark-warning {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--indigo {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.theme-dark-indigo {
  --theme-theme-color: #6610f2;
}

.navbar-dark-indigo {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--purple {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.theme-dark-purple {
  --theme-theme-color: #CA8EFF;
}

.navbar-dark-purple {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--pink {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.theme-dark-pink {
  --theme-theme-color: #e83e8c;
}

.navbar-dark-pink {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--yellow {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.theme-dark-yellow {
  --theme-theme-color: #F7BF47;
}

.navbar-dark-yellow {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

/**
        LIGHT Theme
**/
.layout--theme--light--primary {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.theme-light-primary {
  --theme-theme-color: #1EB7FF;
}

.navbar-light-primary {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--success {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.theme-light-success {
  --theme-theme-color: #1BB934;
}

.navbar-light-success {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--info {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.theme-light-info {
  --theme-theme-color: #7395ae;
}

.navbar-light-info {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--danger {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.theme-light-danger {
  --theme-theme-color: #ED1C24;
}

.navbar-light-danger {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--warning {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.theme-light-warning {
  --theme-theme-color: #feba21;
}

.navbar-light-warning {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--indigo {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.theme-light-indigo {
  --theme-theme-color: #6610f2;
}

.navbar-light-indigo {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--purple {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.theme-light-purple {
  --theme-theme-color: #CA8EFF;
}

.navbar-light-purple {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--pink {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.theme-light-pink {
  --theme-theme-color: #e83e8c;
}

.navbar-light-pink {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--yellow {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.theme-light-yellow {
  --theme-theme-color: #F7BF47;
}

.navbar-light-yellow {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

/**
        COLOR Theme
**/
.layout--theme--color--primary {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #1EB7FF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #1EB7FF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1EB7FF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #66ceff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}
.layout--theme--color--primary .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #66ceff !important;
}
.layout--theme--color--primary .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-primary {
  --theme-theme-color: #1EB7FF;
}

.navbar-color-primary {
  --theme-theme-color: #1EB7FF;
  --theme-navbar-background: #1EB7FF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1EB7FF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #66ceff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}
.navbar-color-primary.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-primary .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #66ceff !important;
}

.sidebar-color-key {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #1EB7FF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--success {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #1BB934;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #1BB934;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1BB934;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #79ec8c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}
.layout--theme--color--success .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #79ec8c !important;
}
.layout--theme--color--success .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-success {
  --theme-theme-color: #1BB934;
}

.navbar-color-success {
  --theme-theme-color: #1BB934;
  --theme-navbar-background: #1BB934;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1BB934;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #79ec8c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}
.navbar-color-success.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-success .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #79ec8c !important;
}

.sidebar-color-key {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #1BB934;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--info {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #7395ae;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #7395ae;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #7395ae;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #9eb6c7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}
.layout--theme--color--info .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #9eb6c7 !important;
}
.layout--theme--color--info .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-info {
  --theme-theme-color: #7395ae;
}

.navbar-color-info {
  --theme-theme-color: #7395ae;
  --theme-navbar-background: #7395ae;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #7395ae;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #9eb6c7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}
.navbar-color-info.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-info .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #9eb6c7 !important;
}

.sidebar-color-key {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #7395ae;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--danger {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #ED1C24;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #ED1C24;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #ED1C24;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f47176;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}
.layout--theme--color--danger .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f47176 !important;
}
.layout--theme--color--danger .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-danger {
  --theme-theme-color: #ED1C24;
}

.navbar-color-danger {
  --theme-theme-color: #ED1C24;
  --theme-navbar-background: #ED1C24;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #ED1C24;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f47176;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}
.navbar-color-danger.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-danger .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f47176 !important;
}

.sidebar-color-key {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #ED1C24;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--warning {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #feba21;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #feba21;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #feba21;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #fed067;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}
.layout--theme--color--warning .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #fed067 !important;
}
.layout--theme--color--warning .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-warning {
  --theme-theme-color: #feba21;
}

.navbar-color-warning {
  --theme-theme-color: #feba21;
  --theme-navbar-background: #feba21;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #feba21;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #fed067;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}
.navbar-color-warning.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-warning .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #fed067 !important;
}

.sidebar-color-key {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #feba21;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--indigo {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #6610f2;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #6610f2;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #6610f2;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #a26ef7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}
.layout--theme--color--indigo .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #a26ef7 !important;
}
.layout--theme--color--indigo .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-indigo {
  --theme-theme-color: #6610f2;
}

.navbar-color-indigo {
  --theme-theme-color: #6610f2;
  --theme-navbar-background: #6610f2;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #6610f2;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #a26ef7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}
.navbar-color-indigo.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-indigo .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #a26ef7 !important;
}

.sidebar-color-key {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #6610f2;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--purple {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #CA8EFF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #CA8EFF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #CA8EFF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #b766ff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}
.layout--theme--color--purple .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #b766ff !important;
}
.layout--theme--color--purple .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-purple {
  --theme-theme-color: #CA8EFF;
}

.navbar-color-purple {
  --theme-theme-color: #CA8EFF;
  --theme-navbar-background: #CA8EFF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #CA8EFF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #b766ff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}
.navbar-color-purple.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-purple .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #b766ff !important;
}

.sidebar-color-key {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #CA8EFF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--pink {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #e83e8c;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #e83e8c;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #e83e8c;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #ef76ae;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}
.layout--theme--color--pink .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #ef76ae !important;
}
.layout--theme--color--pink .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-pink {
  --theme-theme-color: #e83e8c;
}

.navbar-color-pink {
  --theme-theme-color: #e83e8c;
  --theme-navbar-background: #e83e8c;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #e83e8c;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #ef76ae;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}
.navbar-color-pink.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-pink .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #ef76ae !important;
}

.sidebar-color-key {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #e83e8c;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--yellow {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #F7BF47;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #F7BF47;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #F7BF47;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f9cc6c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}
.layout--theme--color--yellow .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f9cc6c !important;
}
.layout--theme--color--yellow .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-yellow {
  --theme-theme-color: #F7BF47;
}

.navbar-color-yellow {
  --theme-theme-color: #F7BF47;
  --theme-navbar-background: #F7BF47;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #F7BF47;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f9cc6c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}
.navbar-color-yellow.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-yellow .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f9cc6c !important;
}

.sidebar-color-key {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #F7BF47;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Theme Helpers */
.text-theme {
  color: var(--theme-theme-color) !important;
}

.bg-theme {
  background-color: var(--theme-theme-color) !important;
}

.badge-theme {
  background-color: var(--theme-theme-color);
  color: #fff;
}

.navbar-brand {
  color: var(--theme-theme-color);
}
.navbar-brand > a {
  color: var(--theme-theme-color);
}

/* Navbar Styling */
.navbar-themed {
  background-color: var(--theme-navbar-background);
  /*
      General Navbar Elements =============
  */
  /*
      NavAccent Menu Theming
  */
  /*
      NavPills Menu Theming ===============
  */
}
.navbar-themed .nav-item > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-item > .avatar-font .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-font .avatar__icon--stack > .fa-circle:first-child {
  color: var(--theme-navbar-background) !important;
}
.navbar-themed + nav {
  border-top: 1px solid var(--theme-navbar-background);
  border-top: 1px solid var(--theme-navbar-between-border-color, var(--theme-navbar-background));
}
.navbar-themed .navbar-brand {
  color: var(--theme-navbar-brand-color);
}
.navbar-themed .navbar-toggler {
  color: var(--theme-navbar-menu-item-color);
}
.navbar-themed .nav .nav-link,
.navbar-themed .navbar-nav .nav-link {
  color: var(--theme-navbar-menu-item-color);
}
.navbar-themed .nav .nav-link:hover,
.navbar-themed .navbar-nav .nav-link:hover {
  color: var(--theme-navbar-menu-item-hover-color);
}
.navbar-themed .nav .nav-link.active,
.navbar-themed .navbar-nav .nav-link.active {
  color: var(--theme-navbar-menu-item-active-color);
  background: none;
  font-weight: 500;
}
.navbar-themed .nav .nav-link.active:hover,
.navbar-themed .navbar-nav .nav-link.active:hover {
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav-accent .nav-item .nav-link:hover {
  box-shadow: inset 0px -3px 0px 0px var(--theme-navbar-menu-item-accent-hover-color);
}
.navbar-themed .nav-accent .nav-item .nav-link.active {
  box-shadow: inset 0px -3px 0px 0px var(--theme-navbar-menu-item-accent-color);
}
.navbar-themed .nav-accent .dropdown.show > .nav-link {
  box-shadow: inset 0px -3px 0px 0px var(--theme-navbar-menu-item-accent-hover-color);
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav-accent .dropdown-menu .dropdown-item:active, .navbar-themed .nav-accent .dropdown-menu .dropdown-item.active {
  background-color: var(--theme-navbar-dropdown-active-background);
  color: var(--theme-navbar-dropdown-active-color);
}
@media (max-width: 575.98px) {
  .navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-md .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-md .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-md .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand .nav.nav-accent .nav-link.active {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nav-link, .navbar-themed.navbar-expand .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item:focus {
  color: var(--theme-navbar-menu-item-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown.show > .nav-link {
  color: var(--theme-navbar-menu-item-hover-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-menu.show {
  background: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-menu.show > .dropdown-item {
  box-shadow: none;
}
.navbar-themed .nav.nav-pills .dropdown.show > .nav-link {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav.nav-pills .dropdown-menu .dropdown-item:active, .navbar-themed .nav.nav-pills .dropdown-menu .dropdown-item.active {
  background-color: var(--theme-navbar-dropdown-active-background);
  color: var(--theme-navbar-dropdown-active-color);
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-md .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-md .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-md .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand .nav.nav-pills .nav-link.active {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nav-link, .navbar-themed.navbar-expand .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item:focus {
  color: var(--theme-navbar-menu-item-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown.show > .nav-link {
  color: var(--theme-navbar-menu-item-hover-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-menu.show {
  background: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-menu.show > .dropdown-item {
  box-shadow: none;
}
.navbar-themed .nav-pills .show > .nav-link {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav-item > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-item > .avatar-font .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-font .avatar__icon--stack > .fa-circle:first-child {
  color: var(--theme-navbar-background) !important;
}
.navbar-themed + nav {
  border-top: 1px solid var(--theme-navbar-background);
  border-top: 1px solid var(--theme-navbar-between-border-color, var(--theme-navbar-background));
}

/* Sidebar Styling */
.sidebar {
  background: var(--theme-sidebar-background);
  color: var(--theme-sidebar-text-color);
  border-right: var(--theme-sidebar-border);
}

.sidebar .avatar__icon--stack > .fa-circle:first-child {
  color: var(--theme-sidebar-background) !important;
}

.sidebar .text-muted {
  color: var(--theme-sidebar-text-color-muted) !important;
}

.sidebar__brand {
  color: var(--theme-sidebar-brand-color);
}

.sidebar__close > a {
  color: var(--theme-sidebar-close-color);
}

.sidebar__link {
  color: var(--theme-sidebar-link-color);
}
.sidebar__link:hover {
  color: var(--theme-sidebar-link-color-hover);
}
.sidebar__link.text-muted,
.sidebar__link .text-muted, .sidebar__link--muted {
  color: var(--theme-sidebar-link-color-muted) !important;
}

.sidebar__section--fluid::-webkit-scrollbar-track {
  background-color: var(--theme-sidebar-scroll-rail-color);
}
.sidebar__section--fluid::-webkit-scrollbar-thumb {
  background-color: var(--theme-sidebar-scroll-thumb-color);
}

.sidebar-menu__entry__icon {
  color: var(--theme-menu-icon-color);
}
.sidebar-menu__entry__link {
  color: var(--theme-menu-text-color);
  background-color: var(--theme-menu-background-color);
}
.sidebar-menu__entry__link::after {
  color: var(--theme-menu-arrow-color);
}
.sidebar-menu__entry__link:hover {
  color: var(--theme-menu-text-color-hover);
  background-color: var(--theme-menu-background-color-hover);
}
.sidebar-menu__entry__link:hover .sidebar-menu__entry__icon {
  color: var(--theme-menu-icon-color-hover);
}
.sidebar-menu__entry__link:hover::after {
  color: var(--theme-menu-arrow-color-hover) !important;
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link {
  color: var(--theme-menu-text-color-active);
  background-color: var(--theme-menu-background-color-active);
  font-weight: 500;
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link .sidebar-menu__entry__icon {
  color: var(--theme-menu-icon-color-active);
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link::after {
  color: var(--theme-menu-arrow-color-active) !important;
}

.sidebar-submenu__entry__link {
  color: var(--theme-menu-text-color);
  background-color: var(--theme-menu-background-color);
}
.sidebar-submenu__entry__link::after {
  color: var(--theme-menu-arrow-color);
}
.sidebar-submenu__entry__link:hover {
  color: var(--theme-menu-text-color-hover);
  background-color: var(--theme-menu-background-color-hover);
}
.sidebar-submenu__entry__link:hover::after {
  color: var(--theme-menu-arrow-color-hover);
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link {
  color: var(--theme-menu-text-color-active);
  background-color: var(--theme-menu-background-color-active);
  font-weight: 500;
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link .sidebar-submenu__entry__icon {
  color: var(--theme-menu-icon-color-active);
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link::after {
  color: var(--theme-menu-arrow-color-active) !important;
}

@media (min-width: 992px) {
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry > .sidebar-menu__entry__link > .sidebar-menu__entry__icon {
    color: var(--theme-menu-slim-icon-color);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry:hover > .sidebar-menu__entry__link {
    background-color: var(--theme-menu-slim-background-color-hover);
    color: var(--theme-menu-slim-text-color-hover);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry:hover > .sidebar-menu__entry__link > .sidebar-menu__entry__icon {
    color: var(--theme-menu-slim-icon-color-hover);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry.active.open > .sidebar-menu__entry__link {
    background-color: var(--theme-menu-slim-background-color-active);
    color: var(--theme-menu-slim-text-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry.active.open > .sidebar-menu__entry__link > .sidebar-menu__entry__icon {
    color: var(--theme-menu-slim-icon-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu {
    background: var(--theme-sidebar-background);
    color: var(--theme-sidebar-text-color);
    border: var(--theme-sidebar-border-slim-submenu);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link {
    background-color: var(--theme-menu-slim-background-color-active);
    color: var(--theme-menu-slim-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link::after {
    color: var(--theme-menu-slim-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry__link:hover {
    background-color: var(--theme-menu-slim-background-color-hover);
    color: var(--theme-menu-slim-text-color-hover);
  }
}
.sidebar-submenu__entry__link {
  position: relative;
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-submenu__entry__link::before {
  content: " ";
  position: absolute;
  display: block;
  transition: transform 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 3px 0 0 0 var(--theme-menu-accent-color-hover);
  transform: translateZ(0) scaleY(0);
  pointer-events: none;
}
.sidebar-submenu__entry__link::after {
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link::before {
  transform: translateZ(0) scaleY(1);
}

.sidebar-menu__entry__link {
  position: relative;
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-menu__entry__link::before {
  content: " ";
  position: absolute;
  display: block;
  transition: transform 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 3px 0 0 0 var(--theme-menu-accent-color-hover);
  transform: translateZ(0) scaleY(0);
  pointer-events: none;
}
.sidebar-menu__entry__link .sidebar-menu__entry__icon {
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-menu__entry__link::after {
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link::before {
  transform: translateZ(0) scaleY(1);
}

.sidebar--slim.sidebar--collapsed .sidebar-menu__entry.active > .sidebar-menu__entry__link::before {
  transform: scaleY(1);
}
.sidebar--slim.sidebar--collapsed .sidebar-submenu__entry > .sidebar-submenu__entry__link::before {
  transform: translateZ(0) scaleY(0);
}

/* Avatar Variants Definitions */
.dropdown-menu.extended-dropdown {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  width: 100vw;
  max-width: 370px;
  word-wrap: break-word;
  word-break: break-word;
}
.dropdown-menu.extended-dropdown.show {
  display: flex;
}
.dropdown-menu .extended-dropdown__section {
  flex: 0 0 auto;
  padding: 0.75rem 1.25rem;
}
.dropdown-menu .extended-dropdown__section:not(:last-child) {
  border-bottom: 1px solid #E9ECEF;
}
.dropdown-menu .extended-dropdown__section--list {
  flex: 1 1 auto;
  max-height: 320px;
  padding: 0;
  overflow-y: auto;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item {
  border-width: 0;
  margin-bottom: 0;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item + .list-group-item {
  border-top-width: 1px;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu a.extended-dropdown__section {
  color: #353C48;
}
.dropdown-menu a.extended-dropdown__section:hover {
  color: #868E96;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .navbar .nav .dropdown-menu.extended-dropdown,
.navbar .navbar-nav .dropdown-menu.extended-dropdown {
    position: fixed;
    top: 56px;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: none;
  }
  .navbar .nav .dropdown-menu.extended-dropdown .extended-dropdown__section--list,
.navbar .navbar-nav .dropdown-menu.extended-dropdown .extended-dropdown__section--list {
    max-height: none;
  }
}
/* Avatar Variants Definitions */
.fullscreen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.fullscreen__section {
  flex: 0 0 auto;
}
.fullscreen__section--center {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullscreen__section__child {
  flex: 0 1 auto;
}

@media (max-width: 767.98px) {
  .fullscreen {
    min-height: auto;
    padding: 15px;
  }
}
.nested-dropdown__submenu-item {
  position: relative;
}
.nested-dropdown__submenu-item__link {
  position: relative;
}
.nested-dropdown__submenu-item__link::after {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
}
.nested-dropdown__submenu-item__menu-wrap {
  position: absolute;
  top: -2px;
  left: 100%;
  padding-left: 2px;
}
.nested-dropdown__submenu-item__menu.dropdown-menu {
  position: static;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand .navbar-nav .nested-dropdown__submenu-item:active {
  background-color: transparent;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
  display: block;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__link::after {
  content: "";
  position: static;
  right: auto;
  top: auto;
  transform: none;
  margin-left: 0.5rem;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
  position: static;
  padding: 0;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
  border: none;
  padding: 0;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
  padding-left: 2rem;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
  display: block;
}

.timeline .timeline-date {
  display: block;
  position: relative;
  padding-top: 8px;
}
.timeline .timeline-date:before {
  background: #DEE2E6;
  border-radius: 2px;
  bottom: -30px;
  content: "";
  height: 24px;
  left: 12px;
  position: absolute;
  width: 1px;
}
.timeline.timeline-datetime .timeline-item {
  margin-left: 117px;
}
.timeline.timeline-datetime .timeline-date {
  text-align: center;
}
.timeline.timeline-datetime .timeline-date:before {
  left: calc(50% - 1px);
}
.timeline .timeline-item {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  position: relative;
}
.timeline .timeline-item:first-child {
  margin-top: 0;
}
.timeline .timeline-item .timeline-item-time {
  position: absolute;
  top: 10px;
  right: calc(100% + 35px);
  text-align: right;
}
.timeline .timeline-item .timeline-item-inner {
  padding: 10px;
  position: relative;
}
.timeline .timeline-item .timeline-item-head {
  border-bottom: 1px solid #DEE2E6;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.timeline .timeline-item .timeline-item-head .user-detail h5 {
  margin: 0 0 2px 0;
}
.timeline .timeline-item .timeline-item-head .post-type > p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0;
  line-height: 17px;
}
.timeline .timeline-item .timeline-item-head .post-time > p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6em;
  line-height: 15px;
  margin: 0;
}
.timeline .timeline-item .timeline-item-content p {
  margin: 0;
}
.timeline .timeline-item .timeline-icon:before {
  background: #DEE2E6;
  border-radius: 2px;
  bottom: -28px;
  content: "";
  height: 100%;
  left: -14px;
  position: absolute;
  width: 1px;
}
.timeline .timeline-item .timeline-icon i {
  left: -30px;
  position: relative;
  top: 1px;
}

.theme-config {
  width: 200px;
  position: fixed;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateX(100%) translateY(-50%);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1500;
}
.theme-config--active {
  transform: translateY(-50%);
}
.theme-config .theme-config__body.card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.theme-config .theme-config__trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

.onboarder_pagination {
  cursor: pointer;
  display: grid;
  justify-content: center;
}

.pagination-sm {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}

.onboarder_pagination_button.active {
  color: #0D7BFF;
}

.onboarder_pagination .disabled {
  cursor: not-allowed;
}

.table-responsive {
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.table-responsive table {
  margin-bottom: 0 !important;
}

table.dataTable th:first-child > *:first-child {
  margin-left: 8px;
}

table.dataTable td:first-child > *:first-child {
  padding-left: 8px;
}

table.dataTable thead th {
  position: relative;
  background-image: none !important;
  font-size: 14px;
  cursor: pointer;
}

table.dataTable thead th .sorting,
table.dataTable thead th .sorting_asc,
table.dataTable thead th .sorting_desc {
  position: relative;
  padding-right: 1.25rem;
}

table.dataTable thead th .sorting:after,
table.dataTable thead th .sorting_asc:after,
table.dataTable thead th .sorting_desc:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

table.dataTable thead th .sorting:after {
  content: "";
  color: #ddd;
  font-size: 1rem;
  padding-top: 0.12em;
}

table.dataTable thead th .sorting_asc:after {
  content: "";
}

table.dataTable thead th .sorting_desc:after {
  content: "";
}

table.dataTable tbody td {
  font-size: 14px;
}

.actions-icons {
  font-size: 14px;
}

.tbl__buttons {
  flex-wrap: nowrap;
}

.search-header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.search-header:after {
  content: "";
  border-top: 1px solid;
  border-color: #CED4DA;
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}

/* dataTables CSS modification & positioning */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  left: -12px !important;
  content: "" !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  left: 0 !important;
  content: "" !important;
}

table.dataTable thead th {
  position: relative;
  background-image: none !important;
}

table.dataTable thead th .sorting:before,
table.dataTable thead th .sorting_asc:before,
table.dataTable thead th .sorting_desc:before {
  position: absolute !important;
  display: block !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900;
  left: auto !important;
  right: 0;
}

table.dataTable thead th .sorting:before {
  content: "" !important;
  color: #ddd !important;
  font-size: 0.8em !important;
  padding-top: 0.12em !important;
  bottom: 2px;
}

table.dataTable thead th .sorting_asc:before {
  content: "" !important;
  bottom: -1px;
}

table.dataTable thead th .sorting_desc:before {
  content: "" !important;
  bottom: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: white !important;
}

.select-all-column {
  background-color: white;
  opacity: 1;
  left: 0 !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 999;
}

.select-column {
  background-color: inherit;
  opacity: 1;
  left: 0 !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 999;
}

.dataTables_processing {
  position: relative;
  top: 500px;
  left: 400px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px !important;
}

.table-scroll-wrapper {
  overflow-x: auto !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border-collapse: separate !important;
  border-collapse: initial !important;
}
.table-scroll-wrapper table {
  table-layout: auto;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

.table-fixed {
  table-layout: fixed;
  word-wrap: break-word;
}

.select-all-checkbox {
  margin-left: 12px !important;
}

.select-all-icon {
  margin-left: 2px !important;
}

.table-horizontal-scroll {
  overflow-x: auto !important;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border-collapse: separate !important;
  border-collapse: initial !important;
}
.table-horizontal-scroll table {
  table-layout: auto;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

div.table-widget-horizontal-scroll {
  overflow-x: auto !important;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border-collapse: separate !important;
  border-collapse: initial !important;
  border-spacing: 0 !important;
}
div.table-widget-horizontal-scroll table {
  table-layout: auto;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

table.table-widget-horizontal-scroll {
  table-layout: auto;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

.table-horizontal-scroll th,
.table-horizontal-scroll table th,
.table-scroll-wrapper th,
.table-scroll-wrapper table th,
div.table-widget-horizontal-scroll th,
div.table-widget-horizontal-scroll table th {
  white-space: nowrap;
}

.table-horizontal-scroll td,
.table-horizontal-scroll table td,
.table-scroll-wrapper td,
.table-scroll-wrapper table td,
div.table-widget-horizontal-scroll td,
div.table-widget-horizontal-scroll table td {
  white-space: nowrap;
}

.table-width-1 tbody td {
  width: 1%;
}

.table-column-dropdown {
  padding: 0 !important;
}

.draggable-column {
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  cursor: move;
}

.column-dropdown {
  max-height: 500px;
  overflow-y: auto;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-color: var(--brand-primary-color) var(--brand-primary-color) #FFF !important;
}

.table-header-no-wrap th {
  white-space: nowrap;
}

.table-body-no-wrap td {
  white-space: nowrap;
}

.prolific-table td .d-flex {
  min-width: 0;
}
.prolific-table td .d-flex > a, .prolific-table td .d-flex > .f-1, .prolific-table td .d-flex > [class*=flex-] {
  min-width: 0;
  word-wrap: break-word;
  word-wrap: break-word;
}

/* Avatar Variants Definitions */
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.initial-loader-wrap {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  position: fixed;
  z-index: 99999;
  background-color: white;
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loaded .initial-loader-wrap {
  opacity: 0;
}

.initial-loader {
  min-width: 240px;
  color: #212529;
  line-height: 1.5;
}

.initial-loader__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

.initial-loader__row + .initial-loader__row {
  border-top: 1px solid #e2e2e2;
}

.initial-loader h1 {
  margin: 0;
  color: #0D7BFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.initial-loader svg#loader-circle {
  transform-origin: 50% 50%;
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
}

.spinner-cls-1 {
  font-size: 60px;
  font-family: SukhumvitSet-SemiBold, "Sukhumvit Set";
  font-weight: 700;
  text-transform: uppercase;
}

.cls-2 {
  fill: #57b5f9;
}

/* Avatar Variants Definitions */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.table-loader-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #212529;
}

.table-loader {
  min-width: 240px;
  line-height: 1.5;
}

svg#loader-circle {
  transform-origin: 50% 50%;
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
}

.table-spinner-text {
  font-size: 15px;
  font-family: SukhumvitSet-SemiBold, "Sukhumvit Set", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.cls-2 {
  fill: #57b5f9;
}

/* Avatar Variants Definitions */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.card-loader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #bcbcc3;
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loaded .initial-loader-wrap {
  opacity: 1;
}

.initial-loader {
  min-width: 240px;
  color: #212529;
  line-height: 1.5;
}

.initial-loader__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

.initial-loader__row + .initial-loader__row {
  border-top: 1px solid #e2e2e2;
}

.initial-loader h1 {
  margin: 0;
  color: #0D7BFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.initial-loader svg#loader-circle {
  transform-origin: 50% 50%;
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
}

.card-spinner-cls-1 {
  font-size: 30px;
  font-family: SukhumvitSet-SemiBold, "Sukhumvit Set", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.cls-2 {
  fill: #57b5f9;
}

.envOverlay {
  position: absolute;
  top: -5px;
  left: -2px;
  z-index: 9999;
}

.bank-background {
  border-radius: 0.25rem;
  background-color: rgba(237,28,36,0.12549) !important;
}

.organization-background {
  border: 1px solid rgba(31, 45, 61, 0.125);
  border-radius: 0.25rem;
}

.chat-border {
  padding-bottom: 3px;
  padding-top: 3px;
}

.more-top-message {
  position: relative;
  z-index: 9999;
  top: 19px;
  min-height: 17px;
}

.more-bottom-message {
  position: relative;
  z-index: 9999;
  top: -19px;
  min-height: 17px;
}

.more-color {
  background-color: #cccccc;
}

.avatar_sm_circle {
  background-color: #ccc;
  border-radius: 50%;
  height: 23px;
  text-align: center;
  width: 26px;
}

.avatar_sm_initials {
  font-size: calc(24px / 2);
  /* 50% of parent */
  line-height: 1;
  position: relative;
  top: 0;
}

.avatar_md_circle {
  background-color: #ccc;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
}

.avatar_md_initials {
  font-size: calc(40px / 2);
  /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(40px / 4);
  /* 25% of parent */
}

.avatar_lg_circle {
  background-color: #ccc;
  border-radius: 50%;
  height: 75px;
  text-align: center;
  width: 75px;
}

.avatar_lg_initials {
  font-size: calc(75px / 2);
  /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(75px / 4);
  /* 25% of parent */
}

.avatar_lg_nested_icon {
  color: #FFFFFF;
  position: relative;
  left: 25px;
  bottom: -17px;
}

.avatar_lg_nested {
  font-size: 1em;
}

.avatar_lg_nested_bg {
  font-size: 1.5em !important;
}

.avatar_lg_initials_font_1 {
  font-size: 2.4em;
  line-height: 1;
}

.avatar_lg_initials_font_2 {
  font-size: 2.4em;
  line-height: 1;
}

.avatar_lg_initials_font_3 {
  font-size: 1.5em;
  line-height: 1.7;
}

.avatar_lg_initials_font_4 {
  font-size: 1.2em;
  line-height: 2;
}

.avatar_md_nested_icon {
  color: #FFFFFF;
  position: relative;
  left: 15px;
  bottom: -4px;
}

.avatar_md_nested {
  font-size: 0.7em;
}

.avatar_md_nested_bg {
  font-size: 1.6em !important;
}

.avatar_md_initials_font_1 {
  font-size: 1.2em;
  line-height: 1;
}

.avatar_md_initials_font_2 {
  font-size: 1.2em;
  line-height: 1;
}

.avatar_md_initials_font_3 {
  font-size: 0.9em;
  line-height: 1;
}

.avatar_md_initials_font_4 {
  font-size: 0.7em;
  line-height: 1;
}

.avatar_nested_icon_bg {
  vertical-align: middle;
}

.impersonationAlert {
  position: fixed;
  bottom: 0;
  left: 1%;
  z-index: 9999;
}

.impersonationBackground {
  background-color: #9ee0ff;
}

/* Note: Make sure to include the correct weight and Unicode value for the icon */
.dt-picker {
  position: absolute !important;
  top: 6px !important;
  right: 23px !important;
  color: gray;
  z-index: 1;
}

.webster-onboarding .application-top-navigation {
  display: none;
}

.webster-onboarding .task-breadcrumb {
  display: none;
}

.webster-onboarding .task-header {
  display: none;
}

.webster-onboarding .task-required-fields-text {
  display: none;
}

.webster-onboarding .ws-wrapper {
  padding: 10px 20px 10px 20px;
}

@media (max-width: 575.98px) {
  .webster-onboarding .ws-wrapper {
    padding: 0px;
  }

  .webster-onboarding .task-card {
    margin-top: 0px !important;
  }
}
/* workspace container */
.webster-onboarding .task-save-cancel-buttons .task-save-button {
  display: none !important;
}

.webster-onboarding .task-save-cancel-buttons .task-cancel-button {
  display: none !important;
}

.webster-onboarding .wizard-step {
  display: flex;
}

.webster-onboarding .wizard-step-icon {
  font-size: 2em;
}

.webster-onboarding .wizard-step-title {
  font-size: 1.3125rem;
}

.webster-onboarding .wizard-step-details {
  display: inline;
}

.webster-onboarding .flex-mt {
  margin-top: 3rem !important;
}

@media (max-width: 700px) {
  .webster-onboarding .wizard-step-icon {
    font-size: 1em;
  }

  .webster-onboarding .flex-mt {
    margin-top: 1rem !important;
  }
}
@media (max-width: 500px) {
  .webster-onboarding .wizard-step-details {
    display: none;
  }

  .webster-onboarding .wizard-step-title {
    font-size: 0.9rem;
  }
}
/* card selector */
.webster-onboarding .task-card {
  background-color: white;
  align-self: flex-end;
}

.webster-onboarding .task-card > .card-body {
  background-color: transparent !important;
}

.webster-onboarding .task-card .card-footer {
  background-color: transparent;
}

/* card body selector */
.webster-onboarding .task-component-wrapper .card {
  background-color: transparent !important;
}

/* form-group selector */
/* form-label selector */
/* form-label selector */
/* form-label selector */
.webster-onboarding .view-dashboard-button {
  display: none !important;
}

.webster-onboarding .view-task-button {
  display: none !important;
}

.webster-onboarding .view-application-board {
  display: none !important;
}

.fib-onboarding .application-top-navigation {
  display: none;
}

.fib-onboarding .task-breadcrumb {
  display: none;
}

.fib-onboarding .task-header {
  display: none;
}

.fib-onboarding .task-required-fields-text {
  display: none;
}

.fib-onboarding .ws-wrapper {
  padding: 10px 20px 10px 20px;
}

@media (max-width: 575.98px) {
  .fib-onboarding .ws-wrapper {
    padding: 0px;
  }

  .fib-onboarding .task-card {
    margin-top: 0px !important;
  }
}
/* workspace container */
.fib-onboarding .task-save-cancel-buttons .task-save-button {
  display: none !important;
}

.fib-onboarding .task-save-cancel-buttons .task-cancel-button {
  display: none !important;
}

.fib-onboarding .wizard-step {
  display: flex;
}

.fib-onboarding .wizard-step-icon {
  font-size: 2em;
}

.fib-onboarding .wizard-step-title {
  font-size: 1.3125rem;
}

.fib-onboarding .wizard-step-details {
  display: inline;
}

.fib-onboarding .flex-mt {
  margin-top: 3rem !important;
}

.fib-onboarding .transmission-info {
  display: none;
}

.fib-onboarding .message-count {
  display: none;
}

.fib-onboarding .view-msgs-btn {
  display: none;
}

.fib-onboarding .view-tms-btn {
  display: none;
}

.fib-onboarding .submit-text {
  font-size: 0;
}

.fib-onboarding .submit-text:after {
  content: "Retrieve Activation Key";
  font-size: 14px;
}

.fib-onboarding .task-component-wrapper .card {
  border: 0;
  box-shadow: none;
}

.fib-onboarding .task-component-wrapper .hr-text {
  display: none !important;
}

@media (max-width: 700px) {
  .fib-onboarding .wizard-step-icon {
    font-size: 1em;
  }

  .fib-onboarding .flex-mt {
    margin-top: 1rem !important;
  }
}
@media (max-width: 500px) {
  .fib-onboarding .wizard-step-details {
    display: none;
  }

  .fib-onboarding .wizard-step-title {
    font-size: 0.9rem;
  }
}
/* card selector */
.fib-onboarding .task-card {
  background-color: white;
  align-self: flex-end;
}

.fib-onboarding .task-card > .card-body {
  background-color: transparent !important;
}

.fib-onboarding .task-card .card-footer {
  background-color: transparent;
}

/* card body selector */
.fib-onboarding .task-component-wrapper .card {
  background-color: transparent !important;
}

/* form-group selector */
/* form-label selector */
/* form-label selector */
/* form-label selector */
.fib-onboarding .view-dashboard-button {
  display: none !important;
}

.fib-onboarding .view-task-button {
  display: none !important;
}

.fib-onboarding .view-application-board {
  display: none !important;
}

body {
  background-color: white !important;
}

.demo-onboarding .application-layout .application-top-navigation {
  display: none;
}

.demo-onboarding .task-breadcrumb {
  display: none;
}

.demo-onboarding .task-header {
  display: none;
}

.demo-onboarding .task-required-fields-text {
  display: none;
}

.demo-onboarding .ws-header {
  display: none;
}

.demo-onboarding .ws-wrapper {
  padding: 10px 20px 10px 20px;
}

@media (max-width: 575.98px) {
  .demo-onboarding .ws-wrapper {
    padding: 0px;
  }

  .demo-onboarding .task-card {
    margin-top: 0px !important;
  }
}
/* workspace container */
.demo-onboarding .task-save-cancel-buttons .task-save-button {
  display: none !important;
}

.demo-onboarding .task-save-cancel-buttons .task-cancel-button {
  display: none !important;
}

.demo-onboarding .wizard-step {
  display: flex;
}

.demo-onboarding .wizard-step-icon {
  font-size: 2em;
}

.demo-onboarding .wizard-step-title {
  font-size: 1.3125rem;
}

.demo-onboarding .wizard-step-details {
  display: inline;
}

.demo-onboarding .flex-mt {
  margin-top: 3rem !important;
}

@media (max-width: 700px) {
  .demo-onboarding .wizard-step-icon {
    font-size: 1em;
  }

  .demo-onboarding .flex-mt {
    margin-top: 1rem !important;
  }
}
@media (max-width: 500px) {
  .demo-onboarding .wizard-step-details {
    display: none;
  }

  .demo-onboarding .wizard-step-title {
    font-size: 0.9rem;
  }
}
/* card selector */
.demo-onboarding .task-card {
  background-color: white;
  align-self: flex-end;
}

.demo-onboarding .task-card > .card-body {
  background-color: transparent !important;
}

.demo-onboarding .task-card .card-footer {
  background-color: transparent;
}

/* card body selector */
.demo-onboarding .task-component-wrapper .card {
  background-color: transparent !important;
}

/* form-group selector */
/* form-label selector */
/* form-label selector */
/* form-label selector */
.webster-onboarding .view-dashboard-button {
  display: none !important;
}

.webster-onboarding .view-task-button {
  display: none !important;
}

.webster-onboarding .view-application-board {
  display: none !important;
}

.widget {
  background-color: white;
}

.dashboard-card {
  margin-top: 0rem !important;
  padding-bottom: 1.7rem !important;
  height: 100%;
}

.dashboard-card-body {
  padding: 0 10px 0 10px !important;
}

.dash-drag-handle {
  cursor: move;
  margin-top: 0.7rem;
  margin-left: 0.5rem;
}

.dashboard-widget-title {
  margin-top: 1px;
  margin-left: 3px;
  font-size: 16px;
  padding-bottom: 3px;
}

.dashboard-widget-header {
  padding-bottom: 5px;
  border-bottom: 1px solid #D3D3D3;
}

.dashboard-widget-header-component {
  font-size: 12px;
  padding-top: 2.5px;
}

.dashboard-widget-header-dropdown {
  margin-top: -1px;
}

.mini-dashboard-layout {
  max-height: 200px !important;
}

.preview-pane-active {
  min-height: 800px;
}

.tool-menu-collapse {
  max-width: 25px;
}

.tool-menu-expand {
  min-width: 275px;
}

.badge-text {
  padding-top: 4px !important;
}

.react-flow__node-staticNode {
  border: 0.8px solid #4081ca;
  border-radius: 3px;
  padding: 6px;
  font-size: x-small;
  background-color: #FFFFFF;
}

.react-flow__node-staticNode:hover {
  border: 1px solid #4081ca;
  box-shadow: 1px 1px 3px #cccccc;
}

.react-flow__node-staticNode.selected {
  border: 1px solid #4081ca;
}

.f-node-handle {
  background-color: #cccccc;
}

.f-node-layout {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 7px;
}

html,
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  overflow-x: hidden;
  touch-action: auto;
  height: 100%;
}

html,
body .win {
  overflow-y: scroll;
}

.danger-toggle.react-toggle--checked .react-toggle-track {
  background-color: #ab199f;
}

.mt-n0-5 {
  margin-top: -0.15rem !important;
}

.ml-n0-5 {
  margin-left: -0.15rem !important;
}

.ml-2-5 {
  margin-left: 0.75rem !important;
}

.mt-1-5 {
  margin-top: 0.4rem !important;
}

.mt-3-5 {
  margin-top: 1.25rem !important;
}

.mb-n1-5 {
  margin-bottom: -0.4rem !important;
}

.rdw-editor-main {
  height: 705px;
  overflow-y: scroll;
}

.agreement_titles {
  font-size: 11px;
}

._pointer {
  cursor: pointer;
}

.was-validated .react-select:invalid,
.react-select.is-invalid > div:first-child {
  border-color: #dc3545;
}

.was-validated .react-select:invalid:focus,
.react-select.is-invalid:focus > div:first-child {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.popover {
  max-width: 600px;
}

.breadcrumb {
  margin-bottom: 0;
}

.form-control {
  background-color: white;
  border-color: #cccccc;
}

.react-select:hover {
  cursor: pointer;
}

.card {
  margin-top: 1.25rem;
}

th {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: -1px;
  background-color: white;
  border-top: none !important;
}

table .btn-group,
table button {
  position: static !important;
  /** override bootstrap to make action cogs not float over the headrr */
}
table .page-item.active .page-link {
  z-index: 1;
}

.v-scroll-wrapper {
  word-wrap: anywhere;
  overflow-y: scroll;
}

.badge-override {
  font-size: 125% !important;
}

.small-header-font {
  font-size: 11px;
  font-weight: bold;
}

.med-header-font {
  font-size: 14px;
  font-weight: bold;
}

.accountSmall {
  font-size: 12px;
  text-transform: uppercase;
}

.fingerprint {
  font-size: 10.5px;
  font-weight: bold;
  text-transform: uppercase;
}

.smallToggle.react-toggle--checked > div.react-toggle-thumb {
  left: 16px;
}

.smallToggle.react-toggle--checked > div.react-toggle-track > div.react-toggle-track-check {
  left: 4px;
}

.smallToggle > div.react-toggle-track {
  height: 15px;
  width: 30px;
}

.smallToggle > div.react-toggle-thumb {
  height: 13px;
  width: 13px;
}

.smallToggle > div.react-toggle-track > div.react-toggle-track-x {
  right: 4px;
}

.form-text-right-sm {
  text-align: right !important;
}

@media (max-width: 575.98px) {
  .form-text-right-sm {
    text-align: left !important;
  }
}
.draggable {
  cursor: -webkit-grab;
  cursor: grab;
}
.draggable .card-header {
  cursor: -webkit-grab;
  cursor: grab;
}
.draggable.disabled, .draggable.disabled .card-header {
  cursor: not-allowed;
}
.draggable.dragging, .draggable.dragging .card-header {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.nav-link {
  color: #3F4651;
}

.document-name-and-icon {
  display: inline-flex;
  flex-direction: row;
  grid-gap: 1rem;
  gap: 1rem;
  align-items: center;
  flex: 1;
}

@media (max-width: 991px) {
  .modal-adaptive-flex {
    flex-direction: column;
  }
}

.scaled-modal {
  min-height: 300px;
  flex-basis: 30rem;
}
@media (max-width: 991px) {
  .scaled-modal {
    height: calc(100vh - 300px - var(--num-documents) * 32px);
  }
}
@media (min-width: 991px) {
  .scaled-modal {
    height: calc(100vh - 250px);
  }
}

.list-group-flush.flush-with-top-border .list-group-item:first-child {
  border-top-width: 1px;
}

.notification-number {
  right: -8px !important;
  padding: 1px 2px !important;
  line-height: 10px !important;
  font-size: 60% !important;
}

.fa-sm {
  font-size: 0.875em;
}

.btn-muted {
  color: #212529;
}

/**
  Copy pasted from bootstraps form-control:focus .
 */
.form-control.focus {
  color: #5D636D;
  background-color: #F9FAFC;
  border-color: #9ee0ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 183, 255, 0.25);
}

.placeholder {
  color: #777f8b;
  opacity: 1;
}

[draggable=true] {
  cursor: -webkit-grab;
  cursor: grab;
}

.gap-05 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-1 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-2 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-3 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-4 {
  grid-gap: 4rem;
  gap: 4rem;
}

.nested-draggables p {
  margin-bottom: 0;
}
.nested-draggables ul {
  list-style-type: none;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

.flex {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.flex.container-fluid {
  overflow-y: hidden;
}

.fit-to-space {
  overflow-y: scroll;
  flex: 1 0 20rem;
}

.scroll-vertical {
  overflow-y: scroll;
}

.f-0 {
  flex: 0;
}

.f-1 {
  flex: 1;
}

.f-2 {
  flex: 2;
}

.f-3 {
  flex: 3;
}

.f-4 {
  flex: 4;
}

.f-5 {
  flex: 5;
}

.limit-rows {
  max-height: 26rem;
  overflow-y: scroll;
}

.fixed-list-header {
  margin: 0 1.5rem 0 0.5rem;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.fixed-list-header + .list-group {
  border-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.fixed-list-header + .list-group > .list-group-item:first-child {
  border-top: 0;
  border-left: 1px solid #E9ECEF;
  border-right: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
}

.remove-invitee-button {
  margin-right: -1rem;
  background: none;
  border: none;
}

button:disabled,
.react-select.disabled div {
  cursor: not-allowed;
}

.terms-and-conditions {
  white-space: pre-wrap;
}

.sidebar__section .btn-group button {
  white-space: normal;
  white-space: initial;
}

.radio-cell {
  height: 1.6rem;
}

.alt-select-container {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
}

.account-row span input,
.account-row fieldset input {
  transform: translateY(-0.375rem);
  width: 100%;
}
.account-row .react-select {
  transform: translateY(-0.375rem);
}
.account-row .form-control,
.account-row .form-group {
  width: 100%;
}

.centered-toggle {
  padding-top: 0.375rem;
}

.service-account-toggle {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.bank-dropdown {
  width: 250px;
}

ul.simple-list {
  list-style-type: none;
}

.document-files-list {
  flex-basis: 10rem;
  flex-shrink: 1;
}
.document-files-list p {
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.show-white-space {
  white-space: pre-wrap;
}

.character-limit {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

.header-icon {
  color: #353C48;
}

.capitalize::first-letter {
  text-transform: capitalize;
}

.wizard-customers .primary-toggle-column {
  width: 50px;
}
.wizard-customers .customer-body {
  margin-left: 50px;
}

.form-label {
  color: #212529;
}

.formInstructions {
  color: #3a4148;
}

.form-header h5 {
  margin-bottom: 0.1rem;
}
.form-header hr {
  margin-top: 0;
}

.review--organization:not(:last-child) {
  margin-bottom: 2rem;
}

.add-inline {
  font-size: 0.875rem;
}

.header-error-message {
  font-size: 0.875rem;
  font-weight: normal;
  color: #ED1C24;
}

.text-secondary {
  color: #4e5862 !important;
}

.icon-not-started {
  color: #868E96;
}

.full-width {
  width: 100%;
}

.fa-2xs {
  font-size: 0.5em;
}

.component-description {
  margin-left: 3.5rem;
}

.service-account-filter-header th {
  font-size: inherit !important;
  font-weight: bold !important;
  padding-bottom: 0.75rem;
}

.service-account-filters {
  vertical-align: top;
}
.service-account-filters td.account-type-cell {
  width: 17rem;
}
.service-account-filters td.condition-cell {
  width: 11rem;
}

.plaid-account-filters {
  vertical-align: top;
}
.plaid-account-filters td.account-type-cell {
  width: 33.3%;
}
.plaid-account-filters td.condition-cell {
  width: 33.3%;
}
.plaid-account-filters td.product-code-cell {
  width: 33.3%;
}

.approval-criteria > div:not(:last-child) {
  border-bottom: 1px solid #DEE2E6;
}

.approval-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 1rem;
  gap: 1rem;
  flex: 1 0 7rem;
}

.static-approval-column {
  width: 15rem;
}

.alert-branded {
  border: 1px solid #DEE2E6;
}

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

.notification-definition-label {
  flex: 0 0 5rem;
}

.divider-right {
  border-right: 1px solid #DEE2E6;
}

.task-unassigned {
  color: #868E96;
}

.form-label.text-left {
  text-align: left !important;
}

.text-main {
  color: #212529;
}

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

.pl-15p {
  padding-left: 15px !important;
}

.pr-15p {
  padding-right: 15px !important;
}

.pt-15p {
  padding-top: 15px !important;
}

.pb-15p {
  padding-bottom: 15px !important;
}

.borderless td, .borderless th {
  border: none;
}

.tooltip-indicator {
  color: #b7bec5;
}

.copyToClipboard {
  cursor: copy;
}

.publicKeyText {
  min-height: 215px;
}

.table-cell-list {
  white-space: normal;
  word-wrap: break-word;
  word-wrap: break-word;
  max-width: 500px;
}

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

.scroll-container {
  overflow-x: auto;
  overflow-y: visible;
  min-width: 0;
}

.min-w-form {
  min-width: 500px;
}

.min-w-table {
  min-width: 600px;
}

.table-scroll-wrapper {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
.table-scroll-wrapper > table, .table-scroll-wrapper > .table {
  min-width: 100%;
}

.task-component-wrapper {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.task-component-wrapper .card-body {
  max-width: 100%;
  overflow: hidden;
}

.accordion, [class*=accordion], .mantine-Accordion-root {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.accordion .card-body, [class*=accordion] .card-body, .mantine-Accordion-root .card-body {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
.accordion .collapse, [class*=accordion] .collapse, .mantine-Accordion-root .collapse {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.mantine-Accordion-panel, .mantine-Accordion-content {
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}

.card {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  contain: inline-size;
}
.card > .collapse {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.card .card-body {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  contain: inline-size;
}
@charset "UTF-8";
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@-webkit-keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  -webkit-animation: Toastify__trackProgress linear 1 forwards;
          animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
@-webkit-keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  -webkit-animation-name: Toastify__bounceInLeft;
          animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  -webkit-animation-name: Toastify__bounceInRight;
          animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  -webkit-animation-name: Toastify__bounceInDown;
          animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  -webkit-animation-name: Toastify__bounceInUp;
          animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  -webkit-animation-name: Toastify__bounceOutLeft;
          animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  -webkit-animation-name: Toastify__bounceOutRight;
          animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  -webkit-animation-name: Toastify__bounceOutUp;
          animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  -webkit-animation-name: Toastify__bounceOutDown;
          animation-name: Toastify__bounceOutDown;
}

@-webkit-keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  -webkit-animation-name: Toastify__zoomIn;
          animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  -webkit-animation-name: Toastify__zoomOut;
          animation-name: Toastify__zoomOut;
}

@-webkit-keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  -webkit-animation-name: Toastify__flipIn;
          animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  -webkit-animation-name: Toastify__flipOut;
          animation-name: Toastify__flipOut;
}

@-webkit-keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@-webkit-keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  -webkit-animation-name: Toastify__slideInLeft;
          animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  -webkit-animation-name: Toastify__slideInRight;
          animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  -webkit-animation-name: Toastify__slideInDown;
          animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  -webkit-animation-name: Toastify__slideInUp;
          animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  -webkit-animation-name: Toastify__slideOutLeft;
          animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  -webkit-animation-name: Toastify__slideOutRight;
          animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  -webkit-animation-name: Toastify__slideOutUp;
          animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  -webkit-animation-name: Toastify__slideOutDown;
          animation-name: Toastify__slideOutDown;
}

/* Avatar Variants Definitions */
.Toastify__toast {
  background-color: #FFF;
  padding: 20px;
  border-radius: 3px;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  font-family: inherit;
}

.Toastify__toast p {
  color: #212529;
}

.Toastify__toast h6 {
  color: #1F2D3D;
  font-weight: 500;
}

.Toastify__toast--success .fa-check {
  color: #1BB934;
}

.Toastify__toast--success .fa-check-circle {
  color: #1BB934 !important;
}

.Toastify__toast--success {
  border-left: 3px solid #1BB934;
}

.Toastify__close-button--success {
  color: #ADB5BD;
}

.Toastify__toast--info .fa-info {
  color: #1EB7FF;
}

.Toastify__toast--info {
  background-color: #FFF;
  border-left: 3px solid #1EB7FF;
}

.Toastify__close-button--info {
  color: #ADB5BD;
}

.Toastify__toast--warning .fa-exclamation {
  color: #feba21;
}

.Toastify__toast--warning {
  background-color: #FFF;
  border-left: 3px solid #feba21;
}

.Toastify__close-button--warning {
  color: #ADB5BD;
}

.Toastify__toast--error .fa-close {
  color: #ED1C24;
}

.Toastify__toast--error {
  background-color: #FFF;
  border-left: 3px solid #ED1C24;
}

.Toastify__close-button--error {
  color: #ADB5BD;
}

.Toastify__toast--default .fa-exclamation {
  color: #3F4651;
}

.Toastify__toast--default {
  background-color: #FFF;
  border-left: 3px solid #868E96;
}

.Toastify__close-button--default {
  color: #ADB5BD;
}

.Toastify__toast-body {
  color: #1F2D3D;
}

.toastContainer .Toastify__progress-bar--success {
  background-color: #1BB934;
}

.toastContainer .Toastify__progress-bar--error {
  background-color: #ED1C24;
}

.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%;
}
.ReactCrop:focus {
  outline: none;
}
.ReactCrop--disabled, .ReactCrop--locked {
  cursor: inherit;
}
.ReactCrop__image {
  display: block;
  max-width: 100%;
  touch-action: none;
}
.ReactCrop__crop-selection {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  cursor: move;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
  touch-action: none;
  border: 1px solid;
  border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
  border-image-slice: 1;
  border-image-repeat: repeat;
}
.ReactCrop--disabled .ReactCrop__crop-selection {
  cursor: inherit;
}
.ReactCrop--circular-crop .ReactCrop__crop-selection {
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5);
}
.ReactCrop--invisible-crop .ReactCrop__crop-selection {
  display: none;
}
.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after, .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}
.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after {
  width: 1px;
  height: 100%;
}
.ReactCrop__rule-of-thirds-vt::before {
  left: 33.3333%;
  left: calc(100% / 3);
}
.ReactCrop__rule-of-thirds-vt::after {
  left: 66.6666%;
  left: calc(100% / 3 * 2);
}
.ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  width: 100%;
  height: 1px;
}
.ReactCrop__rule-of-thirds-hz::before {
  top: 33.3333%;
  top: calc(100% / 3);
}
.ReactCrop__rule-of-thirds-hz::after {
  top: 66.6666%;
  top: calc(100% / 3 * 2);
}
.ReactCrop__drag-handle {
  position: absolute;
}
.ReactCrop__drag-handle::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  outline: 1px solid transparent;
}
.ReactCrop .ord-nw {
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: nw-resize;
}
.ReactCrop .ord-nw::after {
  top: 0;
  left: 0;
}
.ReactCrop .ord-n {
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: n-resize;
}
.ReactCrop .ord-n::after {
  top: 0;
}
.ReactCrop .ord-ne {
  top: 0;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: ne-resize;
}
.ReactCrop .ord-ne::after {
  top: 0;
  right: 0;
}
.ReactCrop .ord-e {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: e-resize;
}
.ReactCrop .ord-e::after {
  right: 0;
}
.ReactCrop .ord-se {
  bottom: 0;
  right: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  cursor: se-resize;
}
.ReactCrop .ord-se::after {
  bottom: 0;
  right: 0;
}
.ReactCrop .ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}
.ReactCrop .ord-s::after {
  bottom: 0;
}
.ReactCrop .ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}
.ReactCrop .ord-sw::after {
  bottom: 0;
  left: 0;
}
.ReactCrop .ord-w {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: w-resize;
}
.ReactCrop .ord-w::after {
  left: 0;
}
.ReactCrop__disabled .ReactCrop__drag-handle {
  cursor: inherit;
}
.ReactCrop__drag-bar {
  position: absolute;
}
.ReactCrop__drag-bar.ord-n {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
}
.ReactCrop__drag-bar.ord-e {
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin-right: -3px;
}
.ReactCrop__drag-bar.ord-s {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-bottom: -3px;
}
.ReactCrop__drag-bar.ord-w {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px;
}
.ReactCrop--new-crop .ReactCrop__drag-bar, .ReactCrop--new-crop .ReactCrop__drag-handle, .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
  display: none;
}
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
  display: none;
}
@media (pointer: coarse) {
  .ReactCrop .ord-n,
.ReactCrop .ord-e,
.ReactCrop .ord-s,
.ReactCrop .ord-w {
    display: none;
  }
  .ReactCrop__drag-handle {
    width: 24px;
    height: 24px;
  }
}

/* React Toggle Overrides */
.react-toggle-track .fa {
  font-size: 12px;
}

.react-toggle-track {
  background-color: #ADB5BD !important;
}

.react-toggle-thumb {
  border: 1px solid #ADB5BD !important;
}

.react-toggle--checked .react-toggle-track {
  background-color: #1BB934 !important;
}

/*.react-toggle--checked .react-toggle-track {
  background-color: $success !important;
}
*/
/* Avatar Variants Definitions */
.react-select__single-value {
  color: #5D636D !important;
}

.react-select__placeholder {
  color: #777f8b !important;
}

/* React Bootstrap Typeahead Overrides */
.rbt-token {
  background-color: #1EB7FF !important;
  color: #FFF !important;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #cccccc !important;
}

/* React Datepicker Overrides */
.react-datepicker {
  border: solid 1px #CED4DA !important;
  font-family: inherit !important;
  box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.15);
  z-index: 4;
}

.react-datepicker__header {
  background-color: #E9ECEF !important;
  border-bottom: solid 0px #CED4DA !important;
}

.react-datepicker__navigation--next {
  border-left-color: #ADB5BD !important;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #868E96 !important;
}

.react-datepicker__navigation--previous {
  border-right-color: #ADB5BD !important;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #868E96 !important;
}

.react-datepicker__current-month {
  color: #1F2D3D !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.react-datepicker__day-name {
  color: #212529 !important;
}

.react-datepicker__day--selected {
  color: #FFF !important;
  background-color: #1EB7FF !important;
}

.react-datepicker__day:hover {
  background-color: #1EB7FF !important;
  color: #FFF !important;
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #6bcfff !important;
  color: #FFF !important;
}

.react-datepicker__day--in-range {
  background-color: #98deff !important;
  color: #FFF !important;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: #1EB7FF !important;
  color: #FFF !important;
}

[data-placement^=bottom] .react-datepicker__triangle {
  border-bottom-color: #E9ECEF !important;
}

[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #CED4DA !important;
}

[data-placement^=top] .react-datepicker__triangle {
  border-top-color: #CED4DA !important;
}

[data-placement^=top] .react-datepicker__triangle::before {
  border-top-color: #CED4DA !important;
}

.react-datepicker button {
  position: absolute !important;
}

.react-datepicker-popper {
  z-index: 1050 !important;
}

.pro-date-picker,
.pro-date-picker > div.react-datepicker-wrapper,
.pro-date-picker > div > div.react-datepicker__input-container .pro-date-picker > div > div.react-datepicker__input-container input {
  width: 100%;
}

.pro-date-picker > div.input-group-append {
  margin-left: -38px !important;
}

div.react-datepicker__input-time-container > div.react-datepicker-time__input-container > div > input {
  width: 95px !important;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/* React Big Calendar Overrides */
.rbc-month-view {
  border: 1px solid #DEE2E6 !important;
}

.rbc-off-range-bg {
  background: #F8F9FA !important;
}

.rbc-header {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.rbc-off-range {
  color: #CED4DA !important;
}

.rbc-event {
  background: #1EB7FF !important;
}

.rbc-day-slot .rbc-event {
  border: 1px solid #008ed1 !important;
}

.rbc-show-more {
  font-weight: normal !important;
}

.rbc-today {
  background-color: #eaf8ff !important;
}

.rbc-date-cell.rbc-now {
  color: #1F2D3D !important;
  font-weight: normal !important;
}

.rbc-toolbar-label {
  color: #1F2D3D !important;
}

.rbc-toolbar button {
  color: #212529 !important;
  font-size: 14px !important;
  border: 1px solid #DEE2E6 !important;
}

.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  color: #1F2D3D !important;
  box-shadow: none !important;
  background-color: #DEE2E6 !important;
  border-color: #DEE2E6 !important;
}

.rbc-toolbar button:hover {
  background-color: #edeff1 !important;
}

.rbc-header {
  border-bottom: 1px solid #DEE2E6 !important;
}

.rbc-header + .rbc-header {
  border-left: 1px solid #DEE2E6 !important;
}

.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DEE2E6 !important;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/* React Grid Layout Overrides */
/* Avatar Variants Definitions */
.react-grid-layout {
  margin: 0 -15px;
}
.react-grid-layout .react-grid-item.react-grid-placeholder {
  background: none;
  z-index: 2;
  transition-duration: 100ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  opacity: 0.7;
}
.react-grid-layout .react-grid-item.react-grid-placeholder:after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  content: " ";
  background: rgba(30, 183, 255, 0.3);
  border-radius: 4px;
  border: 2px dashed #1EB7FF;
  height: calc(100% - 15px);
  width: calc(100% - 30px);
}

.float-column {
  display: flex;
  flex-direction: column;
}
.float-column > .card {
  flex: 1 1 auto;
  margin-bottom: 15px;
}
.float-column > .card + .react-resizable-handle {
  bottom: 15px;
  right: 15px;
}
.float-column > .card > .card-header {
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*
  &:before {
      position: absolute;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f142";
      top: 50%;
      left: 1rem;
      transform: translateY(-50%);
      color: $text-muted;
  }
  */
}

.float-column [class^=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}
.float-column--size-lg .col-md-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/* Avatar Variants Definitions */
.dropzone {
  border: 2px dashed #DEE2E6;
  padding: 20px;
  text-align: center;
}
.dropzone--enabled:hover, .dropzone--active {
  cursor: pointer;
  border-color: #1EB7FF;
  background-color: rgba(30, 183, 255, 0.1);
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/*@import "~react-bootstrap-table-next/dist/react-bootstrap-table2.min.css";*/
/* Avatar Variants Definitions */
.react-bootstrap-table th.sortable {
  white-space: nowrap;
}

.react-bootstrap-table th,
.react-bootstrap-table td {
  vertical-align: middle !important;
}

.react-bootstrap-table .table:not(.table-bordered) tbody tr:last-child td {
  border-bottom: 1px solid #E9ECEF;
}

.react-bootstrap-table-pagination {
  padding: 0 0.75rem;
}

.react-bootstrap-table-pagination-list .pagination {
  justify-content: flex-end;
}

/* Avatar Variants Definitions */
.sidebar--animations-enabled {
  /*
  &.sidebar--slim.sidebar--collapsed {
      // Slim Submenus
      .sidebar-menu__entry > .sidebar-submenu {
          display: block !important;
          opacity: 0;
          transform: translateY(-40px) scale(0.8);
          transition: opacity 200ms ease-in-out,
                      transform 200ms cubic-bezier(0.645, 0.045, 0.465, 1.305);
          transition-delay: 200ms;
      }

      .sidebar-menu__entry:hover > .sidebar-submenu {
          opacity: 1;
          transform: translateY(0) scale(1);
      }
  }
  */
}
.sidebar--animations-enabled.sidebar--animate-slim--progress .active > a {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #1EB7FF !important;
}
.sidebar--animations-enabled.sidebar--animate-slim--progress .sidebar-menu__entry__link::after,
.sidebar--animations-enabled.sidebar--animate-slim--progress .sidebar-submenu__entry__link::after {
  opacity: 0;
}
.sidebar--animations-enabled.sidebar--animate-slim--progress .sidebar-menu .badge {
  opacity: 0;
}
.sidebar--animations-enabled.sidebar--animate-entry-complete .sidebar__section {
  opacity: 1;
}
.sidebar--animations-enabled .sidebar__section {
  opacity: 0;
}
.sidebar--animations-enabled .sidebar-menu__entry__link::after {
  transition: opacity 200ms ease-in;
}
.sidebar--animations-enabled .sidebar-menu__entry.active .sidebar-menu__entry__link {
  transition: background-color 200ms ease-in-out box-shadow 200ms ease-in-out;
}
.sidebar--animations-enabled .sidbear-menu .badge {
  transition: opacity 200ms ease-in-out;
}

/* Avatar Variants Definitions */
/* Variant Generator */
/* Avatar Base */
.avatar {
  position: relative;
  display: inline-block;
}
.avatar__content {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.avatar__badge {
  position: absolute;
  display: block;
  transform: translate(50%, -50%);
  z-index: 1;
}
.avatar__icon {
  position: absolute;
  display: block;
  transform: translate(50%, 50%);
  z-index: 1;
}
.avatar__icon--stack > .fa {
  display: block;
}
.avatar__icon--stack > .fa ~ .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.avatar-font {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.avatar-font__text {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 600;
}

.avatar-font--sm .avatar-font__text {
  font-size: 10px;
}

.avatar-font--lg .avatar-font__text {
  font-size: 24px;
}

.avatar-image {
  display: inline-block;
  position: relative;
}
.avatar-image__image {
  position: relative;
  visibility: hidden;
  z-index: 0;
}
.avatar-image__image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.avatar-image__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.avatar-image--loaded .avatar-image__image {
  visibility: visible;
}

.avatar--sm {
  width: 20px;
  height: 20px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) {
  right: 1px;
  bottom: 3px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) > *:first-child {
  font-size: 14px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) > * ~ * {
  font-size: 9.8px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) > * ~ *.avatar__icon--small {
  font-size: 5.46px;
}
.avatar--sm .avatar__icon.avatar__icon--nested {
  right: -2px;
  bottom: 3px;
}
.avatar--sm .avatar__icon.avatar__icon--nested > *:first-child {
  font-size: 25px;
}
.avatar--sm .avatar__icon.avatar__icon--nested > * ~ * {
  font-size: 19.5px;
}
.avatar--sm .avatar__icon.avatar__icon--nested > * ~ *.avatar__icon__inner {
  font-size: 9.75px;
}
.avatar--sm .avatar__badge {
  right: 1px;
  top: 1px;
}
.avatar--sm .avatar__badge .badge,
.avatar--sm .avatar__badge .label {
  font-size: 9px;
}

.avatar--md {
  width: 30px;
  height: 30px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) {
  right: -1px;
  bottom: 5px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) > *:first-child {
  font-size: 15px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) > * ~ * {
  font-size: 10.5px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) > * ~ *.avatar__icon--small {
  font-size: 5.4px;
}
.avatar--md .avatar__icon.avatar__icon--nested {
  right: 1px;
  bottom: 5px;
}
.avatar--md .avatar__icon.avatar__icon--nested > *:first-child {
  font-size: 25px;
}
.avatar--md .avatar__icon.avatar__icon--nested > * ~ * {
  font-size: 19.5px;
}
.avatar--md .avatar__icon.avatar__icon--nested > * ~ *.avatar__icon__inner {
  font-size: 9px;
}
.avatar--md .avatar__badge {
  right: 2px;
  top: 3px;
}

.avatar--lg {
  width: 60px;
  height: 60px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) {
  right: 10px;
  bottom: 8px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) > *:first-child {
  font-size: 15px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) > * ~ * {
  font-size: 10.5px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) > * ~ *.avatar__icon--small {
  font-size: 5.4px;
}
.avatar--lg .avatar__icon.avatar__icon--nested {
  right: 10px;
  bottom: 8px;
}
.avatar--lg .avatar__icon.avatar__icon--nested > *:first-child {
  font-size: 25px;
}
.avatar--lg .avatar__icon.avatar__icon--nested > * ~ * {
  font-size: 19.5px;
}
.avatar--lg .avatar__icon.avatar__icon--nested > * ~ *.avatar__icon__inner {
  font-size: 9px;
}
.avatar--lg .avatar__badge {
  right: 10px;
  top: 5px;
}

/* Avatar Variants Definitions */
.custom-card--border-dash.custom-card--color-100, .custom-card--border-dot.custom-card--color-100, .custom-card--border.custom-card--color-100 {
  border-color: #F8F9FA;
}
.custom-card--border-dash.custom-card--color-200, .custom-card--border-dot.custom-card--color-200, .custom-card--border.custom-card--color-200 {
  border-color: #E9ECEF;
}
.custom-card--border-dash.custom-card--color-300, .custom-card--border-dot.custom-card--color-300, .custom-card--border.custom-card--color-300 {
  border-color: #DEE2E6;
}
.custom-card--border-dash.custom-card--color-400, .custom-card--border-dot.custom-card--color-400, .custom-card--border.custom-card--color-400 {
  border-color: #CED4DA;
}
.custom-card--border-dash.custom-card--color-500, .custom-card--border-dot.custom-card--color-500, .custom-card--border.custom-card--color-500 {
  border-color: #ADB5BD;
}
.custom-card--border-dash.custom-card--color-600, .custom-card--border-dot.custom-card--color-600, .custom-card--border.custom-card--color-600 {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-700, .custom-card--border-dot.custom-card--color-700, .custom-card--border.custom-card--color-700 {
  border-color: #5D636D;
}
.custom-card--border-dash.custom-card--color-800, .custom-card--border-dot.custom-card--color-800, .custom-card--border.custom-card--color-800 {
  border-color: #3F4651;
}
.custom-card--border-dash.custom-card--color-900, .custom-card--border-dot.custom-card--color-900, .custom-card--border.custom-card--color-900 {
  border-color: #353C48;
}
.custom-card--border-dash.custom-card--color-blue, .custom-card--border-dot.custom-card--color-blue, .custom-card--border.custom-card--color-blue {
  border-color: #1EB7FF;
}
.custom-card--border-dash.custom-card--color-indigo, .custom-card--border-dot.custom-card--color-indigo, .custom-card--border.custom-card--color-indigo {
  border-color: #6610f2;
}
.custom-card--border-dash.custom-card--color-purple, .custom-card--border-dot.custom-card--color-purple, .custom-card--border.custom-card--color-purple {
  border-color: #CA8EFF;
}
.custom-card--border-dash.custom-card--color-pink, .custom-card--border-dot.custom-card--color-pink, .custom-card--border.custom-card--color-pink {
  border-color: #e83e8c;
}
.custom-card--border-dash.custom-card--color-red, .custom-card--border-dot.custom-card--color-red, .custom-card--border.custom-card--color-red {
  border-color: #ED1C24;
}
.custom-card--border-dash.custom-card--color-orange, .custom-card--border-dot.custom-card--color-orange, .custom-card--border.custom-card--color-orange {
  border-color: #F27212;
}
.custom-card--border-dash.custom-card--color-yellow, .custom-card--border-dot.custom-card--color-yellow, .custom-card--border.custom-card--color-yellow {
  border-color: #F7BF47;
}
.custom-card--border-dash.custom-card--color-green, .custom-card--border-dot.custom-card--color-green, .custom-card--border.custom-card--color-green {
  border-color: #1BB934;
}
.custom-card--border-dash.custom-card--color-teal, .custom-card--border-dot.custom-card--color-teal, .custom-card--border.custom-card--color-teal {
  border-color: #20c997;
}
.custom-card--border-dash.custom-card--color-cyan, .custom-card--border-dot.custom-card--color-cyan, .custom-card--border.custom-card--color-cyan {
  border-color: #33AE9A;
}
.custom-card--border-dash.custom-card--color-white, .custom-card--border-dot.custom-card--color-white, .custom-card--border.custom-card--color-white {
  border-color: #FFF;
}
.custom-card--border-dash.custom-card--color-gray, .custom-card--border-dot.custom-card--color-gray, .custom-card--border.custom-card--color-gray {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-gray-dark, .custom-card--border-dot.custom-card--color-gray-dark, .custom-card--border.custom-card--color-gray-dark {
  border-color: #3F4651;
}
.custom-card--border-dash.custom-card--color-facebook, .custom-card--border-dot.custom-card--color-facebook, .custom-card--border.custom-card--color-facebook {
  border-color: #3A5E95;
}
.custom-card--border-dash.custom-card--color-twitter, .custom-card--border-dot.custom-card--color-twitter, .custom-card--border.custom-card--color-twitter {
  border-color: #60ADDB;
}
.custom-card--border-dash.custom-card--color-lastfm, .custom-card--border-dot.custom-card--color-lastfm, .custom-card--border.custom-card--color-lastfm {
  border-color: #E01132;
}
.custom-card--border-dash.custom-card--color-pinterest, .custom-card--border-dot.custom-card--color-pinterest, .custom-card--border.custom-card--color-pinterest {
  border-color: #BD0520;
}
.custom-card--border-dash.custom-card--color-linkedin, .custom-card--border-dot.custom-card--color-linkedin, .custom-card--border.custom-card--color-linkedin {
  border-color: #057CB2;
}
.custom-card--border-dash.custom-card--color-medium, .custom-card--border-dot.custom-card--color-medium, .custom-card--border.custom-card--color-medium {
  border-color: #5cb85c;
}
.custom-card--border-dash.custom-card--color-skype, .custom-card--border-dot.custom-card--color-skype, .custom-card--border.custom-card--color-skype {
  border-color: #0AB2EF;
}
.custom-card--border-dash.custom-card--color-foursquare, .custom-card--border-dot.custom-card--color-foursquare, .custom-card--border.custom-card--color-foursquare {
  border-color: #F84978;
}
.custom-card--border-dash.custom-card--color-android, .custom-card--border-dot.custom-card--color-android, .custom-card--border.custom-card--color-android {
  border-color: #A6C843;
}
.custom-card--border-dash.custom-card--color-spotify, .custom-card--border-dot.custom-card--color-spotify, .custom-card--border.custom-card--color-spotify {
  border-color: #2FD665;
}
.custom-card--border-dash.custom-card--color-paypal, .custom-card--border-dot.custom-card--color-paypal, .custom-card--border.custom-card--color-paypal {
  border-color: #2A9AD7;
}
.custom-card--border-dash.custom-card--color-dribble, .custom-card--border-dot.custom-card--color-dribble, .custom-card--border.custom-card--color-dribble {
  border-color: #F16898;
}
.custom-card--border-dash.custom-card--color-youtube, .custom-card--border-dot.custom-card--color-youtube, .custom-card--border.custom-card--color-youtube {
  border-color: #ED1922;
}
.custom-card--border-dash.custom-card--color-windows, .custom-card--border-dot.custom-card--color-windows, .custom-card--border.custom-card--color-windows {
  border-color: #10BFF2;
}
.custom-card--border-dash.custom-card--color-amazon, .custom-card--border-dot.custom-card--color-amazon, .custom-card--border.custom-card--color-amazon {
  border-color: #FEA320;
}
.custom-card--border-dash.custom-card--color-black-01, .custom-card--border-dot.custom-card--color-black-01, .custom-card--border.custom-card--color-black-01 {
  border-color: rgba(31, 45, 61, 0.1);
}
.custom-card--border-dash.custom-card--color-black-02, .custom-card--border-dot.custom-card--color-black-02, .custom-card--border.custom-card--color-black-02 {
  border-color: rgba(31, 45, 61, 0.2);
}
.custom-card--border-dash.custom-card--color-black-03, .custom-card--border-dot.custom-card--color-black-03, .custom-card--border.custom-card--color-black-03 {
  border-color: rgba(31, 45, 61, 0.3);
}
.custom-card--border-dash.custom-card--color-black-04, .custom-card--border-dot.custom-card--color-black-04, .custom-card--border.custom-card--color-black-04 {
  border-color: rgba(31, 45, 61, 0.4);
}
.custom-card--border-dash.custom-card--color-black-05, .custom-card--border-dot.custom-card--color-black-05, .custom-card--border.custom-card--color-black-05 {
  border-color: rgba(31, 45, 61, 0.5);
}
.custom-card--border-dash.custom-card--color-black-06, .custom-card--border-dot.custom-card--color-black-06, .custom-card--border.custom-card--color-black-06 {
  border-color: rgba(31, 45, 61, 0.6);
}
.custom-card--border-dash.custom-card--color-black-07, .custom-card--border-dot.custom-card--color-black-07, .custom-card--border.custom-card--color-black-07 {
  border-color: rgba(31, 45, 61, 0.7);
}
.custom-card--border-dash.custom-card--color-black-08, .custom-card--border-dot.custom-card--color-black-08, .custom-card--border.custom-card--color-black-08 {
  border-color: rgba(31, 45, 61, 0.8);
}
.custom-card--border-dash.custom-card--color-black-09, .custom-card--border-dot.custom-card--color-black-09, .custom-card--border.custom-card--color-black-09 {
  border-color: rgba(31, 45, 61, 0.9);
}
.custom-card--border-dash.custom-card--color-white-01, .custom-card--border-dot.custom-card--color-white-01, .custom-card--border.custom-card--color-white-01 {
  border-color: rgba(255, 255, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-white-02, .custom-card--border-dot.custom-card--color-white-02, .custom-card--border.custom-card--color-white-02 {
  border-color: rgba(255, 255, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-white-03, .custom-card--border-dot.custom-card--color-white-03, .custom-card--border.custom-card--color-white-03 {
  border-color: rgba(255, 255, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-white-04, .custom-card--border-dot.custom-card--color-white-04, .custom-card--border.custom-card--color-white-04 {
  border-color: rgba(255, 255, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-white-05, .custom-card--border-dot.custom-card--color-white-05, .custom-card--border.custom-card--color-white-05 {
  border-color: rgba(255, 255, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-white-06, .custom-card--border-dot.custom-card--color-white-06, .custom-card--border.custom-card--color-white-06 {
  border-color: rgba(255, 255, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-white-07, .custom-card--border-dot.custom-card--color-white-07, .custom-card--border.custom-card--color-white-07 {
  border-color: rgba(255, 255, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-white-08, .custom-card--border-dot.custom-card--color-white-08, .custom-card--border.custom-card--color-white-08 {
  border-color: rgba(255, 255, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-white-09, .custom-card--border-dot.custom-card--color-white-09, .custom-card--border.custom-card--color-white-09 {
  border-color: rgba(255, 255, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-primary-01, .custom-card--border-dot.custom-card--color-primary-01, .custom-card--border.custom-card--color-primary-01 {
  border-color: rgba(30, 183, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-primary-02, .custom-card--border-dot.custom-card--color-primary-02, .custom-card--border.custom-card--color-primary-02 {
  border-color: rgba(30, 183, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-primary-03, .custom-card--border-dot.custom-card--color-primary-03, .custom-card--border.custom-card--color-primary-03 {
  border-color: rgba(30, 183, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-primary-04, .custom-card--border-dot.custom-card--color-primary-04, .custom-card--border.custom-card--color-primary-04 {
  border-color: rgba(30, 183, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-primary-05, .custom-card--border-dot.custom-card--color-primary-05, .custom-card--border.custom-card--color-primary-05 {
  border-color: rgba(30, 183, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-primary-06, .custom-card--border-dot.custom-card--color-primary-06, .custom-card--border.custom-card--color-primary-06 {
  border-color: rgba(30, 183, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-primary-07, .custom-card--border-dot.custom-card--color-primary-07, .custom-card--border.custom-card--color-primary-07 {
  border-color: rgba(30, 183, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-primary-08, .custom-card--border-dot.custom-card--color-primary-08, .custom-card--border.custom-card--color-primary-08 {
  border-color: rgba(30, 183, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-primary-09, .custom-card--border-dot.custom-card--color-primary-09, .custom-card--border.custom-card--color-primary-09 {
  border-color: rgba(30, 183, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-info-01, .custom-card--border-dot.custom-card--color-info-01, .custom-card--border.custom-card--color-info-01 {
  border-color: rgba(51, 174, 154, 0.1);
}
.custom-card--border-dash.custom-card--color-info-02, .custom-card--border-dot.custom-card--color-info-02, .custom-card--border.custom-card--color-info-02 {
  border-color: rgba(51, 174, 154, 0.2);
}
.custom-card--border-dash.custom-card--color-info-03, .custom-card--border-dot.custom-card--color-info-03, .custom-card--border.custom-card--color-info-03 {
  border-color: rgba(51, 174, 154, 0.3);
}
.custom-card--border-dash.custom-card--color-info-04, .custom-card--border-dot.custom-card--color-info-04, .custom-card--border.custom-card--color-info-04 {
  border-color: rgba(51, 174, 154, 0.4);
}
.custom-card--border-dash.custom-card--color-info-05, .custom-card--border-dot.custom-card--color-info-05, .custom-card--border.custom-card--color-info-05 {
  border-color: rgba(51, 174, 154, 0.5);
}
.custom-card--border-dash.custom-card--color-info-06, .custom-card--border-dot.custom-card--color-info-06, .custom-card--border.custom-card--color-info-06 {
  border-color: rgba(51, 174, 154, 0.6);
}
.custom-card--border-dash.custom-card--color-info-07, .custom-card--border-dot.custom-card--color-info-07, .custom-card--border.custom-card--color-info-07 {
  border-color: rgba(51, 174, 154, 0.7);
}
.custom-card--border-dash.custom-card--color-info-08, .custom-card--border-dot.custom-card--color-info-08, .custom-card--border.custom-card--color-info-08 {
  border-color: rgba(51, 174, 154, 0.8);
}
.custom-card--border-dash.custom-card--color-info-09, .custom-card--border-dot.custom-card--color-info-09, .custom-card--border.custom-card--color-info-09 {
  border-color: rgba(51, 174, 154, 0.9);
}
.custom-card--border-dash.custom-card--color-success-01, .custom-card--border-dot.custom-card--color-success-01, .custom-card--border.custom-card--color-success-01 {
  border-color: rgba(27, 185, 52, 0.1);
}
.custom-card--border-dash.custom-card--color-success-02, .custom-card--border-dot.custom-card--color-success-02, .custom-card--border.custom-card--color-success-02 {
  border-color: rgba(27, 185, 52, 0.2);
}
.custom-card--border-dash.custom-card--color-success-03, .custom-card--border-dot.custom-card--color-success-03, .custom-card--border.custom-card--color-success-03 {
  border-color: rgba(27, 185, 52, 0.3);
}
.custom-card--border-dash.custom-card--color-success-04, .custom-card--border-dot.custom-card--color-success-04, .custom-card--border.custom-card--color-success-04 {
  border-color: rgba(27, 185, 52, 0.4);
}
.custom-card--border-dash.custom-card--color-success-05, .custom-card--border-dot.custom-card--color-success-05, .custom-card--border.custom-card--color-success-05 {
  border-color: rgba(27, 185, 52, 0.5);
}
.custom-card--border-dash.custom-card--color-success-06, .custom-card--border-dot.custom-card--color-success-06, .custom-card--border.custom-card--color-success-06 {
  border-color: rgba(27, 185, 52, 0.6);
}
.custom-card--border-dash.custom-card--color-success-07, .custom-card--border-dot.custom-card--color-success-07, .custom-card--border.custom-card--color-success-07 {
  border-color: rgba(27, 185, 52, 0.7);
}
.custom-card--border-dash.custom-card--color-success-08, .custom-card--border-dot.custom-card--color-success-08, .custom-card--border.custom-card--color-success-08 {
  border-color: rgba(27, 185, 52, 0.8);
}
.custom-card--border-dash.custom-card--color-success-09, .custom-card--border-dot.custom-card--color-success-09, .custom-card--border.custom-card--color-success-09 {
  border-color: rgba(27, 185, 52, 0.9);
}
.custom-card--border-dash.custom-card--color-warning-01, .custom-card--border-dot.custom-card--color-warning-01, .custom-card--border.custom-card--color-warning-01 {
  border-color: rgba(242, 114, 18, 0.1);
}
.custom-card--border-dash.custom-card--color-warning-02, .custom-card--border-dot.custom-card--color-warning-02, .custom-card--border.custom-card--color-warning-02 {
  border-color: rgba(242, 114, 18, 0.2);
}
.custom-card--border-dash.custom-card--color-warning-03, .custom-card--border-dot.custom-card--color-warning-03, .custom-card--border.custom-card--color-warning-03 {
  border-color: rgba(242, 114, 18, 0.3);
}
.custom-card--border-dash.custom-card--color-warning-04, .custom-card--border-dot.custom-card--color-warning-04, .custom-card--border.custom-card--color-warning-04 {
  border-color: rgba(242, 114, 18, 0.4);
}
.custom-card--border-dash.custom-card--color-warning-05, .custom-card--border-dot.custom-card--color-warning-05, .custom-card--border.custom-card--color-warning-05 {
  border-color: rgba(242, 114, 18, 0.5);
}
.custom-card--border-dash.custom-card--color-warning-06, .custom-card--border-dot.custom-card--color-warning-06, .custom-card--border.custom-card--color-warning-06 {
  border-color: rgba(242, 114, 18, 0.6);
}
.custom-card--border-dash.custom-card--color-warning-07, .custom-card--border-dot.custom-card--color-warning-07, .custom-card--border.custom-card--color-warning-07 {
  border-color: rgba(242, 114, 18, 0.7);
}
.custom-card--border-dash.custom-card--color-warning-08, .custom-card--border-dot.custom-card--color-warning-08, .custom-card--border.custom-card--color-warning-08 {
  border-color: rgba(242, 114, 18, 0.8);
}
.custom-card--border-dash.custom-card--color-warning-09, .custom-card--border-dot.custom-card--color-warning-09, .custom-card--border.custom-card--color-warning-09 {
  border-color: rgba(242, 114, 18, 0.9);
}
.custom-card--border-dash.custom-card--color-danger-01, .custom-card--border-dot.custom-card--color-danger-01, .custom-card--border.custom-card--color-danger-01 {
  border-color: rgba(237, 28, 36, 0.1);
}
.custom-card--border-dash.custom-card--color-danger-02, .custom-card--border-dot.custom-card--color-danger-02, .custom-card--border.custom-card--color-danger-02 {
  border-color: rgba(237, 28, 36, 0.2);
}
.custom-card--border-dash.custom-card--color-danger-03, .custom-card--border-dot.custom-card--color-danger-03, .custom-card--border.custom-card--color-danger-03 {
  border-color: rgba(237, 28, 36, 0.3);
}
.custom-card--border-dash.custom-card--color-danger-04, .custom-card--border-dot.custom-card--color-danger-04, .custom-card--border.custom-card--color-danger-04 {
  border-color: rgba(237, 28, 36, 0.4);
}
.custom-card--border-dash.custom-card--color-danger-05, .custom-card--border-dot.custom-card--color-danger-05, .custom-card--border.custom-card--color-danger-05 {
  border-color: rgba(237, 28, 36, 0.5);
}
.custom-card--border-dash.custom-card--color-danger-06, .custom-card--border-dot.custom-card--color-danger-06, .custom-card--border.custom-card--color-danger-06 {
  border-color: rgba(237, 28, 36, 0.6);
}
.custom-card--border-dash.custom-card--color-danger-07, .custom-card--border-dot.custom-card--color-danger-07, .custom-card--border.custom-card--color-danger-07 {
  border-color: rgba(237, 28, 36, 0.7);
}
.custom-card--border-dash.custom-card--color-danger-08, .custom-card--border-dot.custom-card--color-danger-08, .custom-card--border.custom-card--color-danger-08 {
  border-color: rgba(237, 28, 36, 0.8);
}
.custom-card--border-dash.custom-card--color-danger-09, .custom-card--border-dot.custom-card--color-danger-09, .custom-card--border.custom-card--color-danger-09 {
  border-color: rgba(237, 28, 36, 0.9);
}
.custom-card--border-dash.custom-card--color-yellow-01, .custom-card--border-dot.custom-card--color-yellow-01, .custom-card--border.custom-card--color-yellow-01 {
  border-color: rgba(247, 191, 71, 0.1);
}
.custom-card--border-dash.custom-card--color-yellow-02, .custom-card--border-dot.custom-card--color-yellow-02, .custom-card--border.custom-card--color-yellow-02 {
  border-color: rgba(247, 191, 71, 0.2);
}
.custom-card--border-dash.custom-card--color-yellow-03, .custom-card--border-dot.custom-card--color-yellow-03, .custom-card--border.custom-card--color-yellow-03 {
  border-color: rgba(247, 191, 71, 0.3);
}
.custom-card--border-dash.custom-card--color-yellow-04, .custom-card--border-dot.custom-card--color-yellow-04, .custom-card--border.custom-card--color-yellow-04 {
  border-color: rgba(247, 191, 71, 0.4);
}
.custom-card--border-dash.custom-card--color-yellow-05, .custom-card--border-dot.custom-card--color-yellow-05, .custom-card--border.custom-card--color-yellow-05 {
  border-color: rgba(247, 191, 71, 0.5);
}
.custom-card--border-dash.custom-card--color-yellow-06, .custom-card--border-dot.custom-card--color-yellow-06, .custom-card--border.custom-card--color-yellow-06 {
  border-color: rgba(247, 191, 71, 0.6);
}
.custom-card--border-dash.custom-card--color-yellow-07, .custom-card--border-dot.custom-card--color-yellow-07, .custom-card--border.custom-card--color-yellow-07 {
  border-color: rgba(247, 191, 71, 0.7);
}
.custom-card--border-dash.custom-card--color-yellow-08, .custom-card--border-dot.custom-card--color-yellow-08, .custom-card--border.custom-card--color-yellow-08 {
  border-color: rgba(247, 191, 71, 0.8);
}
.custom-card--border-dash.custom-card--color-yellow-09, .custom-card--border-dot.custom-card--color-yellow-09, .custom-card--border.custom-card--color-yellow-09 {
  border-color: rgba(247, 191, 71, 0.9);
}
.custom-card--border-dash.custom-card--color-secondary-01, .custom-card--border-dot.custom-card--color-secondary-01, .custom-card--border.custom-card--color-secondary-01 {
  border-color: rgba(134, 142, 150, 0.1);
}
.custom-card--border-dash.custom-card--color-secondary-02, .custom-card--border-dot.custom-card--color-secondary-02, .custom-card--border.custom-card--color-secondary-02 {
  border-color: rgba(134, 142, 150, 0.2);
}
.custom-card--border-dash.custom-card--color-secondary-03, .custom-card--border-dot.custom-card--color-secondary-03, .custom-card--border.custom-card--color-secondary-03 {
  border-color: rgba(134, 142, 150, 0.3);
}
.custom-card--border-dash.custom-card--color-secondary-04, .custom-card--border-dot.custom-card--color-secondary-04, .custom-card--border.custom-card--color-secondary-04 {
  border-color: rgba(134, 142, 150, 0.4);
}
.custom-card--border-dash.custom-card--color-secondary-05, .custom-card--border-dot.custom-card--color-secondary-05, .custom-card--border.custom-card--color-secondary-05 {
  border-color: rgba(134, 142, 150, 0.5);
}
.custom-card--border-dash.custom-card--color-secondary-06, .custom-card--border-dot.custom-card--color-secondary-06, .custom-card--border.custom-card--color-secondary-06 {
  border-color: rgba(134, 142, 150, 0.6);
}
.custom-card--border-dash.custom-card--color-secondary-07, .custom-card--border-dot.custom-card--color-secondary-07, .custom-card--border.custom-card--color-secondary-07 {
  border-color: rgba(134, 142, 150, 0.7);
}
.custom-card--border-dash.custom-card--color-secondary-08, .custom-card--border-dot.custom-card--color-secondary-08, .custom-card--border.custom-card--color-secondary-08 {
  border-color: rgba(134, 142, 150, 0.8);
}
.custom-card--border-dash.custom-card--color-secondary-09, .custom-card--border-dot.custom-card--color-secondary-09, .custom-card--border.custom-card--color-secondary-09 {
  border-color: rgba(134, 142, 150, 0.9);
}
.custom-card--border-dash.custom-card--color-dark-01, .custom-card--border-dot.custom-card--color-dark-01, .custom-card--border.custom-card--color-dark-01 {
  border-color: rgba(63, 70, 81, 0.1);
}
.custom-card--border-dash.custom-card--color-dark-02, .custom-card--border-dot.custom-card--color-dark-02, .custom-card--border.custom-card--color-dark-02 {
  border-color: rgba(63, 70, 81, 0.2);
}
.custom-card--border-dash.custom-card--color-dark-03, .custom-card--border-dot.custom-card--color-dark-03, .custom-card--border.custom-card--color-dark-03 {
  border-color: rgba(63, 70, 81, 0.3);
}
.custom-card--border-dash.custom-card--color-dark-04, .custom-card--border-dot.custom-card--color-dark-04, .custom-card--border.custom-card--color-dark-04 {
  border-color: rgba(63, 70, 81, 0.4);
}
.custom-card--border-dash.custom-card--color-dark-05, .custom-card--border-dot.custom-card--color-dark-05, .custom-card--border.custom-card--color-dark-05 {
  border-color: rgba(63, 70, 81, 0.5);
}
.custom-card--border-dash.custom-card--color-dark-06, .custom-card--border-dot.custom-card--color-dark-06, .custom-card--border.custom-card--color-dark-06 {
  border-color: rgba(63, 70, 81, 0.6);
}
.custom-card--border-dash.custom-card--color-dark-07, .custom-card--border-dot.custom-card--color-dark-07, .custom-card--border.custom-card--color-dark-07 {
  border-color: rgba(63, 70, 81, 0.7);
}
.custom-card--border-dash.custom-card--color-dark-08, .custom-card--border-dot.custom-card--color-dark-08, .custom-card--border.custom-card--color-dark-08 {
  border-color: rgba(63, 70, 81, 0.8);
}
.custom-card--border-dash.custom-card--color-dark-09, .custom-card--border-dot.custom-card--color-dark-09, .custom-card--border.custom-card--color-dark-09 {
  border-color: rgba(63, 70, 81, 0.9);
}
.custom-card--border-dash.custom-card--color-light-01, .custom-card--border-dot.custom-card--color-light-01, .custom-card--border.custom-card--color-light-01 {
  border-color: rgba(248, 249, 250, 0.1);
}
.custom-card--border-dash.custom-card--color-light-02, .custom-card--border-dot.custom-card--color-light-02, .custom-card--border.custom-card--color-light-02 {
  border-color: rgba(248, 249, 250, 0.2);
}
.custom-card--border-dash.custom-card--color-light-03, .custom-card--border-dot.custom-card--color-light-03, .custom-card--border.custom-card--color-light-03 {
  border-color: rgba(248, 249, 250, 0.3);
}
.custom-card--border-dash.custom-card--color-light-04, .custom-card--border-dot.custom-card--color-light-04, .custom-card--border.custom-card--color-light-04 {
  border-color: rgba(248, 249, 250, 0.4);
}
.custom-card--border-dash.custom-card--color-light-05, .custom-card--border-dot.custom-card--color-light-05, .custom-card--border.custom-card--color-light-05 {
  border-color: rgba(248, 249, 250, 0.5);
}
.custom-card--border-dash.custom-card--color-light-06, .custom-card--border-dot.custom-card--color-light-06, .custom-card--border.custom-card--color-light-06 {
  border-color: rgba(248, 249, 250, 0.6);
}
.custom-card--border-dash.custom-card--color-light-07, .custom-card--border-dot.custom-card--color-light-07, .custom-card--border.custom-card--color-light-07 {
  border-color: rgba(248, 249, 250, 0.7);
}
.custom-card--border-dash.custom-card--color-light-08, .custom-card--border-dot.custom-card--color-light-08, .custom-card--border.custom-card--color-light-08 {
  border-color: rgba(248, 249, 250, 0.8);
}
.custom-card--border-dash.custom-card--color-light-09, .custom-card--border-dot.custom-card--color-light-09, .custom-card--border.custom-card--color-light-09 {
  border-color: rgba(248, 249, 250, 0.9);
}
.custom-card--border-dash.custom-card--color-purple-01, .custom-card--border-dot.custom-card--color-purple-01, .custom-card--border.custom-card--color-purple-01 {
  border-color: rgba(202, 142, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-purple-02, .custom-card--border-dot.custom-card--color-purple-02, .custom-card--border.custom-card--color-purple-02 {
  border-color: rgba(202, 142, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-purple-03, .custom-card--border-dot.custom-card--color-purple-03, .custom-card--border.custom-card--color-purple-03 {
  border-color: rgba(202, 142, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-purple-04, .custom-card--border-dot.custom-card--color-purple-04, .custom-card--border.custom-card--color-purple-04 {
  border-color: rgba(202, 142, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-purple-05, .custom-card--border-dot.custom-card--color-purple-05, .custom-card--border.custom-card--color-purple-05 {
  border-color: rgba(202, 142, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-purple-06, .custom-card--border-dot.custom-card--color-purple-06, .custom-card--border.custom-card--color-purple-06 {
  border-color: rgba(202, 142, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-purple-07, .custom-card--border-dot.custom-card--color-purple-07, .custom-card--border.custom-card--color-purple-07 {
  border-color: rgba(202, 142, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-purple-08, .custom-card--border-dot.custom-card--color-purple-08, .custom-card--border.custom-card--color-purple-08 {
  border-color: rgba(202, 142, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-purple-09, .custom-card--border-dot.custom-card--color-purple-09, .custom-card--border.custom-card--color-purple-09 {
  border-color: rgba(202, 142, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-primary, .custom-card--border-dot.custom-card--color-primary, .custom-card--border.custom-card--color-primary {
  border-color: #1EB7FF;
}
.custom-card--border-dash.custom-card--color-secondary, .custom-card--border-dot.custom-card--color-secondary, .custom-card--border.custom-card--color-secondary {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-success, .custom-card--border-dot.custom-card--color-success, .custom-card--border.custom-card--color-success {
  border-color: #1BB934;
}
.custom-card--border-dash.custom-card--color-info, .custom-card--border-dot.custom-card--color-info, .custom-card--border.custom-card--color-info {
  border-color: #7395ae;
}
.custom-card--border-dash.custom-card--color-warning, .custom-card--border-dot.custom-card--color-warning, .custom-card--border.custom-card--color-warning {
  border-color: #feba21;
}
.custom-card--border-dash.custom-card--color-danger, .custom-card--border-dot.custom-card--color-danger, .custom-card--border.custom-card--color-danger {
  border-color: #ED1C24;
}
.custom-card--border-dash.custom-card--color-light, .custom-card--border-dot.custom-card--color-light, .custom-card--border.custom-card--color-light {
  border-color: #F8F9FA;
}
.custom-card--border-dash.custom-card--color-dark, .custom-card--border-dot.custom-card--color-dark, .custom-card--border.custom-card--color-dark {
  border-color: #3F4651;
}
.custom-card--side-border {
  border-left-width: 2px;
}
.custom-card--side-border.custom-card--color-100 {
  border-left-color: #F8F9FA;
}
.custom-card--side-border.custom-card--color-200 {
  border-left-color: #E9ECEF;
}
.custom-card--side-border.custom-card--color-300 {
  border-left-color: #DEE2E6;
}
.custom-card--side-border.custom-card--color-400 {
  border-left-color: #CED4DA;
}
.custom-card--side-border.custom-card--color-500 {
  border-left-color: #ADB5BD;
}
.custom-card--side-border.custom-card--color-600 {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-700 {
  border-left-color: #5D636D;
}
.custom-card--side-border.custom-card--color-800 {
  border-left-color: #3F4651;
}
.custom-card--side-border.custom-card--color-900 {
  border-left-color: #353C48;
}
.custom-card--side-border.custom-card--color-blue {
  border-left-color: #1EB7FF;
}
.custom-card--side-border.custom-card--color-indigo {
  border-left-color: #6610f2;
}
.custom-card--side-border.custom-card--color-purple {
  border-left-color: #CA8EFF;
}
.custom-card--side-border.custom-card--color-pink {
  border-left-color: #e83e8c;
}
.custom-card--side-border.custom-card--color-red {
  border-left-color: #ED1C24;
}
.custom-card--side-border.custom-card--color-orange {
  border-left-color: #F27212;
}
.custom-card--side-border.custom-card--color-yellow {
  border-left-color: #F7BF47;
}
.custom-card--side-border.custom-card--color-green {
  border-left-color: #1BB934;
}
.custom-card--side-border.custom-card--color-teal {
  border-left-color: #20c997;
}
.custom-card--side-border.custom-card--color-cyan {
  border-left-color: #33AE9A;
}
.custom-card--side-border.custom-card--color-white {
  border-left-color: #FFF;
}
.custom-card--side-border.custom-card--color-gray {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-gray-dark {
  border-left-color: #3F4651;
}
.custom-card--side-border.custom-card--color-facebook {
  border-left-color: #3A5E95;
}
.custom-card--side-border.custom-card--color-twitter {
  border-left-color: #60ADDB;
}
.custom-card--side-border.custom-card--color-lastfm {
  border-left-color: #E01132;
}
.custom-card--side-border.custom-card--color-pinterest {
  border-left-color: #BD0520;
}
.custom-card--side-border.custom-card--color-linkedin {
  border-left-color: #057CB2;
}
.custom-card--side-border.custom-card--color-medium {
  border-left-color: #5cb85c;
}
.custom-card--side-border.custom-card--color-skype {
  border-left-color: #0AB2EF;
}
.custom-card--side-border.custom-card--color-foursquare {
  border-left-color: #F84978;
}
.custom-card--side-border.custom-card--color-android {
  border-left-color: #A6C843;
}
.custom-card--side-border.custom-card--color-spotify {
  border-left-color: #2FD665;
}
.custom-card--side-border.custom-card--color-paypal {
  border-left-color: #2A9AD7;
}
.custom-card--side-border.custom-card--color-dribble {
  border-left-color: #F16898;
}
.custom-card--side-border.custom-card--color-youtube {
  border-left-color: #ED1922;
}
.custom-card--side-border.custom-card--color-windows {
  border-left-color: #10BFF2;
}
.custom-card--side-border.custom-card--color-amazon {
  border-left-color: #FEA320;
}
.custom-card--side-border.custom-card--color-black-01 {
  border-left-color: rgba(31, 45, 61, 0.1);
}
.custom-card--side-border.custom-card--color-black-02 {
  border-left-color: rgba(31, 45, 61, 0.2);
}
.custom-card--side-border.custom-card--color-black-03 {
  border-left-color: rgba(31, 45, 61, 0.3);
}
.custom-card--side-border.custom-card--color-black-04 {
  border-left-color: rgba(31, 45, 61, 0.4);
}
.custom-card--side-border.custom-card--color-black-05 {
  border-left-color: rgba(31, 45, 61, 0.5);
}
.custom-card--side-border.custom-card--color-black-06 {
  border-left-color: rgba(31, 45, 61, 0.6);
}
.custom-card--side-border.custom-card--color-black-07 {
  border-left-color: rgba(31, 45, 61, 0.7);
}
.custom-card--side-border.custom-card--color-black-08 {
  border-left-color: rgba(31, 45, 61, 0.8);
}
.custom-card--side-border.custom-card--color-black-09 {
  border-left-color: rgba(31, 45, 61, 0.9);
}
.custom-card--side-border.custom-card--color-white-01 {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.custom-card--side-border.custom-card--color-white-02 {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.custom-card--side-border.custom-card--color-white-03 {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.custom-card--side-border.custom-card--color-white-04 {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.custom-card--side-border.custom-card--color-white-05 {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.custom-card--side-border.custom-card--color-white-06 {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.custom-card--side-border.custom-card--color-white-07 {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.custom-card--side-border.custom-card--color-white-08 {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.custom-card--side-border.custom-card--color-white-09 {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.custom-card--side-border.custom-card--color-primary-01 {
  border-left-color: rgba(30, 183, 255, 0.1);
}
.custom-card--side-border.custom-card--color-primary-02 {
  border-left-color: rgba(30, 183, 255, 0.2);
}
.custom-card--side-border.custom-card--color-primary-03 {
  border-left-color: rgba(30, 183, 255, 0.3);
}
.custom-card--side-border.custom-card--color-primary-04 {
  border-left-color: rgba(30, 183, 255, 0.4);
}
.custom-card--side-border.custom-card--color-primary-05 {
  border-left-color: rgba(30, 183, 255, 0.5);
}
.custom-card--side-border.custom-card--color-primary-06 {
  border-left-color: rgba(30, 183, 255, 0.6);
}
.custom-card--side-border.custom-card--color-primary-07 {
  border-left-color: rgba(30, 183, 255, 0.7);
}
.custom-card--side-border.custom-card--color-primary-08 {
  border-left-color: rgba(30, 183, 255, 0.8);
}
.custom-card--side-border.custom-card--color-primary-09 {
  border-left-color: rgba(30, 183, 255, 0.9);
}
.custom-card--side-border.custom-card--color-info-01 {
  border-left-color: rgba(51, 174, 154, 0.1);
}
.custom-card--side-border.custom-card--color-info-02 {
  border-left-color: rgba(51, 174, 154, 0.2);
}
.custom-card--side-border.custom-card--color-info-03 {
  border-left-color: rgba(51, 174, 154, 0.3);
}
.custom-card--side-border.custom-card--color-info-04 {
  border-left-color: rgba(51, 174, 154, 0.4);
}
.custom-card--side-border.custom-card--color-info-05 {
  border-left-color: rgba(51, 174, 154, 0.5);
}
.custom-card--side-border.custom-card--color-info-06 {
  border-left-color: rgba(51, 174, 154, 0.6);
}
.custom-card--side-border.custom-card--color-info-07 {
  border-left-color: rgba(51, 174, 154, 0.7);
}
.custom-card--side-border.custom-card--color-info-08 {
  border-left-color: rgba(51, 174, 154, 0.8);
}
.custom-card--side-border.custom-card--color-info-09 {
  border-left-color: rgba(51, 174, 154, 0.9);
}
.custom-card--side-border.custom-card--color-success-01 {
  border-left-color: rgba(27, 185, 52, 0.1);
}
.custom-card--side-border.custom-card--color-success-02 {
  border-left-color: rgba(27, 185, 52, 0.2);
}
.custom-card--side-border.custom-card--color-success-03 {
  border-left-color: rgba(27, 185, 52, 0.3);
}
.custom-card--side-border.custom-card--color-success-04 {
  border-left-color: rgba(27, 185, 52, 0.4);
}
.custom-card--side-border.custom-card--color-success-05 {
  border-left-color: rgba(27, 185, 52, 0.5);
}
.custom-card--side-border.custom-card--color-success-06 {
  border-left-color: rgba(27, 185, 52, 0.6);
}
.custom-card--side-border.custom-card--color-success-07 {
  border-left-color: rgba(27, 185, 52, 0.7);
}
.custom-card--side-border.custom-card--color-success-08 {
  border-left-color: rgba(27, 185, 52, 0.8);
}
.custom-card--side-border.custom-card--color-success-09 {
  border-left-color: rgba(27, 185, 52, 0.9);
}
.custom-card--side-border.custom-card--color-warning-01 {
  border-left-color: rgba(242, 114, 18, 0.1);
}
.custom-card--side-border.custom-card--color-warning-02 {
  border-left-color: rgba(242, 114, 18, 0.2);
}
.custom-card--side-border.custom-card--color-warning-03 {
  border-left-color: rgba(242, 114, 18, 0.3);
}
.custom-card--side-border.custom-card--color-warning-04 {
  border-left-color: rgba(242, 114, 18, 0.4);
}
.custom-card--side-border.custom-card--color-warning-05 {
  border-left-color: rgba(242, 114, 18, 0.5);
}
.custom-card--side-border.custom-card--color-warning-06 {
  border-left-color: rgba(242, 114, 18, 0.6);
}
.custom-card--side-border.custom-card--color-warning-07 {
  border-left-color: rgba(242, 114, 18, 0.7);
}
.custom-card--side-border.custom-card--color-warning-08 {
  border-left-color: rgba(242, 114, 18, 0.8);
}
.custom-card--side-border.custom-card--color-warning-09 {
  border-left-color: rgba(242, 114, 18, 0.9);
}
.custom-card--side-border.custom-card--color-danger-01 {
  border-left-color: rgba(237, 28, 36, 0.1);
}
.custom-card--side-border.custom-card--color-danger-02 {
  border-left-color: rgba(237, 28, 36, 0.2);
}
.custom-card--side-border.custom-card--color-danger-03 {
  border-left-color: rgba(237, 28, 36, 0.3);
}
.custom-card--side-border.custom-card--color-danger-04 {
  border-left-color: rgba(237, 28, 36, 0.4);
}
.custom-card--side-border.custom-card--color-danger-05 {
  border-left-color: rgba(237, 28, 36, 0.5);
}
.custom-card--side-border.custom-card--color-danger-06 {
  border-left-color: rgba(237, 28, 36, 0.6);
}
.custom-card--side-border.custom-card--color-danger-07 {
  border-left-color: rgba(237, 28, 36, 0.7);
}
.custom-card--side-border.custom-card--color-danger-08 {
  border-left-color: rgba(237, 28, 36, 0.8);
}
.custom-card--side-border.custom-card--color-danger-09 {
  border-left-color: rgba(237, 28, 36, 0.9);
}
.custom-card--side-border.custom-card--color-yellow-01 {
  border-left-color: rgba(247, 191, 71, 0.1);
}
.custom-card--side-border.custom-card--color-yellow-02 {
  border-left-color: rgba(247, 191, 71, 0.2);
}
.custom-card--side-border.custom-card--color-yellow-03 {
  border-left-color: rgba(247, 191, 71, 0.3);
}
.custom-card--side-border.custom-card--color-yellow-04 {
  border-left-color: rgba(247, 191, 71, 0.4);
}
.custom-card--side-border.custom-card--color-yellow-05 {
  border-left-color: rgba(247, 191, 71, 0.5);
}
.custom-card--side-border.custom-card--color-yellow-06 {
  border-left-color: rgba(247, 191, 71, 0.6);
}
.custom-card--side-border.custom-card--color-yellow-07 {
  border-left-color: rgba(247, 191, 71, 0.7);
}
.custom-card--side-border.custom-card--color-yellow-08 {
  border-left-color: rgba(247, 191, 71, 0.8);
}
.custom-card--side-border.custom-card--color-yellow-09 {
  border-left-color: rgba(247, 191, 71, 0.9);
}
.custom-card--side-border.custom-card--color-secondary-01 {
  border-left-color: rgba(134, 142, 150, 0.1);
}
.custom-card--side-border.custom-card--color-secondary-02 {
  border-left-color: rgba(134, 142, 150, 0.2);
}
.custom-card--side-border.custom-card--color-secondary-03 {
  border-left-color: rgba(134, 142, 150, 0.3);
}
.custom-card--side-border.custom-card--color-secondary-04 {
  border-left-color: rgba(134, 142, 150, 0.4);
}
.custom-card--side-border.custom-card--color-secondary-05 {
  border-left-color: rgba(134, 142, 150, 0.5);
}
.custom-card--side-border.custom-card--color-secondary-06 {
  border-left-color: rgba(134, 142, 150, 0.6);
}
.custom-card--side-border.custom-card--color-secondary-07 {
  border-left-color: rgba(134, 142, 150, 0.7);
}
.custom-card--side-border.custom-card--color-secondary-08 {
  border-left-color: rgba(134, 142, 150, 0.8);
}
.custom-card--side-border.custom-card--color-secondary-09 {
  border-left-color: rgba(134, 142, 150, 0.9);
}
.custom-card--side-border.custom-card--color-dark-01 {
  border-left-color: rgba(63, 70, 81, 0.1);
}
.custom-card--side-border.custom-card--color-dark-02 {
  border-left-color: rgba(63, 70, 81, 0.2);
}
.custom-card--side-border.custom-card--color-dark-03 {
  border-left-color: rgba(63, 70, 81, 0.3);
}
.custom-card--side-border.custom-card--color-dark-04 {
  border-left-color: rgba(63, 70, 81, 0.4);
}
.custom-card--side-border.custom-card--color-dark-05 {
  border-left-color: rgba(63, 70, 81, 0.5);
}
.custom-card--side-border.custom-card--color-dark-06 {
  border-left-color: rgba(63, 70, 81, 0.6);
}
.custom-card--side-border.custom-card--color-dark-07 {
  border-left-color: rgba(63, 70, 81, 0.7);
}
.custom-card--side-border.custom-card--color-dark-08 {
  border-left-color: rgba(63, 70, 81, 0.8);
}
.custom-card--side-border.custom-card--color-dark-09 {
  border-left-color: rgba(63, 70, 81, 0.9);
}
.custom-card--side-border.custom-card--color-light-01 {
  border-left-color: rgba(248, 249, 250, 0.1);
}
.custom-card--side-border.custom-card--color-light-02 {
  border-left-color: rgba(248, 249, 250, 0.2);
}
.custom-card--side-border.custom-card--color-light-03 {
  border-left-color: rgba(248, 249, 250, 0.3);
}
.custom-card--side-border.custom-card--color-light-04 {
  border-left-color: rgba(248, 249, 250, 0.4);
}
.custom-card--side-border.custom-card--color-light-05 {
  border-left-color: rgba(248, 249, 250, 0.5);
}
.custom-card--side-border.custom-card--color-light-06 {
  border-left-color: rgba(248, 249, 250, 0.6);
}
.custom-card--side-border.custom-card--color-light-07 {
  border-left-color: rgba(248, 249, 250, 0.7);
}
.custom-card--side-border.custom-card--color-light-08 {
  border-left-color: rgba(248, 249, 250, 0.8);
}
.custom-card--side-border.custom-card--color-light-09 {
  border-left-color: rgba(248, 249, 250, 0.9);
}
.custom-card--side-border.custom-card--color-purple-01 {
  border-left-color: rgba(202, 142, 255, 0.1);
}
.custom-card--side-border.custom-card--color-purple-02 {
  border-left-color: rgba(202, 142, 255, 0.2);
}
.custom-card--side-border.custom-card--color-purple-03 {
  border-left-color: rgba(202, 142, 255, 0.3);
}
.custom-card--side-border.custom-card--color-purple-04 {
  border-left-color: rgba(202, 142, 255, 0.4);
}
.custom-card--side-border.custom-card--color-purple-05 {
  border-left-color: rgba(202, 142, 255, 0.5);
}
.custom-card--side-border.custom-card--color-purple-06 {
  border-left-color: rgba(202, 142, 255, 0.6);
}
.custom-card--side-border.custom-card--color-purple-07 {
  border-left-color: rgba(202, 142, 255, 0.7);
}
.custom-card--side-border.custom-card--color-purple-08 {
  border-left-color: rgba(202, 142, 255, 0.8);
}
.custom-card--side-border.custom-card--color-purple-09 {
  border-left-color: rgba(202, 142, 255, 0.9);
}
.custom-card--side-border.custom-card--color-primary {
  border-left-color: #1EB7FF;
}
.custom-card--side-border.custom-card--color-secondary {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-success {
  border-left-color: #1BB934;
}
.custom-card--side-border.custom-card--color-info {
  border-left-color: #7395ae;
}
.custom-card--side-border.custom-card--color-warning {
  border-left-color: #feba21;
}
.custom-card--side-border.custom-card--color-danger {
  border-left-color: #ED1C24;
}
.custom-card--side-border.custom-card--color-light {
  border-left-color: #F8F9FA;
}
.custom-card--side-border.custom-card--color-dark {
  border-left-color: #3F4651;
}
.custom-card--background {
  color: #FFF;
}
.custom-card--background.custom-card--color-100 {
  background-color: #F8F9FA;
}
.custom-card--background.custom-card--color-200 {
  background-color: #E9ECEF;
}
.custom-card--background.custom-card--color-300 {
  background-color: #DEE2E6;
}
.custom-card--background.custom-card--color-400 {
  background-color: #CED4DA;
}
.custom-card--background.custom-card--color-500 {
  background-color: #ADB5BD;
}
.custom-card--background.custom-card--color-600 {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-700 {
  background-color: #5D636D;
}
.custom-card--background.custom-card--color-800 {
  background-color: #3F4651;
}
.custom-card--background.custom-card--color-900 {
  background-color: #353C48;
}
.custom-card--background.custom-card--color-blue {
  background-color: #1EB7FF;
}
.custom-card--background.custom-card--color-indigo {
  background-color: #6610f2;
}
.custom-card--background.custom-card--color-purple {
  background-color: #CA8EFF;
}
.custom-card--background.custom-card--color-pink {
  background-color: #e83e8c;
}
.custom-card--background.custom-card--color-red {
  background-color: #ED1C24;
}
.custom-card--background.custom-card--color-orange {
  background-color: #F27212;
}
.custom-card--background.custom-card--color-yellow {
  background-color: #F7BF47;
}
.custom-card--background.custom-card--color-green {
  background-color: #1BB934;
}
.custom-card--background.custom-card--color-teal {
  background-color: #20c997;
}
.custom-card--background.custom-card--color-cyan {
  background-color: #33AE9A;
}
.custom-card--background.custom-card--color-white {
  background-color: #FFF;
}
.custom-card--background.custom-card--color-gray {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-gray-dark {
  background-color: #3F4651;
}
.custom-card--background.custom-card--color-facebook {
  background-color: #3A5E95;
}
.custom-card--background.custom-card--color-twitter {
  background-color: #60ADDB;
}
.custom-card--background.custom-card--color-lastfm {
  background-color: #E01132;
}
.custom-card--background.custom-card--color-pinterest {
  background-color: #BD0520;
}
.custom-card--background.custom-card--color-linkedin {
  background-color: #057CB2;
}
.custom-card--background.custom-card--color-medium {
  background-color: #5cb85c;
}
.custom-card--background.custom-card--color-skype {
  background-color: #0AB2EF;
}
.custom-card--background.custom-card--color-foursquare {
  background-color: #F84978;
}
.custom-card--background.custom-card--color-android {
  background-color: #A6C843;
}
.custom-card--background.custom-card--color-spotify {
  background-color: #2FD665;
}
.custom-card--background.custom-card--color-paypal {
  background-color: #2A9AD7;
}
.custom-card--background.custom-card--color-dribble {
  background-color: #F16898;
}
.custom-card--background.custom-card--color-youtube {
  background-color: #ED1922;
}
.custom-card--background.custom-card--color-windows {
  background-color: #10BFF2;
}
.custom-card--background.custom-card--color-amazon {
  background-color: #FEA320;
}
.custom-card--background.custom-card--color-black-01 {
  background-color: rgba(31, 45, 61, 0.1);
}
.custom-card--background.custom-card--color-black-02 {
  background-color: rgba(31, 45, 61, 0.2);
}
.custom-card--background.custom-card--color-black-03 {
  background-color: rgba(31, 45, 61, 0.3);
}
.custom-card--background.custom-card--color-black-04 {
  background-color: rgba(31, 45, 61, 0.4);
}
.custom-card--background.custom-card--color-black-05 {
  background-color: rgba(31, 45, 61, 0.5);
}
.custom-card--background.custom-card--color-black-06 {
  background-color: rgba(31, 45, 61, 0.6);
}
.custom-card--background.custom-card--color-black-07 {
  background-color: rgba(31, 45, 61, 0.7);
}
.custom-card--background.custom-card--color-black-08 {
  background-color: rgba(31, 45, 61, 0.8);
}
.custom-card--background.custom-card--color-black-09 {
  background-color: rgba(31, 45, 61, 0.9);
}
.custom-card--background.custom-card--color-white-01 {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-card--background.custom-card--color-white-02 {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-card--background.custom-card--color-white-03 {
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-card--background.custom-card--color-white-04 {
  background-color: rgba(255, 255, 255, 0.4);
}
.custom-card--background.custom-card--color-white-05 {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-card--background.custom-card--color-white-06 {
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-card--background.custom-card--color-white-07 {
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-card--background.custom-card--color-white-08 {
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-card--background.custom-card--color-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}
.custom-card--background.custom-card--color-primary-01 {
  background-color: rgba(30, 183, 255, 0.1);
}
.custom-card--background.custom-card--color-primary-02 {
  background-color: rgba(30, 183, 255, 0.2);
}
.custom-card--background.custom-card--color-primary-03 {
  background-color: rgba(30, 183, 255, 0.3);
}
.custom-card--background.custom-card--color-primary-04 {
  background-color: rgba(30, 183, 255, 0.4);
}
.custom-card--background.custom-card--color-primary-05 {
  background-color: rgba(30, 183, 255, 0.5);
}
.custom-card--background.custom-card--color-primary-06 {
  background-color: rgba(30, 183, 255, 0.6);
}
.custom-card--background.custom-card--color-primary-07 {
  background-color: rgba(30, 183, 255, 0.7);
}
.custom-card--background.custom-card--color-primary-08 {
  background-color: rgba(30, 183, 255, 0.8);
}
.custom-card--background.custom-card--color-primary-09 {
  background-color: rgba(30, 183, 255, 0.9);
}
.custom-card--background.custom-card--color-info-01 {
  background-color: rgba(51, 174, 154, 0.1);
}
.custom-card--background.custom-card--color-info-02 {
  background-color: rgba(51, 174, 154, 0.2);
}
.custom-card--background.custom-card--color-info-03 {
  background-color: rgba(51, 174, 154, 0.3);
}
.custom-card--background.custom-card--color-info-04 {
  background-color: rgba(51, 174, 154, 0.4);
}
.custom-card--background.custom-card--color-info-05 {
  background-color: rgba(51, 174, 154, 0.5);
}
.custom-card--background.custom-card--color-info-06 {
  background-color: rgba(51, 174, 154, 0.6);
}
.custom-card--background.custom-card--color-info-07 {
  background-color: rgba(51, 174, 154, 0.7);
}
.custom-card--background.custom-card--color-info-08 {
  background-color: rgba(51, 174, 154, 0.8);
}
.custom-card--background.custom-card--color-info-09 {
  background-color: rgba(51, 174, 154, 0.9);
}
.custom-card--background.custom-card--color-success-01 {
  background-color: rgba(27, 185, 52, 0.1);
}
.custom-card--background.custom-card--color-success-02 {
  background-color: rgba(27, 185, 52, 0.2);
}
.custom-card--background.custom-card--color-success-03 {
  background-color: rgba(27, 185, 52, 0.3);
}
.custom-card--background.custom-card--color-success-04 {
  background-color: rgba(27, 185, 52, 0.4);
}
.custom-card--background.custom-card--color-success-05 {
  background-color: rgba(27, 185, 52, 0.5);
}
.custom-card--background.custom-card--color-success-06 {
  background-color: rgba(27, 185, 52, 0.6);
}
.custom-card--background.custom-card--color-success-07 {
  background-color: rgba(27, 185, 52, 0.7);
}
.custom-card--background.custom-card--color-success-08 {
  background-color: rgba(27, 185, 52, 0.8);
}
.custom-card--background.custom-card--color-success-09 {
  background-color: rgba(27, 185, 52, 0.9);
}
.custom-card--background.custom-card--color-warning-01 {
  background-color: rgba(242, 114, 18, 0.1);
}
.custom-card--background.custom-card--color-warning-02 {
  background-color: rgba(242, 114, 18, 0.2);
}
.custom-card--background.custom-card--color-warning-03 {
  background-color: rgba(242, 114, 18, 0.3);
}
.custom-card--background.custom-card--color-warning-04 {
  background-color: rgba(242, 114, 18, 0.4);
}
.custom-card--background.custom-card--color-warning-05 {
  background-color: rgba(242, 114, 18, 0.5);
}
.custom-card--background.custom-card--color-warning-06 {
  background-color: rgba(242, 114, 18, 0.6);
}
.custom-card--background.custom-card--color-warning-07 {
  background-color: rgba(242, 114, 18, 0.7);
}
.custom-card--background.custom-card--color-warning-08 {
  background-color: rgba(242, 114, 18, 0.8);
}
.custom-card--background.custom-card--color-warning-09 {
  background-color: rgba(242, 114, 18, 0.9);
}
.custom-card--background.custom-card--color-danger-01 {
  background-color: rgba(237, 28, 36, 0.1);
}
.custom-card--background.custom-card--color-danger-02 {
  background-color: rgba(237, 28, 36, 0.2);
}
.custom-card--background.custom-card--color-danger-03 {
  background-color: rgba(237, 28, 36, 0.3);
}
.custom-card--background.custom-card--color-danger-04 {
  background-color: rgba(237, 28, 36, 0.4);
}
.custom-card--background.custom-card--color-danger-05 {
  background-color: rgba(237, 28, 36, 0.5);
}
.custom-card--background.custom-card--color-danger-06 {
  background-color: rgba(237, 28, 36, 0.6);
}
.custom-card--background.custom-card--color-danger-07 {
  background-color: rgba(237, 28, 36, 0.7);
}
.custom-card--background.custom-card--color-danger-08 {
  background-color: rgba(237, 28, 36, 0.8);
}
.custom-card--background.custom-card--color-danger-09 {
  background-color: rgba(237, 28, 36, 0.9);
}
.custom-card--background.custom-card--color-yellow-01 {
  background-color: rgba(247, 191, 71, 0.1);
}
.custom-card--background.custom-card--color-yellow-02 {
  background-color: rgba(247, 191, 71, 0.2);
}
.custom-card--background.custom-card--color-yellow-03 {
  background-color: rgba(247, 191, 71, 0.3);
}
.custom-card--background.custom-card--color-yellow-04 {
  background-color: rgba(247, 191, 71, 0.4);
}
.custom-card--background.custom-card--color-yellow-05 {
  background-color: rgba(247, 191, 71, 0.5);
}
.custom-card--background.custom-card--color-yellow-06 {
  background-color: rgba(247, 191, 71, 0.6);
}
.custom-card--background.custom-card--color-yellow-07 {
  background-color: rgba(247, 191, 71, 0.7);
}
.custom-card--background.custom-card--color-yellow-08 {
  background-color: rgba(247, 191, 71, 0.8);
}
.custom-card--background.custom-card--color-yellow-09 {
  background-color: rgba(247, 191, 71, 0.9);
}
.custom-card--background.custom-card--color-secondary-01 {
  background-color: rgba(134, 142, 150, 0.1);
}
.custom-card--background.custom-card--color-secondary-02 {
  background-color: rgba(134, 142, 150, 0.2);
}
.custom-card--background.custom-card--color-secondary-03 {
  background-color: rgba(134, 142, 150, 0.3);
}
.custom-card--background.custom-card--color-secondary-04 {
  background-color: rgba(134, 142, 150, 0.4);
}
.custom-card--background.custom-card--color-secondary-05 {
  background-color: rgba(134, 142, 150, 0.5);
}
.custom-card--background.custom-card--color-secondary-06 {
  background-color: rgba(134, 142, 150, 0.6);
}
.custom-card--background.custom-card--color-secondary-07 {
  background-color: rgba(134, 142, 150, 0.7);
}
.custom-card--background.custom-card--color-secondary-08 {
  background-color: rgba(134, 142, 150, 0.8);
}
.custom-card--background.custom-card--color-secondary-09 {
  background-color: rgba(134, 142, 150, 0.9);
}
.custom-card--background.custom-card--color-dark-01 {
  background-color: rgba(63, 70, 81, 0.1);
}
.custom-card--background.custom-card--color-dark-02 {
  background-color: rgba(63, 70, 81, 0.2);
}
.custom-card--background.custom-card--color-dark-03 {
  background-color: rgba(63, 70, 81, 0.3);
}
.custom-card--background.custom-card--color-dark-04 {
  background-color: rgba(63, 70, 81, 0.4);
}
.custom-card--background.custom-card--color-dark-05 {
  background-color: rgba(63, 70, 81, 0.5);
}
.custom-card--background.custom-card--color-dark-06 {
  background-color: rgba(63, 70, 81, 0.6);
}
.custom-card--background.custom-card--color-dark-07 {
  background-color: rgba(63, 70, 81, 0.7);
}
.custom-card--background.custom-card--color-dark-08 {
  background-color: rgba(63, 70, 81, 0.8);
}
.custom-card--background.custom-card--color-dark-09 {
  background-color: rgba(63, 70, 81, 0.9);
}
.custom-card--background.custom-card--color-light-01 {
  background-color: rgba(248, 249, 250, 0.1);
}
.custom-card--background.custom-card--color-light-02 {
  background-color: rgba(248, 249, 250, 0.2);
}
.custom-card--background.custom-card--color-light-03 {
  background-color: rgba(248, 249, 250, 0.3);
}
.custom-card--background.custom-card--color-light-04 {
  background-color: rgba(248, 249, 250, 0.4);
}
.custom-card--background.custom-card--color-light-05 {
  background-color: rgba(248, 249, 250, 0.5);
}
.custom-card--background.custom-card--color-light-06 {
  background-color: rgba(248, 249, 250, 0.6);
}
.custom-card--background.custom-card--color-light-07 {
  background-color: rgba(248, 249, 250, 0.7);
}
.custom-card--background.custom-card--color-light-08 {
  background-color: rgba(248, 249, 250, 0.8);
}
.custom-card--background.custom-card--color-light-09 {
  background-color: rgba(248, 249, 250, 0.9);
}
.custom-card--background.custom-card--color-purple-01 {
  background-color: rgba(202, 142, 255, 0.1);
}
.custom-card--background.custom-card--color-purple-02 {
  background-color: rgba(202, 142, 255, 0.2);
}
.custom-card--background.custom-card--color-purple-03 {
  background-color: rgba(202, 142, 255, 0.3);
}
.custom-card--background.custom-card--color-purple-04 {
  background-color: rgba(202, 142, 255, 0.4);
}
.custom-card--background.custom-card--color-purple-05 {
  background-color: rgba(202, 142, 255, 0.5);
}
.custom-card--background.custom-card--color-purple-06 {
  background-color: rgba(202, 142, 255, 0.6);
}
.custom-card--background.custom-card--color-purple-07 {
  background-color: rgba(202, 142, 255, 0.7);
}
.custom-card--background.custom-card--color-purple-08 {
  background-color: rgba(202, 142, 255, 0.8);
}
.custom-card--background.custom-card--color-purple-09 {
  background-color: rgba(202, 142, 255, 0.9);
}
.custom-card--background.custom-card--color-primary {
  background-color: #1EB7FF;
}
.custom-card--background.custom-card--color-secondary {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-success {
  background-color: #1BB934;
}
.custom-card--background.custom-card--color-info {
  background-color: #7395ae;
}
.custom-card--background.custom-card--color-warning {
  background-color: #feba21;
}
.custom-card--background.custom-card--color-danger {
  background-color: #ED1C24;
}
.custom-card--background.custom-card--color-light {
  background-color: #F8F9FA;
}
.custom-card--background.custom-card--color-dark {
  background-color: #3F4651;
}
.custom-card--border-dash {
  border-style: dashed;
  border-width: 2px;
}
.custom-card--border-dot {
  border-style: dotted;
  border-width: 2px;
}
.custom-card--shadow {
  box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.07);
}
.custom-card--none {
  border: none;
  background: none;
}

/* Avatar Variants Definitions */
.custom-card-header--background {
  color: #FFF;
}
.custom-card-header--background.custom-card-header--color-100 {
  background-color: #F8F9FA;
}
.custom-card-header--background.custom-card-header--color-200 {
  background-color: #E9ECEF;
}
.custom-card-header--background.custom-card-header--color-300 {
  background-color: #DEE2E6;
}
.custom-card-header--background.custom-card-header--color-400 {
  background-color: #CED4DA;
}
.custom-card-header--background.custom-card-header--color-500 {
  background-color: #ADB5BD;
}
.custom-card-header--background.custom-card-header--color-600 {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-700 {
  background-color: #5D636D;
}
.custom-card-header--background.custom-card-header--color-800 {
  background-color: #3F4651;
}
.custom-card-header--background.custom-card-header--color-900 {
  background-color: #353C48;
}
.custom-card-header--background.custom-card-header--color-blue {
  background-color: #1EB7FF;
}
.custom-card-header--background.custom-card-header--color-indigo {
  background-color: #6610f2;
}
.custom-card-header--background.custom-card-header--color-purple {
  background-color: #CA8EFF;
}
.custom-card-header--background.custom-card-header--color-pink {
  background-color: #e83e8c;
}
.custom-card-header--background.custom-card-header--color-red {
  background-color: #ED1C24;
}
.custom-card-header--background.custom-card-header--color-orange {
  background-color: #F27212;
}
.custom-card-header--background.custom-card-header--color-yellow {
  background-color: #F7BF47;
}
.custom-card-header--background.custom-card-header--color-green {
  background-color: #1BB934;
}
.custom-card-header--background.custom-card-header--color-teal {
  background-color: #20c997;
}
.custom-card-header--background.custom-card-header--color-cyan {
  background-color: #33AE9A;
}
.custom-card-header--background.custom-card-header--color-white {
  background-color: #FFF;
}
.custom-card-header--background.custom-card-header--color-gray {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-gray-dark {
  background-color: #3F4651;
}
.custom-card-header--background.custom-card-header--color-facebook {
  background-color: #3A5E95;
}
.custom-card-header--background.custom-card-header--color-twitter {
  background-color: #60ADDB;
}
.custom-card-header--background.custom-card-header--color-lastfm {
  background-color: #E01132;
}
.custom-card-header--background.custom-card-header--color-pinterest {
  background-color: #BD0520;
}
.custom-card-header--background.custom-card-header--color-linkedin {
  background-color: #057CB2;
}
.custom-card-header--background.custom-card-header--color-medium {
  background-color: #5cb85c;
}
.custom-card-header--background.custom-card-header--color-skype {
  background-color: #0AB2EF;
}
.custom-card-header--background.custom-card-header--color-foursquare {
  background-color: #F84978;
}
.custom-card-header--background.custom-card-header--color-android {
  background-color: #A6C843;
}
.custom-card-header--background.custom-card-header--color-spotify {
  background-color: #2FD665;
}
.custom-card-header--background.custom-card-header--color-paypal {
  background-color: #2A9AD7;
}
.custom-card-header--background.custom-card-header--color-dribble {
  background-color: #F16898;
}
.custom-card-header--background.custom-card-header--color-youtube {
  background-color: #ED1922;
}
.custom-card-header--background.custom-card-header--color-windows {
  background-color: #10BFF2;
}
.custom-card-header--background.custom-card-header--color-amazon {
  background-color: #FEA320;
}
.custom-card-header--background.custom-card-header--color-black-01 {
  background-color: rgba(31, 45, 61, 0.1);
}
.custom-card-header--background.custom-card-header--color-black-02 {
  background-color: rgba(31, 45, 61, 0.2);
}
.custom-card-header--background.custom-card-header--color-black-03 {
  background-color: rgba(31, 45, 61, 0.3);
}
.custom-card-header--background.custom-card-header--color-black-04 {
  background-color: rgba(31, 45, 61, 0.4);
}
.custom-card-header--background.custom-card-header--color-black-05 {
  background-color: rgba(31, 45, 61, 0.5);
}
.custom-card-header--background.custom-card-header--color-black-06 {
  background-color: rgba(31, 45, 61, 0.6);
}
.custom-card-header--background.custom-card-header--color-black-07 {
  background-color: rgba(31, 45, 61, 0.7);
}
.custom-card-header--background.custom-card-header--color-black-08 {
  background-color: rgba(31, 45, 61, 0.8);
}
.custom-card-header--background.custom-card-header--color-black-09 {
  background-color: rgba(31, 45, 61, 0.9);
}
.custom-card-header--background.custom-card-header--color-white-01 {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-white-02 {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-white-03 {
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-white-04 {
  background-color: rgba(255, 255, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-white-05 {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-white-06 {
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-white-07 {
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-white-08 {
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-primary-01 {
  background-color: rgba(30, 183, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-primary-02 {
  background-color: rgba(30, 183, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-primary-03 {
  background-color: rgba(30, 183, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-primary-04 {
  background-color: rgba(30, 183, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-primary-05 {
  background-color: rgba(30, 183, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-primary-06 {
  background-color: rgba(30, 183, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-primary-07 {
  background-color: rgba(30, 183, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-primary-08 {
  background-color: rgba(30, 183, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-primary-09 {
  background-color: rgba(30, 183, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-info-01 {
  background-color: rgba(51, 174, 154, 0.1);
}
.custom-card-header--background.custom-card-header--color-info-02 {
  background-color: rgba(51, 174, 154, 0.2);
}
.custom-card-header--background.custom-card-header--color-info-03 {
  background-color: rgba(51, 174, 154, 0.3);
}
.custom-card-header--background.custom-card-header--color-info-04 {
  background-color: rgba(51, 174, 154, 0.4);
}
.custom-card-header--background.custom-card-header--color-info-05 {
  background-color: rgba(51, 174, 154, 0.5);
}
.custom-card-header--background.custom-card-header--color-info-06 {
  background-color: rgba(51, 174, 154, 0.6);
}
.custom-card-header--background.custom-card-header--color-info-07 {
  background-color: rgba(51, 174, 154, 0.7);
}
.custom-card-header--background.custom-card-header--color-info-08 {
  background-color: rgba(51, 174, 154, 0.8);
}
.custom-card-header--background.custom-card-header--color-info-09 {
  background-color: rgba(51, 174, 154, 0.9);
}
.custom-card-header--background.custom-card-header--color-success-01 {
  background-color: rgba(27, 185, 52, 0.1);
}
.custom-card-header--background.custom-card-header--color-success-02 {
  background-color: rgba(27, 185, 52, 0.2);
}
.custom-card-header--background.custom-card-header--color-success-03 {
  background-color: rgba(27, 185, 52, 0.3);
}
.custom-card-header--background.custom-card-header--color-success-04 {
  background-color: rgba(27, 185, 52, 0.4);
}
.custom-card-header--background.custom-card-header--color-success-05 {
  background-color: rgba(27, 185, 52, 0.5);
}
.custom-card-header--background.custom-card-header--color-success-06 {
  background-color: rgba(27, 185, 52, 0.6);
}
.custom-card-header--background.custom-card-header--color-success-07 {
  background-color: rgba(27, 185, 52, 0.7);
}
.custom-card-header--background.custom-card-header--color-success-08 {
  background-color: rgba(27, 185, 52, 0.8);
}
.custom-card-header--background.custom-card-header--color-success-09 {
  background-color: rgba(27, 185, 52, 0.9);
}
.custom-card-header--background.custom-card-header--color-warning-01 {
  background-color: rgba(242, 114, 18, 0.1);
}
.custom-card-header--background.custom-card-header--color-warning-02 {
  background-color: rgba(242, 114, 18, 0.2);
}
.custom-card-header--background.custom-card-header--color-warning-03 {
  background-color: rgba(242, 114, 18, 0.3);
}
.custom-card-header--background.custom-card-header--color-warning-04 {
  background-color: rgba(242, 114, 18, 0.4);
}
.custom-card-header--background.custom-card-header--color-warning-05 {
  background-color: rgba(242, 114, 18, 0.5);
}
.custom-card-header--background.custom-card-header--color-warning-06 {
  background-color: rgba(242, 114, 18, 0.6);
}
.custom-card-header--background.custom-card-header--color-warning-07 {
  background-color: rgba(242, 114, 18, 0.7);
}
.custom-card-header--background.custom-card-header--color-warning-08 {
  background-color: rgba(242, 114, 18, 0.8);
}
.custom-card-header--background.custom-card-header--color-warning-09 {
  background-color: rgba(242, 114, 18, 0.9);
}
.custom-card-header--background.custom-card-header--color-danger-01 {
  background-color: rgba(237, 28, 36, 0.1);
}
.custom-card-header--background.custom-card-header--color-danger-02 {
  background-color: rgba(237, 28, 36, 0.2);
}
.custom-card-header--background.custom-card-header--color-danger-03 {
  background-color: rgba(237, 28, 36, 0.3);
}
.custom-card-header--background.custom-card-header--color-danger-04 {
  background-color: rgba(237, 28, 36, 0.4);
}
.custom-card-header--background.custom-card-header--color-danger-05 {
  background-color: rgba(237, 28, 36, 0.5);
}
.custom-card-header--background.custom-card-header--color-danger-06 {
  background-color: rgba(237, 28, 36, 0.6);
}
.custom-card-header--background.custom-card-header--color-danger-07 {
  background-color: rgba(237, 28, 36, 0.7);
}
.custom-card-header--background.custom-card-header--color-danger-08 {
  background-color: rgba(237, 28, 36, 0.8);
}
.custom-card-header--background.custom-card-header--color-danger-09 {
  background-color: rgba(237, 28, 36, 0.9);
}
.custom-card-header--background.custom-card-header--color-yellow-01 {
  background-color: rgba(247, 191, 71, 0.1);
}
.custom-card-header--background.custom-card-header--color-yellow-02 {
  background-color: rgba(247, 191, 71, 0.2);
}
.custom-card-header--background.custom-card-header--color-yellow-03 {
  background-color: rgba(247, 191, 71, 0.3);
}
.custom-card-header--background.custom-card-header--color-yellow-04 {
  background-color: rgba(247, 191, 71, 0.4);
}
.custom-card-header--background.custom-card-header--color-yellow-05 {
  background-color: rgba(247, 191, 71, 0.5);
}
.custom-card-header--background.custom-card-header--color-yellow-06 {
  background-color: rgba(247, 191, 71, 0.6);
}
.custom-card-header--background.custom-card-header--color-yellow-07 {
  background-color: rgba(247, 191, 71, 0.7);
}
.custom-card-header--background.custom-card-header--color-yellow-08 {
  background-color: rgba(247, 191, 71, 0.8);
}
.custom-card-header--background.custom-card-header--color-yellow-09 {
  background-color: rgba(247, 191, 71, 0.9);
}
.custom-card-header--background.custom-card-header--color-secondary-01 {
  background-color: rgba(134, 142, 150, 0.1);
}
.custom-card-header--background.custom-card-header--color-secondary-02 {
  background-color: rgba(134, 142, 150, 0.2);
}
.custom-card-header--background.custom-card-header--color-secondary-03 {
  background-color: rgba(134, 142, 150, 0.3);
}
.custom-card-header--background.custom-card-header--color-secondary-04 {
  background-color: rgba(134, 142, 150, 0.4);
}
.custom-card-header--background.custom-card-header--color-secondary-05 {
  background-color: rgba(134, 142, 150, 0.5);
}
.custom-card-header--background.custom-card-header--color-secondary-06 {
  background-color: rgba(134, 142, 150, 0.6);
}
.custom-card-header--background.custom-card-header--color-secondary-07 {
  background-color: rgba(134, 142, 150, 0.7);
}
.custom-card-header--background.custom-card-header--color-secondary-08 {
  background-color: rgba(134, 142, 150, 0.8);
}
.custom-card-header--background.custom-card-header--color-secondary-09 {
  background-color: rgba(134, 142, 150, 0.9);
}
.custom-card-header--background.custom-card-header--color-dark-01 {
  background-color: rgba(63, 70, 81, 0.1);
}
.custom-card-header--background.custom-card-header--color-dark-02 {
  background-color: rgba(63, 70, 81, 0.2);
}
.custom-card-header--background.custom-card-header--color-dark-03 {
  background-color: rgba(63, 70, 81, 0.3);
}
.custom-card-header--background.custom-card-header--color-dark-04 {
  background-color: rgba(63, 70, 81, 0.4);
}
.custom-card-header--background.custom-card-header--color-dark-05 {
  background-color: rgba(63, 70, 81, 0.5);
}
.custom-card-header--background.custom-card-header--color-dark-06 {
  background-color: rgba(63, 70, 81, 0.6);
}
.custom-card-header--background.custom-card-header--color-dark-07 {
  background-color: rgba(63, 70, 81, 0.7);
}
.custom-card-header--background.custom-card-header--color-dark-08 {
  background-color: rgba(63, 70, 81, 0.8);
}
.custom-card-header--background.custom-card-header--color-dark-09 {
  background-color: rgba(63, 70, 81, 0.9);
}
.custom-card-header--background.custom-card-header--color-light-01 {
  background-color: rgba(248, 249, 250, 0.1);
}
.custom-card-header--background.custom-card-header--color-light-02 {
  background-color: rgba(248, 249, 250, 0.2);
}
.custom-card-header--background.custom-card-header--color-light-03 {
  background-color: rgba(248, 249, 250, 0.3);
}
.custom-card-header--background.custom-card-header--color-light-04 {
  background-color: rgba(248, 249, 250, 0.4);
}
.custom-card-header--background.custom-card-header--color-light-05 {
  background-color: rgba(248, 249, 250, 0.5);
}
.custom-card-header--background.custom-card-header--color-light-06 {
  background-color: rgba(248, 249, 250, 0.6);
}
.custom-card-header--background.custom-card-header--color-light-07 {
  background-color: rgba(248, 249, 250, 0.7);
}
.custom-card-header--background.custom-card-header--color-light-08 {
  background-color: rgba(248, 249, 250, 0.8);
}
.custom-card-header--background.custom-card-header--color-light-09 {
  background-color: rgba(248, 249, 250, 0.9);
}
.custom-card-header--background.custom-card-header--color-purple-01 {
  background-color: rgba(202, 142, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-purple-02 {
  background-color: rgba(202, 142, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-purple-03 {
  background-color: rgba(202, 142, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-purple-04 {
  background-color: rgba(202, 142, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-purple-05 {
  background-color: rgba(202, 142, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-purple-06 {
  background-color: rgba(202, 142, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-purple-07 {
  background-color: rgba(202, 142, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-purple-08 {
  background-color: rgba(202, 142, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-purple-09 {
  background-color: rgba(202, 142, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-primary {
  background-color: #1EB7FF;
}
.custom-card-header--background.custom-card-header--color-secondary {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-success {
  background-color: #1BB934;
}
.custom-card-header--background.custom-card-header--color-info {
  background-color: #7395ae;
}
.custom-card-header--background.custom-card-header--color-warning {
  background-color: #feba21;
}
.custom-card-header--background.custom-card-header--color-danger {
  background-color: #ED1C24;
}
.custom-card-header--background.custom-card-header--color-light {
  background-color: #F8F9FA;
}
.custom-card-header--background.custom-card-header--color-dark {
  background-color: #3F4651;
}
.custom-card-header--border {
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
}
.custom-card-header--border.custom-card-header--color-100 {
  border-bottom-color: #F8F9FA;
}
.custom-card-header--border.custom-card-header--color-200 {
  border-bottom-color: #E9ECEF;
}
.custom-card-header--border.custom-card-header--color-300 {
  border-bottom-color: #DEE2E6;
}
.custom-card-header--border.custom-card-header--color-400 {
  border-bottom-color: #CED4DA;
}
.custom-card-header--border.custom-card-header--color-500 {
  border-bottom-color: #ADB5BD;
}
.custom-card-header--border.custom-card-header--color-600 {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-700 {
  border-bottom-color: #5D636D;
}
.custom-card-header--border.custom-card-header--color-800 {
  border-bottom-color: #3F4651;
}
.custom-card-header--border.custom-card-header--color-900 {
  border-bottom-color: #353C48;
}
.custom-card-header--border.custom-card-header--color-blue {
  border-bottom-color: #1EB7FF;
}
.custom-card-header--border.custom-card-header--color-indigo {
  border-bottom-color: #6610f2;
}
.custom-card-header--border.custom-card-header--color-purple {
  border-bottom-color: #CA8EFF;
}
.custom-card-header--border.custom-card-header--color-pink {
  border-bottom-color: #e83e8c;
}
.custom-card-header--border.custom-card-header--color-red {
  border-bottom-color: #ED1C24;
}
.custom-card-header--border.custom-card-header--color-orange {
  border-bottom-color: #F27212;
}
.custom-card-header--border.custom-card-header--color-yellow {
  border-bottom-color: #F7BF47;
}
.custom-card-header--border.custom-card-header--color-green {
  border-bottom-color: #1BB934;
}
.custom-card-header--border.custom-card-header--color-teal {
  border-bottom-color: #20c997;
}
.custom-card-header--border.custom-card-header--color-cyan {
  border-bottom-color: #33AE9A;
}
.custom-card-header--border.custom-card-header--color-white {
  border-bottom-color: #FFF;
}
.custom-card-header--border.custom-card-header--color-gray {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-gray-dark {
  border-bottom-color: #3F4651;
}
.custom-card-header--border.custom-card-header--color-facebook {
  border-bottom-color: #3A5E95;
}
.custom-card-header--border.custom-card-header--color-twitter {
  border-bottom-color: #60ADDB;
}
.custom-card-header--border.custom-card-header--color-lastfm {
  border-bottom-color: #E01132;
}
.custom-card-header--border.custom-card-header--color-pinterest {
  border-bottom-color: #BD0520;
}
.custom-card-header--border.custom-card-header--color-linkedin {
  border-bottom-color: #057CB2;
}
.custom-card-header--border.custom-card-header--color-medium {
  border-bottom-color: #5cb85c;
}
.custom-card-header--border.custom-card-header--color-skype {
  border-bottom-color: #0AB2EF;
}
.custom-card-header--border.custom-card-header--color-foursquare {
  border-bottom-color: #F84978;
}
.custom-card-header--border.custom-card-header--color-android {
  border-bottom-color: #A6C843;
}
.custom-card-header--border.custom-card-header--color-spotify {
  border-bottom-color: #2FD665;
}
.custom-card-header--border.custom-card-header--color-paypal {
  border-bottom-color: #2A9AD7;
}
.custom-card-header--border.custom-card-header--color-dribble {
  border-bottom-color: #F16898;
}
.custom-card-header--border.custom-card-header--color-youtube {
  border-bottom-color: #ED1922;
}
.custom-card-header--border.custom-card-header--color-windows {
  border-bottom-color: #10BFF2;
}
.custom-card-header--border.custom-card-header--color-amazon {
  border-bottom-color: #FEA320;
}
.custom-card-header--border.custom-card-header--color-black-01 {
  border-bottom-color: rgba(31, 45, 61, 0.1);
}
.custom-card-header--border.custom-card-header--color-black-02 {
  border-bottom-color: rgba(31, 45, 61, 0.2);
}
.custom-card-header--border.custom-card-header--color-black-03 {
  border-bottom-color: rgba(31, 45, 61, 0.3);
}
.custom-card-header--border.custom-card-header--color-black-04 {
  border-bottom-color: rgba(31, 45, 61, 0.4);
}
.custom-card-header--border.custom-card-header--color-black-05 {
  border-bottom-color: rgba(31, 45, 61, 0.5);
}
.custom-card-header--border.custom-card-header--color-black-06 {
  border-bottom-color: rgba(31, 45, 61, 0.6);
}
.custom-card-header--border.custom-card-header--color-black-07 {
  border-bottom-color: rgba(31, 45, 61, 0.7);
}
.custom-card-header--border.custom-card-header--color-black-08 {
  border-bottom-color: rgba(31, 45, 61, 0.8);
}
.custom-card-header--border.custom-card-header--color-black-09 {
  border-bottom-color: rgba(31, 45, 61, 0.9);
}
.custom-card-header--border.custom-card-header--color-white-01 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-white-02 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-white-03 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-white-04 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-white-05 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-white-06 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-white-07 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-white-08 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-white-09 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-primary-01 {
  border-bottom-color: rgba(30, 183, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-primary-02 {
  border-bottom-color: rgba(30, 183, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-primary-03 {
  border-bottom-color: rgba(30, 183, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-primary-04 {
  border-bottom-color: rgba(30, 183, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-primary-05 {
  border-bottom-color: rgba(30, 183, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-primary-06 {
  border-bottom-color: rgba(30, 183, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-primary-07 {
  border-bottom-color: rgba(30, 183, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-primary-08 {
  border-bottom-color: rgba(30, 183, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-primary-09 {
  border-bottom-color: rgba(30, 183, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-info-01 {
  border-bottom-color: rgba(51, 174, 154, 0.1);
}
.custom-card-header--border.custom-card-header--color-info-02 {
  border-bottom-color: rgba(51, 174, 154, 0.2);
}
.custom-card-header--border.custom-card-header--color-info-03 {
  border-bottom-color: rgba(51, 174, 154, 0.3);
}
.custom-card-header--border.custom-card-header--color-info-04 {
  border-bottom-color: rgba(51, 174, 154, 0.4);
}
.custom-card-header--border.custom-card-header--color-info-05 {
  border-bottom-color: rgba(51, 174, 154, 0.5);
}
.custom-card-header--border.custom-card-header--color-info-06 {
  border-bottom-color: rgba(51, 174, 154, 0.6);
}
.custom-card-header--border.custom-card-header--color-info-07 {
  border-bottom-color: rgba(51, 174, 154, 0.7);
}
.custom-card-header--border.custom-card-header--color-info-08 {
  border-bottom-color: rgba(51, 174, 154, 0.8);
}
.custom-card-header--border.custom-card-header--color-info-09 {
  border-bottom-color: rgba(51, 174, 154, 0.9);
}
.custom-card-header--border.custom-card-header--color-success-01 {
  border-bottom-color: rgba(27, 185, 52, 0.1);
}
.custom-card-header--border.custom-card-header--color-success-02 {
  border-bottom-color: rgba(27, 185, 52, 0.2);
}
.custom-card-header--border.custom-card-header--color-success-03 {
  border-bottom-color: rgba(27, 185, 52, 0.3);
}
.custom-card-header--border.custom-card-header--color-success-04 {
  border-bottom-color: rgba(27, 185, 52, 0.4);
}
.custom-card-header--border.custom-card-header--color-success-05 {
  border-bottom-color: rgba(27, 185, 52, 0.5);
}
.custom-card-header--border.custom-card-header--color-success-06 {
  border-bottom-color: rgba(27, 185, 52, 0.6);
}
.custom-card-header--border.custom-card-header--color-success-07 {
  border-bottom-color: rgba(27, 185, 52, 0.7);
}
.custom-card-header--border.custom-card-header--color-success-08 {
  border-bottom-color: rgba(27, 185, 52, 0.8);
}
.custom-card-header--border.custom-card-header--color-success-09 {
  border-bottom-color: rgba(27, 185, 52, 0.9);
}
.custom-card-header--border.custom-card-header--color-warning-01 {
  border-bottom-color: rgba(242, 114, 18, 0.1);
}
.custom-card-header--border.custom-card-header--color-warning-02 {
  border-bottom-color: rgba(242, 114, 18, 0.2);
}
.custom-card-header--border.custom-card-header--color-warning-03 {
  border-bottom-color: rgba(242, 114, 18, 0.3);
}
.custom-card-header--border.custom-card-header--color-warning-04 {
  border-bottom-color: rgba(242, 114, 18, 0.4);
}
.custom-card-header--border.custom-card-header--color-warning-05 {
  border-bottom-color: rgba(242, 114, 18, 0.5);
}
.custom-card-header--border.custom-card-header--color-warning-06 {
  border-bottom-color: rgba(242, 114, 18, 0.6);
}
.custom-card-header--border.custom-card-header--color-warning-07 {
  border-bottom-color: rgba(242, 114, 18, 0.7);
}
.custom-card-header--border.custom-card-header--color-warning-08 {
  border-bottom-color: rgba(242, 114, 18, 0.8);
}
.custom-card-header--border.custom-card-header--color-warning-09 {
  border-bottom-color: rgba(242, 114, 18, 0.9);
}
.custom-card-header--border.custom-card-header--color-danger-01 {
  border-bottom-color: rgba(237, 28, 36, 0.1);
}
.custom-card-header--border.custom-card-header--color-danger-02 {
  border-bottom-color: rgba(237, 28, 36, 0.2);
}
.custom-card-header--border.custom-card-header--color-danger-03 {
  border-bottom-color: rgba(237, 28, 36, 0.3);
}
.custom-card-header--border.custom-card-header--color-danger-04 {
  border-bottom-color: rgba(237, 28, 36, 0.4);
}
.custom-card-header--border.custom-card-header--color-danger-05 {
  border-bottom-color: rgba(237, 28, 36, 0.5);
}
.custom-card-header--border.custom-card-header--color-danger-06 {
  border-bottom-color: rgba(237, 28, 36, 0.6);
}
.custom-card-header--border.custom-card-header--color-danger-07 {
  border-bottom-color: rgba(237, 28, 36, 0.7);
}
.custom-card-header--border.custom-card-header--color-danger-08 {
  border-bottom-color: rgba(237, 28, 36, 0.8);
}
.custom-card-header--border.custom-card-header--color-danger-09 {
  border-bottom-color: rgba(237, 28, 36, 0.9);
}
.custom-card-header--border.custom-card-header--color-yellow-01 {
  border-bottom-color: rgba(247, 191, 71, 0.1);
}
.custom-card-header--border.custom-card-header--color-yellow-02 {
  border-bottom-color: rgba(247, 191, 71, 0.2);
}
.custom-card-header--border.custom-card-header--color-yellow-03 {
  border-bottom-color: rgba(247, 191, 71, 0.3);
}
.custom-card-header--border.custom-card-header--color-yellow-04 {
  border-bottom-color: rgba(247, 191, 71, 0.4);
}
.custom-card-header--border.custom-card-header--color-yellow-05 {
  border-bottom-color: rgba(247, 191, 71, 0.5);
}
.custom-card-header--border.custom-card-header--color-yellow-06 {
  border-bottom-color: rgba(247, 191, 71, 0.6);
}
.custom-card-header--border.custom-card-header--color-yellow-07 {
  border-bottom-color: rgba(247, 191, 71, 0.7);
}
.custom-card-header--border.custom-card-header--color-yellow-08 {
  border-bottom-color: rgba(247, 191, 71, 0.8);
}
.custom-card-header--border.custom-card-header--color-yellow-09 {
  border-bottom-color: rgba(247, 191, 71, 0.9);
}
.custom-card-header--border.custom-card-header--color-secondary-01 {
  border-bottom-color: rgba(134, 142, 150, 0.1);
}
.custom-card-header--border.custom-card-header--color-secondary-02 {
  border-bottom-color: rgba(134, 142, 150, 0.2);
}
.custom-card-header--border.custom-card-header--color-secondary-03 {
  border-bottom-color: rgba(134, 142, 150, 0.3);
}
.custom-card-header--border.custom-card-header--color-secondary-04 {
  border-bottom-color: rgba(134, 142, 150, 0.4);
}
.custom-card-header--border.custom-card-header--color-secondary-05 {
  border-bottom-color: rgba(134, 142, 150, 0.5);
}
.custom-card-header--border.custom-card-header--color-secondary-06 {
  border-bottom-color: rgba(134, 142, 150, 0.6);
}
.custom-card-header--border.custom-card-header--color-secondary-07 {
  border-bottom-color: rgba(134, 142, 150, 0.7);
}
.custom-card-header--border.custom-card-header--color-secondary-08 {
  border-bottom-color: rgba(134, 142, 150, 0.8);
}
.custom-card-header--border.custom-card-header--color-secondary-09 {
  border-bottom-color: rgba(134, 142, 150, 0.9);
}
.custom-card-header--border.custom-card-header--color-dark-01 {
  border-bottom-color: rgba(63, 70, 81, 0.1);
}
.custom-card-header--border.custom-card-header--color-dark-02 {
  border-bottom-color: rgba(63, 70, 81, 0.2);
}
.custom-card-header--border.custom-card-header--color-dark-03 {
  border-bottom-color: rgba(63, 70, 81, 0.3);
}
.custom-card-header--border.custom-card-header--color-dark-04 {
  border-bottom-color: rgba(63, 70, 81, 0.4);
}
.custom-card-header--border.custom-card-header--color-dark-05 {
  border-bottom-color: rgba(63, 70, 81, 0.5);
}
.custom-card-header--border.custom-card-header--color-dark-06 {
  border-bottom-color: rgba(63, 70, 81, 0.6);
}
.custom-card-header--border.custom-card-header--color-dark-07 {
  border-bottom-color: rgba(63, 70, 81, 0.7);
}
.custom-card-header--border.custom-card-header--color-dark-08 {
  border-bottom-color: rgba(63, 70, 81, 0.8);
}
.custom-card-header--border.custom-card-header--color-dark-09 {
  border-bottom-color: rgba(63, 70, 81, 0.9);
}
.custom-card-header--border.custom-card-header--color-light-01 {
  border-bottom-color: rgba(248, 249, 250, 0.1);
}
.custom-card-header--border.custom-card-header--color-light-02 {
  border-bottom-color: rgba(248, 249, 250, 0.2);
}
.custom-card-header--border.custom-card-header--color-light-03 {
  border-bottom-color: rgba(248, 249, 250, 0.3);
}
.custom-card-header--border.custom-card-header--color-light-04 {
  border-bottom-color: rgba(248, 249, 250, 0.4);
}
.custom-card-header--border.custom-card-header--color-light-05 {
  border-bottom-color: rgba(248, 249, 250, 0.5);
}
.custom-card-header--border.custom-card-header--color-light-06 {
  border-bottom-color: rgba(248, 249, 250, 0.6);
}
.custom-card-header--border.custom-card-header--color-light-07 {
  border-bottom-color: rgba(248, 249, 250, 0.7);
}
.custom-card-header--border.custom-card-header--color-light-08 {
  border-bottom-color: rgba(248, 249, 250, 0.8);
}
.custom-card-header--border.custom-card-header--color-light-09 {
  border-bottom-color: rgba(248, 249, 250, 0.9);
}
.custom-card-header--border.custom-card-header--color-purple-01 {
  border-bottom-color: rgba(202, 142, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-purple-02 {
  border-bottom-color: rgba(202, 142, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-purple-03 {
  border-bottom-color: rgba(202, 142, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-purple-04 {
  border-bottom-color: rgba(202, 142, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-purple-05 {
  border-bottom-color: rgba(202, 142, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-purple-06 {
  border-bottom-color: rgba(202, 142, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-purple-07 {
  border-bottom-color: rgba(202, 142, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-purple-08 {
  border-bottom-color: rgba(202, 142, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-purple-09 {
  border-bottom-color: rgba(202, 142, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-primary {
  border-bottom-color: #1EB7FF;
}
.custom-card-header--border.custom-card-header--color-secondary {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-success {
  border-bottom-color: #1BB934;
}
.custom-card-header--border.custom-card-header--color-info {
  border-bottom-color: #7395ae;
}
.custom-card-header--border.custom-card-header--color-warning {
  border-bottom-color: #feba21;
}
.custom-card-header--border.custom-card-header--color-danger {
  border-bottom-color: #ED1C24;
}
.custom-card-header--border.custom-card-header--color-light {
  border-bottom-color: #F8F9FA;
}
.custom-card-header--border.custom-card-header--color-dark {
  border-bottom-color: #3F4651;
}

/* Avatar Variants Definitions */
.hr-text {
  display: flex;
  align-items: center;
}
.hr-text:before, .hr-text:after {
  flex: 1 1 auto;
  border-top: 1px solid #DEE2E6;
}
.hr-text:after {
  content: " ";
}
.hr-text > *:first-child {
  padding-left: 0;
  padding-right: 1rem;
  text-align: left;
  color: #212529;
}
.hr-text.hr-text-center:before {
  content: " ";
}
.hr-text.hr-text-center > *:first-child {
  text-align: center;
  padding-left: 1rem;
}
.hr-text.hr-text-right:before {
  content: " ";
}
.hr-text.hr-text-right:after {
  content: none;
}
.hr-text.hr-text-right > *:first-child {
  text-align: right;
  padding-left: 1rem;
  padding-right: 0;
}

.icon-with-badge {
  position: relative;
  display: inline-block;
}
.icon-with-badge .icon-with-badge__badge {
  position: absolute;
  right: -8px;
  top: -4px;
  padding: 2px 5px;
  line-height: 12px;
}

/* Avatar Variants Definitions */
.layout {
  display: flex;
  min-height: 100vh;
}
.layout__navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 250px;
  right: 0;
  z-index: 1030;
  background: #F9FAFC;
  /* noscript fallback */
}
@media (max-width: 991.98px) {
  .layout__navbar {
    left: 0;
    background: #FFF;
    border-bottom: 1px solid #CED4DA;
  }
}
.layout__navbar + .layout__navbar {
  top: 56px;
}
.layout__navbar .navbar {
  z-index: 2;
}
.layout__navbar .navbar + .navbar {
  z-index: 1;
}
.layout__sidebar {
  flex: 0 0 auto;
  height: 100vh;
  width: 250px;
}
@media (min-width: 992px) {
  .layout__sidebar--slim {
    width: 60px;
  }
  .layout__sidebar--slim ~ .layout__wrap .layout__navbar {
    left: 60px;
  }
  .layout__sidebar--collapsed {
    width: 0;
  }
  .layout__sidebar--collapsed ~ .layout__wrap .layout__navbar {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .layout__sidebar {
    width: 0;
  }
}
.layout__content {
  padding: 1.5rem;
}
@media (max-width: 991.98px) {
  .layout__content {
    padding: 0.5rem;
  }
}
.layout__wrap {
  flex: 1 1 auto;
  width: 100%;
}
.layout--only-navbar .layout__navbar {
  background: #FFF;
  border-bottom: 1px solid #CED4DA;
}

/* Avatar Variants Definitions */
.sidebar {
  position: fixed;
  top: 0;
  border-right: 1px solid #DEE2E6;
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.035);
  left: 0;
  bottom: 0;
  z-index: 1031;
  display: flex;
  width: 250px;
  flex-direction: column;
  background: #FFF;
}
.sidebar__section {
  flex: 0 0 auto;
  padding: 1.5rem;
}
.sidebar__section--fluid {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sidebar__section--fluid::-webkit-scrollbar {
  display: none;
  width: 0.25rem;
}
.sidebar__section--fluid::-webkit-scrollbar-track {
  background-color: #F8F9FA;
}
.sidebar__section--fluid::-webkit-scrollbar-thumb {
  background-color: #DEE2E6;
}
.sidebar__section--cover {
  padding: 0;
}
.sidebar__close {
  display: none;
}
.sidebar__close > a {
  color: #DEE2E6;
}
.sidebar__close > a:hover {
  color: #ADB5BD;
}
.sidebar__brand {
  color: #1EB7FF;
}
.sidebar__brand:hover {
  color: #1EB7FF;
}
.sidebar__link {
  color: #1EB7FF;
}
.sidebar__link:hover {
  color: #1EB7FF;
  text-decoration: none;
}
.sidebar__link:active, .sidebar__link:focus {
  text-decoration: none;
}
.sidebar__link--muted {
  color: #5D636D;
}
.sidebar__show-slim {
  display: none;
}
.sidebar__mobile-fluid {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .sidebar__mobile-fluid {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .sidebar__mobile-fluid::-webkit-scrollbar {
    display: none;
    width: 0.25rem;
  }
  .sidebar__mobile-fluid::-webkit-scrollbar-track {
    background-color: #F8F9FA;
  }
  .sidebar__mobile-fluid::-webkit-scrollbar-thumb {
    background-color: #DEE2E6;
  }
  .sidebar__mobile-fluid .sidebar__section--fluid {
    flex: 1 0 auto;
    overflow-y: visible;
    overflow-y: initial;
    -webkit-overflow-scrolling: unset;
  }
}

@media (min-width: 992px) {
  .sidebar--slim.sidebar--collapsed {
    width: 60px;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__section:not(.sidebar__section--cover) {
    padding: 1rem;
    text-align: center;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__show-slim {
    display: block;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__hide-slim {
    display: none;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__section--fluid {
    overflow-y: visible;
  }

  .sidebar:not(.sidebar--slim).sidebar--collapsed {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    touch-action: none;
    transform: translateZ(0);
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .sidebar--collapsed {
    transform: translateZ(0) translateX(-100%);
  }
  .sidebar--animations-disabled {
    transition: none;
  }
  .sidebar__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
  }
  .sidebar:not(.sidebar--collapsed) {
    box-shadow: 0px 0px 1rem 0px rgba(31, 45, 61, 0.15);
  }
}
/* Avatar Variants Definitions */
.sidebar-menu {
  list-style-type: none;
  padding: 0;
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link {
  background-color: transparent;
  color: #1F2D3D;
}
.sidebar-menu__entry__link {
  display: flex;
  align-items: center;
  color: #212529;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc(1.5rem + 0px);
}
.sidebar-menu__entry__link > i:first-child {
  margin-right: 0.5rem;
  flex: 0 0 auto;
}
.sidebar-menu__entry__link > span:not(.badge) {
  flex: 1 1 auto;
}
.sidebar-menu__entry__link:hover {
  text-decoration: none;
  background-color: transparent;
  color: #1F2D3D;
}
.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  content: "";
}
.sidebar-menu__entry--nested .sidebar-menu__entry__link:hover::after {
  color: #1F2D3D;
}
.sidebar-menu__entry--nested.open .sidebar-menu__entry__link::after {
  content: "";
}
.sidebar-menu__entry--no-caret .sidebar-menu__entry__link::after {
  content: none !important;
}

.sidebar-submenu {
  padding: 0;
  list-style-type: none;
  height: 0;
  overflow: hidden;
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link {
  background-color: transparent;
  color: #1F2D3D;
}
.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  content: "";
}
.sidebar-submenu__entry--nested.open > .sidebar-submenu__entry__link::after {
  content: "";
}
.sidebar-submenu__entry__link {
  display: flex;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc(2.5rem + 1rem);
  color: #212529;
}
.sidebar-submenu__entry__link > span {
  flex: 1 1 auto;
}
.sidebar-submenu__entry__link:hover {
  text-decoration: none;
  background-color: transparent;
  color: #1F2D3D;
}

.open.sidebar-menu__entry--nested > .sidebar-submenu__entry__link::after {
  content: "";
}
.open > .sidebar-submenu {
  height: auto;
}

.sidebar-submenu .sidebar-submenu .sidebar-submenu__entry__link {
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc(2.5rem + 2rem);
  font-size: 12px;
}

/* ------ Slim Sidebar ---------- */
@media (min-width: 992px) {
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested {
    position: relative;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
    content: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu {
    display: none;
    position: absolute;
    left: calc(100% - 3px);
    top: 0;
    right: auto;
    bottom: auto;
    min-width: 250px;
    background: #FFF;
    border: 1px solid #DEE2E6;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 5px;
    box-shadow: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry__link {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: calc(1.5rem + 0.5rem);
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry__link:hover {
    text-decoration: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu > .sidebar-submenu__entry > .sidebar-submenu__entry__link {
    padding-left: 1rem;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested:hover > .sidebar-submenu {
    display: block;
    height: auto;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry__link {
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry__link > span {
    display: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry__link > i:first-child {
    margin-right: 0;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry:hover .sidebar-menu__entry__link {
    text-decoration: none;
  }
}
/* Avatar Variants Definitions */
.navbar.navbar-shadow {
  box-shadow: 0px -4px 10px 2px rgba(206, 212, 218, 0.5);
  border-bottom: 1px solid #DEE2E6;
}

.navbar-toggler.nav-link {
  font-size: 0.875rem;
}

.navbar .navbar-nav.nav-pills .nav-link {
  padding: 0.5rem 1rem;
}

.navbar .nav-link {
  outline: none !important;
}

/**
    Adding this class to the Navbar will allow to
    have a collapsesd menu with additional UNCOLLAPSABLE elements
    after. This will push the collapse container to be the last in the navbar.
*/
.navbar-multi-collapse.navbar-expand-sm .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 575.98px) {
  .navbar-multi-collapse.navbar-expand-sm .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-sm .navbar-collapse {
    order: 999;
  }
}
.navbar-multi-collapse.navbar-expand-md .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .navbar-multi-collapse.navbar-expand-md .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-md .navbar-collapse {
    order: 999;
  }
}
.navbar-multi-collapse.navbar-expand-lg .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .navbar-multi-collapse.navbar-expand-lg .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-lg .navbar-collapse {
    order: 999;
  }
}
.navbar-multi-collapse.navbar-expand-xl .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 1199.98px) {
  .navbar-multi-collapse.navbar-expand-xl .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-xl .navbar-collapse {
    order: 999;
  }
}

/**
    Nav Accent  =================================
*/
.navbar-nav.nav-accent {
  align-self: stretch;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.navbar-nav.nav-accent .nav-item {
  display: flex;
  align-self: stretch;
}
.navbar-nav.nav-accent .nav-item .nav-link {
  display: flex;
  align-self: stretch;
  align-items: center;
  margin-left: 1px;
  margin-right: 1px;
  padding: 1rem;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-sm .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link.active, .navbar-expand-sm .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-sm .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link,
.navbar-expand-sm .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-sm .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-sm.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-md .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link.active, .navbar-expand-md .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-md .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link,
.navbar-expand-md .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-md .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-md.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-md.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-lg .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link.active, .navbar-expand-lg .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-lg .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link,
.navbar-expand-lg .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-lg .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-lg.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-xl .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link.active, .navbar-expand-xl .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-xl .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link,
.navbar-expand-xl .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-xl .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-xl.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

.navbar-expand .nav-accent {
  align-self: center;
  margin: 0;
}
.navbar-expand .nav-accent .nav-item {
  display: block;
}
.navbar-expand .nav-accent .nav-item .nav-link {
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
}
.navbar-expand .nav-accent .nav-item .nav-link.active, .navbar-expand .nav-accent .nav-item .nav-link:hover {
  box-shadow: none;
}
.navbar-expand .nav-accent .nav-item .nav-link.active {
  background-color: #E9ECEF;
  color: #1F2D3D;
}
.navbar-expand .nav-accent .dropdown-menu {
  background: none;
  border: none;
}
.navbar-expand .nav-accent .nav-item .nav-link,
.navbar-expand .nav-accent .dropdown-menu .dropdown-item {
  border-radius: 0.25rem;
}
.navbar-expand .nav-accent .dropdown.show > .nav-link {
  box-shadow: none;
}
.navbar-expand.navbar-light .nav-accent .dropdown-menu .dropdown-item {
  color: #212529;
  box-shadow: none;
}
.navbar-expand.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
  color: #1F2D3D;
}
.navbar-expand.navbar-light .nav-accent .nav-item .nav-link:hover {
  box-shadow: none;
}
.navbar-expand.navbar-light .nav-accent .dropdown.show > .nav-link {
  color: #1F2D3D;
}
.navbar-expand.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.navbar-expand.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
  color: #1F2D3D;
}
.navbar-expand.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
  box-shadow: none;
}
.navbar-expand.navbar-dark .nav-accent .nav-item .nav-link:hover {
  box-shadow: none;
}
.navbar-expand.navbar-dark .nav-accent .dropdown.show > .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-light .nav-accent .nav-item .nav-link:hover {
  box-shadow: inset 0px -3px 0px 0px #f8fafc;
}
.navbar-light .nav-accent .dropdown.show > .nav-link {
  box-shadow: inset 0px -3px 0px 0px #f8fafc;
  color: #1F2D3D;
}

.navbar-dark .nav-accent .nav-item .nav-link:hover {
  box-shadow: inset 0px -3px 0px 0px rgba(153, 153, 153, 0.75);
}
.navbar-dark .nav-accent .dropdown.show > .nav-link {
  box-shadow: inset 0px -3px 0px 0px rgba(153, 153, 153, 0.75);
  color: #FFF;
}

.navbar-light .nav-accent .nav-item .nav-link.active,
.navbar-dark .nav-accent .nav-item .nav-link.active {
  box-shadow: inset 0px -3px 0px 0px #1EB7FF;
}

/**
    Nav Pills ===================================
*/
.navbar .nav.nav-pills .dropdown.show > .nav-link {
  color: #fff;
}

.navbar.navbar-dark .nav.nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar.navbar-dark .nav.nav-pills .nav-link.active {
  color: #fff;
}
.navbar.navbar-light .nav.nav-pills .nav-link {
  color: #212529;
}
.navbar.navbar-light .nav.nav-pills .nav-link.active {
  color: #fff;
}

@media (max-width: 575.98px) {
  .navbar.navbar-expand-sm .nav-pills .dropdown-item.active,
.navbar.navbar-expand-sm .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-sm .nav-pills .dropdown-item, .navbar.navbar-expand-sm .nav-pills .dropdown-item:hover, .navbar.navbar-expand-sm .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-sm .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-sm .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-sm .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-sm .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-sm.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-sm.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-sm.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-sm.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-sm.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-sm.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-sm.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-sm.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
@media (max-width: 767.98px) {
  .navbar.navbar-expand-md .nav-pills .dropdown-item.active,
.navbar.navbar-expand-md .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-md .nav-pills .dropdown-item, .navbar.navbar-expand-md .nav-pills .dropdown-item:hover, .navbar.navbar-expand-md .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-md .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-md .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-md .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-md .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-md.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-md.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-md.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-md.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-md.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-md.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-md.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-md.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
@media (max-width: 991.98px) {
  .navbar.navbar-expand-lg .nav-pills .dropdown-item.active,
.navbar.navbar-expand-lg .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-lg .nav-pills .dropdown-item, .navbar.navbar-expand-lg .nav-pills .dropdown-item:hover, .navbar.navbar-expand-lg .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-lg .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-lg .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-lg .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-lg .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-lg.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-lg.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-lg.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-lg.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-lg.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-lg.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-lg.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-lg.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
@media (max-width: 1199.98px) {
  .navbar.navbar-expand-xl .nav-pills .dropdown-item.active,
.navbar.navbar-expand-xl .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-xl .nav-pills .dropdown-item, .navbar.navbar-expand-xl .nav-pills .dropdown-item:hover, .navbar.navbar-expand-xl .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-xl .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-xl .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-xl .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-xl .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-xl.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-xl.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-xl.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-xl.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-xl.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-xl.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-xl.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-xl.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
.navbar.navbar-expand .nav-pills .dropdown-item.active,
.navbar.navbar-expand .nav-pills .nav-link.active {
  background-color: #E9ECEF;
  color: #1F2D3D;
  border-radius: 0.25rem;
  box-shadow: none;
}
.navbar.navbar-expand .nav-pills .dropdown-item, .navbar.navbar-expand .nav-pills .dropdown-item:hover, .navbar.navbar-expand .nav-pills .dropdown-item:focus {
  background: none;
}
.navbar.navbar-expand .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand .nav-pills .dropdown.show > .nav-link {
  background: none;
}
.navbar.navbar-expand .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand .nav-pills .dropdown-menu.show {
  background: none;
  border: none;
}
.navbar.navbar-expand.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand.navbar-light .nav-pills .dropdown.show > .nav-link {
  color: #1F2D3D;
}
.navbar.navbar-expand.navbar-light .nav-pills .dropdown-item {
  color: #212529;
}
.navbar.navbar-expand.navbar-light .nav-pills .dropdown-item.active {
  color: #1F2D3D;
}
.navbar.navbar-expand.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand.navbar-dark .nav-pills .dropdown.show > .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar.navbar-expand.navbar-dark .nav-pills .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}
.navbar.navbar-expand.navbar-dark .nav-pills .dropdown-item.active {
  color: #1F2D3D;
}

/* Avatar Variants Definitions */
/**
 *  background, border, border-slim-submenu, theme-color,
 *  brand-color, text-color, text-color-muted,
 *  link-color, link-color-hover, link-color-muted,
 *  scroll-rail-color, scroll-thumb-color,
 *  navbar-background, navbar-brand,
 *  navbar-menu-item-bg, navbar-menu-item-color,
 *  menu-background-color, menu-text-color, menu-icon-color, menu-arrow-color
 *  (OPTIONAL) menu-slim-backgroud-color, menu-slim-text-color, menu-slim-icon-color, menu-slim-arrow-color
 *  menu-background-color-hover, menu-text-color-hover, menu-icon-color-hover, menu-arrow-color-hover
 *  (OPTIONAL) menu-slim-background-color-hover, menu-slim-text-color-hover, menu-slim-icon-color-hover, menu-slim-arrow-color-hover
 *  menu-background-color-active, menu-text-color-active, menu-icon-color-active, menu-arrow-color-active
 *  (OPTIONAL) menu-slim-background-color-active, menu-slim-text-color-active, menu-slim-icon-color-active, menu-slim-arrow-color-active
 */
/**
 * All of the variables from apply-sidebar-theme
 * and additional menu-accent-color,
 * (OPTIONAL) menu-accent-color-hover menu-accent-color-active
 */
/**
        Theme Colors
**/
/**
        DARK Theme
**/
.layout--theme--dark--primary {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.theme-dark-primary {
  --theme-theme-color: #1EB7FF;
}

.navbar-dark-primary {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--success {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.theme-dark-success {
  --theme-theme-color: #1BB934;
}

.navbar-dark-success {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--info {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.theme-dark-info {
  --theme-theme-color: #7395ae;
}

.navbar-dark-info {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--danger {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.theme-dark-danger {
  --theme-theme-color: #ED1C24;
}

.navbar-dark-danger {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--warning {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.theme-dark-warning {
  --theme-theme-color: #feba21;
}

.navbar-dark-warning {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--indigo {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.theme-dark-indigo {
  --theme-theme-color: #6610f2;
}

.navbar-dark-indigo {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--purple {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.theme-dark-purple {
  --theme-theme-color: #CA8EFF;
}

.navbar-dark-purple {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--pink {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.theme-dark-pink {
  --theme-theme-color: #e83e8c;
}

.navbar-dark-pink {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--yellow {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.theme-dark-yellow {
  --theme-theme-color: #F7BF47;
}

.navbar-dark-yellow {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

/**
        LIGHT Theme
**/
.layout--theme--light--primary {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.theme-light-primary {
  --theme-theme-color: #1EB7FF;
}

.navbar-light-primary {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--success {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.theme-light-success {
  --theme-theme-color: #1BB934;
}

.navbar-light-success {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--info {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.theme-light-info {
  --theme-theme-color: #7395ae;
}

.navbar-light-info {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--danger {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.theme-light-danger {
  --theme-theme-color: #ED1C24;
}

.navbar-light-danger {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--warning {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.theme-light-warning {
  --theme-theme-color: #feba21;
}

.navbar-light-warning {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--indigo {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.theme-light-indigo {
  --theme-theme-color: #6610f2;
}

.navbar-light-indigo {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--purple {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.theme-light-purple {
  --theme-theme-color: #CA8EFF;
}

.navbar-light-purple {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--pink {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.theme-light-pink {
  --theme-theme-color: #e83e8c;
}

.navbar-light-pink {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--yellow {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.theme-light-yellow {
  --theme-theme-color: #F7BF47;
}

.navbar-light-yellow {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

/**
        COLOR Theme
**/
.layout--theme--color--primary {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #1EB7FF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #1EB7FF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1EB7FF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #66ceff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}
.layout--theme--color--primary .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #66ceff !important;
}
.layout--theme--color--primary .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-primary {
  --theme-theme-color: #1EB7FF;
}

.navbar-color-primary {
  --theme-theme-color: #1EB7FF;
  --theme-navbar-background: #1EB7FF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1EB7FF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #66ceff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}
.navbar-color-primary.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-primary .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #66ceff !important;
}

.sidebar-color-key {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #1EB7FF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--success {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #1BB934;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #1BB934;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1BB934;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #79ec8c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}
.layout--theme--color--success .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #79ec8c !important;
}
.layout--theme--color--success .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-success {
  --theme-theme-color: #1BB934;
}

.navbar-color-success {
  --theme-theme-color: #1BB934;
  --theme-navbar-background: #1BB934;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1BB934;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #79ec8c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}
.navbar-color-success.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-success .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #79ec8c !important;
}

.sidebar-color-key {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #1BB934;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--info {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #7395ae;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #7395ae;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #7395ae;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #9eb6c7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}
.layout--theme--color--info .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #9eb6c7 !important;
}
.layout--theme--color--info .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-info {
  --theme-theme-color: #7395ae;
}

.navbar-color-info {
  --theme-theme-color: #7395ae;
  --theme-navbar-background: #7395ae;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #7395ae;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #9eb6c7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}
.navbar-color-info.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-info .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #9eb6c7 !important;
}

.sidebar-color-key {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #7395ae;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--danger {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #ED1C24;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #ED1C24;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #ED1C24;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f47176;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}
.layout--theme--color--danger .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f47176 !important;
}
.layout--theme--color--danger .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-danger {
  --theme-theme-color: #ED1C24;
}

.navbar-color-danger {
  --theme-theme-color: #ED1C24;
  --theme-navbar-background: #ED1C24;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #ED1C24;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f47176;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}
.navbar-color-danger.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-danger .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f47176 !important;
}

.sidebar-color-key {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #ED1C24;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--warning {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #feba21;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #feba21;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #feba21;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #fed067;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}
.layout--theme--color--warning .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #fed067 !important;
}
.layout--theme--color--warning .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-warning {
  --theme-theme-color: #feba21;
}

.navbar-color-warning {
  --theme-theme-color: #feba21;
  --theme-navbar-background: #feba21;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #feba21;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #fed067;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}
.navbar-color-warning.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-warning .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #fed067 !important;
}

.sidebar-color-key {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #feba21;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--indigo {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #6610f2;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #6610f2;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #6610f2;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #a26ef7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}
.layout--theme--color--indigo .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #a26ef7 !important;
}
.layout--theme--color--indigo .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-indigo {
  --theme-theme-color: #6610f2;
}

.navbar-color-indigo {
  --theme-theme-color: #6610f2;
  --theme-navbar-background: #6610f2;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #6610f2;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #a26ef7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}
.navbar-color-indigo.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-indigo .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #a26ef7 !important;
}

.sidebar-color-key {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #6610f2;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--purple {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #CA8EFF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #CA8EFF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #CA8EFF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #b766ff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}
.layout--theme--color--purple .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #b766ff !important;
}
.layout--theme--color--purple .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-purple {
  --theme-theme-color: #CA8EFF;
}

.navbar-color-purple {
  --theme-theme-color: #CA8EFF;
  --theme-navbar-background: #CA8EFF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #CA8EFF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #b766ff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}
.navbar-color-purple.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-purple .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #b766ff !important;
}

.sidebar-color-key {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #CA8EFF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--pink {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #e83e8c;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #e83e8c;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #e83e8c;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #ef76ae;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}
.layout--theme--color--pink .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #ef76ae !important;
}
.layout--theme--color--pink .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-pink {
  --theme-theme-color: #e83e8c;
}

.navbar-color-pink {
  --theme-theme-color: #e83e8c;
  --theme-navbar-background: #e83e8c;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #e83e8c;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #ef76ae;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}
.navbar-color-pink.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-pink .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #ef76ae !important;
}

.sidebar-color-key {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #e83e8c;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--yellow {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #F7BF47;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #F7BF47;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #F7BF47;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f9cc6c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}
.layout--theme--color--yellow .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f9cc6c !important;
}
.layout--theme--color--yellow .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-yellow {
  --theme-theme-color: #F7BF47;
}

.navbar-color-yellow {
  --theme-theme-color: #F7BF47;
  --theme-navbar-background: #F7BF47;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #F7BF47;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f9cc6c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}
.navbar-color-yellow.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-yellow .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f9cc6c !important;
}

.sidebar-color-key {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #F7BF47;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Theme Helpers */
.text-theme {
  color: var(--theme-theme-color) !important;
}

.bg-theme {
  background-color: var(--theme-theme-color) !important;
}

.badge-theme {
  background-color: var(--theme-theme-color);
  color: #fff;
}

.navbar-brand {
  color: var(--theme-theme-color);
}
.navbar-brand > a {
  color: var(--theme-theme-color);
}

/* Navbar Styling */
.navbar-themed {
  background-color: var(--theme-navbar-background);
  /*
      General Navbar Elements =============
  */
  /*
      NavAccent Menu Theming
  */
  /*
      NavPills Menu Theming ===============
  */
}
.navbar-themed .nav-item > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-item > .avatar-font .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-font .avatar__icon--stack > .fa-circle:first-child {
  color: var(--theme-navbar-background) !important;
}
.navbar-themed + nav {
  border-top: 1px solid var(--theme-navbar-background);
  border-top: 1px solid var(--theme-navbar-between-border-color, var(--theme-navbar-background));
}
.navbar-themed .navbar-brand {
  color: var(--theme-navbar-brand-color);
}
.navbar-themed .navbar-toggler {
  color: var(--theme-navbar-menu-item-color);
}
.navbar-themed .nav .nav-link,
.navbar-themed .navbar-nav .nav-link {
  color: var(--theme-navbar-menu-item-color);
}
.navbar-themed .nav .nav-link:hover,
.navbar-themed .navbar-nav .nav-link:hover {
  color: var(--theme-navbar-menu-item-hover-color);
}
.navbar-themed .nav .nav-link.active,
.navbar-themed .navbar-nav .nav-link.active {
  color: var(--theme-navbar-menu-item-active-color);
  background: none;
  font-weight: 500;
}
.navbar-themed .nav .nav-link.active:hover,
.navbar-themed .navbar-nav .nav-link.active:hover {
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav-accent .nav-item .nav-link:hover {
  box-shadow: inset 0px -3px 0px 0px var(--theme-navbar-menu-item-accent-hover-color);
}
.navbar-themed .nav-accent .nav-item .nav-link.active {
  box-shadow: inset 0px -3px 0px 0px var(--theme-navbar-menu-item-accent-color);
}
.navbar-themed .nav-accent .dropdown.show > .nav-link {
  box-shadow: inset 0px -3px 0px 0px var(--theme-navbar-menu-item-accent-hover-color);
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav-accent .dropdown-menu .dropdown-item:active, .navbar-themed .nav-accent .dropdown-menu .dropdown-item.active {
  background-color: var(--theme-navbar-dropdown-active-background);
  color: var(--theme-navbar-dropdown-active-color);
}
@media (max-width: 575.98px) {
  .navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-md .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-md .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-md .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand .nav.nav-accent .nav-link.active {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nav-link, .navbar-themed.navbar-expand .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item:focus {
  color: var(--theme-navbar-menu-item-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown.show > .nav-link {
  color: var(--theme-navbar-menu-item-hover-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-menu.show {
  background: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-menu.show > .dropdown-item {
  box-shadow: none;
}
.navbar-themed .nav.nav-pills .dropdown.show > .nav-link {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav.nav-pills .dropdown-menu .dropdown-item:active, .navbar-themed .nav.nav-pills .dropdown-menu .dropdown-item.active {
  background-color: var(--theme-navbar-dropdown-active-background);
  color: var(--theme-navbar-dropdown-active-color);
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-md .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-md .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-md .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand .nav.nav-pills .nav-link.active {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nav-link, .navbar-themed.navbar-expand .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item:focus {
  color: var(--theme-navbar-menu-item-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown.show > .nav-link {
  color: var(--theme-navbar-menu-item-hover-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-menu.show {
  background: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-menu.show > .dropdown-item {
  box-shadow: none;
}
.navbar-themed .nav-pills .show > .nav-link {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav-item > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-item > .avatar-font .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-font .avatar__icon--stack > .fa-circle:first-child {
  color: var(--theme-navbar-background) !important;
}
.navbar-themed + nav {
  border-top: 1px solid var(--theme-navbar-background);
  border-top: 1px solid var(--theme-navbar-between-border-color, var(--theme-navbar-background));
}

/* Sidebar Styling */
.sidebar {
  background: var(--theme-sidebar-background);
  color: var(--theme-sidebar-text-color);
  border-right: var(--theme-sidebar-border);
}

.sidebar .avatar__icon--stack > .fa-circle:first-child {
  color: var(--theme-sidebar-background) !important;
}

.sidebar .text-muted {
  color: var(--theme-sidebar-text-color-muted) !important;
}

.sidebar__brand {
  color: var(--theme-sidebar-brand-color);
}

.sidebar__close > a {
  color: var(--theme-sidebar-close-color);
}

.sidebar__link {
  color: var(--theme-sidebar-link-color);
}
.sidebar__link:hover {
  color: var(--theme-sidebar-link-color-hover);
}
.sidebar__link.text-muted,
.sidebar__link .text-muted, .sidebar__link--muted {
  color: var(--theme-sidebar-link-color-muted) !important;
}

.sidebar__section--fluid::-webkit-scrollbar-track {
  background-color: var(--theme-sidebar-scroll-rail-color);
}
.sidebar__section--fluid::-webkit-scrollbar-thumb {
  background-color: var(--theme-sidebar-scroll-thumb-color);
}

.sidebar-menu__entry__icon {
  color: var(--theme-menu-icon-color);
}
.sidebar-menu__entry__link {
  color: var(--theme-menu-text-color);
  background-color: var(--theme-menu-background-color);
}
.sidebar-menu__entry__link::after {
  color: var(--theme-menu-arrow-color);
}
.sidebar-menu__entry__link:hover {
  color: var(--theme-menu-text-color-hover);
  background-color: var(--theme-menu-background-color-hover);
}
.sidebar-menu__entry__link:hover .sidebar-menu__entry__icon {
  color: var(--theme-menu-icon-color-hover);
}
.sidebar-menu__entry__link:hover::after {
  color: var(--theme-menu-arrow-color-hover) !important;
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link {
  color: var(--theme-menu-text-color-active);
  background-color: var(--theme-menu-background-color-active);
  font-weight: 500;
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link .sidebar-menu__entry__icon {
  color: var(--theme-menu-icon-color-active);
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link::after {
  color: var(--theme-menu-arrow-color-active) !important;
}

.sidebar-submenu__entry__link {
  color: var(--theme-menu-text-color);
  background-color: var(--theme-menu-background-color);
}
.sidebar-submenu__entry__link::after {
  color: var(--theme-menu-arrow-color);
}
.sidebar-submenu__entry__link:hover {
  color: var(--theme-menu-text-color-hover);
  background-color: var(--theme-menu-background-color-hover);
}
.sidebar-submenu__entry__link:hover::after {
  color: var(--theme-menu-arrow-color-hover);
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link {
  color: var(--theme-menu-text-color-active);
  background-color: var(--theme-menu-background-color-active);
  font-weight: 500;
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link .sidebar-submenu__entry__icon {
  color: var(--theme-menu-icon-color-active);
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link::after {
  color: var(--theme-menu-arrow-color-active) !important;
}

@media (min-width: 992px) {
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry > .sidebar-menu__entry__link > .sidebar-menu__entry__icon {
    color: var(--theme-menu-slim-icon-color);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry:hover > .sidebar-menu__entry__link {
    background-color: var(--theme-menu-slim-background-color-hover);
    color: var(--theme-menu-slim-text-color-hover);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry:hover > .sidebar-menu__entry__link > .sidebar-menu__entry__icon {
    color: var(--theme-menu-slim-icon-color-hover);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry.active.open > .sidebar-menu__entry__link {
    background-color: var(--theme-menu-slim-background-color-active);
    color: var(--theme-menu-slim-text-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry.active.open > .sidebar-menu__entry__link > .sidebar-menu__entry__icon {
    color: var(--theme-menu-slim-icon-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu {
    background: var(--theme-sidebar-background);
    color: var(--theme-sidebar-text-color);
    border: var(--theme-sidebar-border-slim-submenu);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link {
    background-color: var(--theme-menu-slim-background-color-active);
    color: var(--theme-menu-slim-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link::after {
    color: var(--theme-menu-slim-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry__link:hover {
    background-color: var(--theme-menu-slim-background-color-hover);
    color: var(--theme-menu-slim-text-color-hover);
  }
}
.sidebar-submenu__entry__link {
  position: relative;
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-submenu__entry__link::before {
  content: " ";
  position: absolute;
  display: block;
  transition: transform 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 3px 0 0 0 var(--theme-menu-accent-color-hover);
  transform: translateZ(0) scaleY(0);
  pointer-events: none;
}
.sidebar-submenu__entry__link::after {
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link::before {
  transform: translateZ(0) scaleY(1);
}

.sidebar-menu__entry__link {
  position: relative;
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-menu__entry__link::before {
  content: " ";
  position: absolute;
  display: block;
  transition: transform 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 3px 0 0 0 var(--theme-menu-accent-color-hover);
  transform: translateZ(0) scaleY(0);
  pointer-events: none;
}
.sidebar-menu__entry__link .sidebar-menu__entry__icon {
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-menu__entry__link::after {
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link::before {
  transform: translateZ(0) scaleY(1);
}

.sidebar--slim.sidebar--collapsed .sidebar-menu__entry.active > .sidebar-menu__entry__link::before {
  transform: scaleY(1);
}
.sidebar--slim.sidebar--collapsed .sidebar-submenu__entry > .sidebar-submenu__entry__link::before {
  transform: translateZ(0) scaleY(0);
}

/* Avatar Variants Definitions */
.dropdown-menu.extended-dropdown {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  width: 100vw;
  max-width: 370px;
  word-wrap: break-word;
  word-break: break-word;
}
.dropdown-menu.extended-dropdown.show {
  display: flex;
}
.dropdown-menu .extended-dropdown__section {
  flex: 0 0 auto;
  padding: 0.75rem 1.25rem;
}
.dropdown-menu .extended-dropdown__section:not(:last-child) {
  border-bottom: 1px solid #E9ECEF;
}
.dropdown-menu .extended-dropdown__section--list {
  flex: 1 1 auto;
  max-height: 320px;
  padding: 0;
  overflow-y: auto;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item {
  border-width: 0;
  margin-bottom: 0;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item + .list-group-item {
  border-top-width: 1px;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu a.extended-dropdown__section {
  color: #353C48;
}
.dropdown-menu a.extended-dropdown__section:hover {
  color: #868E96;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .navbar .nav .dropdown-menu.extended-dropdown,
.navbar .navbar-nav .dropdown-menu.extended-dropdown {
    position: fixed;
    top: 56px;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: none;
  }
  .navbar .nav .dropdown-menu.extended-dropdown .extended-dropdown__section--list,
.navbar .navbar-nav .dropdown-menu.extended-dropdown .extended-dropdown__section--list {
    max-height: none;
  }
}
/* Avatar Variants Definitions */
.fullscreen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.fullscreen__section {
  flex: 0 0 auto;
}
.fullscreen__section--center {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullscreen__section__child {
  flex: 0 1 auto;
}

@media (max-width: 767.98px) {
  .fullscreen {
    min-height: auto;
    padding: 15px;
  }
}
.nested-dropdown__submenu-item {
  position: relative;
}
.nested-dropdown__submenu-item__link {
  position: relative;
}
.nested-dropdown__submenu-item__link::after {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
}
.nested-dropdown__submenu-item__menu-wrap {
  position: absolute;
  top: -2px;
  left: 100%;
  padding-left: 2px;
}
.nested-dropdown__submenu-item__menu.dropdown-menu {
  position: static;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand .navbar-nav .nested-dropdown__submenu-item:active {
  background-color: transparent;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
  display: block;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__link::after {
  content: "";
  position: static;
  right: auto;
  top: auto;
  transform: none;
  margin-left: 0.5rem;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
  position: static;
  padding: 0;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
  border: none;
  padding: 0;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
  padding-left: 2rem;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
  display: block;
}

.timeline .timeline-date {
  display: block;
  position: relative;
  padding-top: 8px;
}
.timeline .timeline-date:before {
  background: #DEE2E6;
  border-radius: 2px;
  bottom: -30px;
  content: "";
  height: 24px;
  left: 12px;
  position: absolute;
  width: 1px;
}
.timeline.timeline-datetime .timeline-item {
  margin-left: 117px;
}
.timeline.timeline-datetime .timeline-date {
  text-align: center;
}
.timeline.timeline-datetime .timeline-date:before {
  left: calc(50% - 1px);
}
.timeline .timeline-item {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  position: relative;
}
.timeline .timeline-item:first-child {
  margin-top: 0;
}
.timeline .timeline-item .timeline-item-time {
  position: absolute;
  top: 10px;
  right: calc(100% + 35px);
  text-align: right;
}
.timeline .timeline-item .timeline-item-inner {
  padding: 10px;
  position: relative;
}
.timeline .timeline-item .timeline-item-head {
  border-bottom: 1px solid #DEE2E6;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.timeline .timeline-item .timeline-item-head .user-detail h5 {
  margin: 0 0 2px 0;
}
.timeline .timeline-item .timeline-item-head .post-type > p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0;
  line-height: 17px;
}
.timeline .timeline-item .timeline-item-head .post-time > p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6em;
  line-height: 15px;
  margin: 0;
}
.timeline .timeline-item .timeline-item-content p {
  margin: 0;
}
.timeline .timeline-item .timeline-icon:before {
  background: #DEE2E6;
  border-radius: 2px;
  bottom: -28px;
  content: "";
  height: 100%;
  left: -14px;
  position: absolute;
  width: 1px;
}
.timeline .timeline-item .timeline-icon i {
  left: -30px;
  position: relative;
  top: 1px;
}

.theme-config {
  width: 200px;
  position: fixed;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateX(100%) translateY(-50%);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1500;
}
.theme-config--active {
  transform: translateY(-50%);
}
.theme-config .theme-config__body.card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.theme-config .theme-config__trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.react-toggle {
  touch-action: pan-x;

  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000;
}

.react-toggle--checked .react-toggle-track {
  background-color: #19AB27;
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128D15;
}

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19AB27;
}

.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  -moz-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0;
}

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  -moz-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0;
}

.rbt-menu {
  margin-bottom: 2px;
}

.rbt-menu > li a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.rbt-menu > li a:focus {
  outline: none;
}

.rbt-menu-pagination-option {
  text-align: center;
}

.rbt .rbt-input-main::-ms-clear {
  display: none;
}

.rbt-input-multi {
  cursor: text;
  overflow: hidden;
  position: relative;
  height: auto;
}

.rbt-input-multi.focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
  outline: 0;
}

.rbt-input-multi.form-control[disabled] {
  background-color: #e9ecef;
  opacity: 1;
}

.rbt-input-multi input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.rbt-input-multi input:-ms-input-placeholder {
  color: #999;
}

.rbt-input-multi input::-webkit-input-placeholder {
  color: #999;
}

.rbt-input-multi .rbt-input-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4px;
  margin-top: -1px;
  overflow: hidden;
}

.rbt-input-multi .rbt-input-main {
  height: 20px;
  margin: 1px 0 4px;
}

.rbt-input-multi.input-lg .rbt-input-main, .rbt-input-multi.form-control-lg .rbt-input-main {
  height: 24px;
}

.rbt-input-multi.input-sm .rbt-input-main, .rbt-input-multi.form-control-sm .rbt-input-main {
  height: 18px;
}

.rbt-close {
  z-index: 1;
}

.rbt-close-lg {
  font-size: 24px;
}

.rbt-token {
  background-color: #e7f4ff;
  border: 0;
  border-radius: 2px;
  color: #1f8dd6;
  display: inline-block;
  line-height: 1em;
  margin: 0 3px 3px 0;
  padding: 4px 7px;
  position: relative;
}

.rbt-token-disabled {
  background-color: #ddd;
  color: #888;
  pointer-events: none;
}

.rbt-token-removeable {
  cursor: pointer;
  padding-right: 21px;
}

.rbt-token-active {
  background-color: #1f8dd6;
  color: #fff;
  outline: none;
  text-decoration: none;
}

.rbt-token .rbt-token-remove-button {
  bottom: 0;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  opacity: 1;
  outline: none;
  padding: 3px 7px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: -2px;
}

.rbt-loader {
  -moz-animation: loader-animation 600ms infinite linear;
  -webkit-animation: loader-animation 600ms infinite linear;
  animation: loader-animation 600ms infinite linear;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  border-top-color: #1f8dd6;
  display: block;
  height: 16px;
  width: 16px;
}

.rbt-loader-lg {
  height: 20px;
  width: 20px;
}

.rbt-aux {
  align-items: center;
  display: flex;
  bottom: 0;
  justify-content: center;
  pointer-events: none;
  /* Don't block clicks on the input */
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}

.rbt-aux-lg {
  width: 46px;
}

.rbt-aux .rbt-close {
  margin-top: -4px;
  pointer-events: auto;
  /* Override pointer-events: none; above */
}

.has-aux .rbt-input {
  padding-right: 34px;
}

.rbt-highlight-text {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
}

/* Input Groups */
.input-group > .rbt {
  flex: 1;
}

.input-group > .rbt .rbt-input-hint,
.input-group > .rbt .rbt-aux {
  z-index: 5;
}

.input-group > .rbt:not(:first-child) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .rbt:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Validation States */
.has-error .rbt-input-multi.focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-warning .rbt-input-multi.focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-success .rbt-input-multi.focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

@keyframes loader-animation {
  to {
    transform: rotate(1turn);
  }
}

.rbt-input-multi.focus {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}

.rbt-input-multi.is-invalid.focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.rbt-input-multi.is-valid.focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.rbt-input-multi input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.rbt-input-multi input:-ms-input-placeholder {
  color: #6c757d;
}

.rbt-input-multi input::-webkit-input-placeholder {
  color: #6c757d;
}

.rbt-input-multi .rbt-input-main,
.rbt-input-multi.form-control-lg .rbt-input-main,
.rbt-input-multi.form-control-sm .rbt-input-main {
  height: auto;
}

.rbt-token {
  margin: 1px 3px 2px 0;
}

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top;
}
.react-grid-item img {
  pointer-events: none;
  user-select: none;  
}
.react-grid-item.cssTransforms {
  transition-property: transform;
}
.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}


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

input,
button,
textarea,
select {
  font: inherit;
}

button,
select {
  text-transform: none;
}

/* ----- Global styles ----- */
body {
  margin: 0;
  font-family: var(--mantine-font-family);
  font-size: var(--mantine-font-size-md);
  line-height: var(--mantine-line-height);
  background-color: var(--mantine-color-body);
  color: var(--mantine-color-text);

  -webkit-font-smoothing: var(--mantine-webkit-font-smoothing);
  -moz-osx-font-smoothing: var(--mantine-moz-font-smoothing);
}
@media screen and (max-device-width: 31.25em) {
body {
    -webkit-text-size-adjust: 100%
}
  }

@media (prefers-reduced-motion: reduce) {
    [data-respect-reduced-motion] [data-reduce-motion] {
      transition: none;
      animation: none;
    }
  }

[data-mantine-color-scheme='light'] .mantine-light-hidden {
    display: none;
}

[data-mantine-color-scheme='dark'] .mantine-dark-hidden {
    display: none;
}

.mantine-focus-auto:focus-visible {
    outline: 2px solid var(--mantine-primary-color-filled);
    outline-offset: calc(0.125rem * var(--mantine-scale));
  }

.mantine-focus-always:focus {
    outline: 2px solid var(--mantine-primary-color-filled);
    outline-offset: calc(0.125rem * var(--mantine-scale));
  }

.mantine-focus-never:focus {
    outline: none;
  }

.mantine-active:active {
    transform: translateY(calc(0.0625rem * var(--mantine-scale)));
  }

fieldset:disabled .mantine-active:active {
    transform: none;
  }

:where([dir="rtl"]) .mantine-rotate-rtl {
    transform: rotate(180deg);
}

/* ----- Default CSS variables ----- */

:root {
  color-scheme: var(--mantine-color-scheme);

  --mantine-z-index-app: 100;
  --mantine-z-index-modal: 200;
  --mantine-z-index-popover: 300;
  --mantine-z-index-overlay: 400;
  --mantine-z-index-max: 9999;

  --mantine-scale: 1;
  --mantine-cursor-type: default;
  --mantine-webkit-font-smoothing: antialiased;
  --mantine-color-scheme: light dark;
  --mantine-moz-font-smoothing: grayscale;
  --mantine-color-white: #fff;
  --mantine-color-black: #000;
  --mantine-line-height: 1.55;
  --mantine-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  --mantine-font-family-monospace: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  --mantine-font-family-headings: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  --mantine-heading-font-weight: 700;
  --mantine-radius-default: calc(0.25rem * var(--mantine-scale));
  --mantine-primary-color-0: var(--mantine-color-blue-0);
  --mantine-primary-color-1: var(--mantine-color-blue-1);
  --mantine-primary-color-2: var(--mantine-color-blue-2);
  --mantine-primary-color-3: var(--mantine-color-blue-3);
  --mantine-primary-color-4: var(--mantine-color-blue-4);
  --mantine-primary-color-5: var(--mantine-color-blue-5);
  --mantine-primary-color-6: var(--mantine-color-blue-6);
  --mantine-primary-color-7: var(--mantine-color-blue-7);
  --mantine-primary-color-8: var(--mantine-color-blue-8);
  --mantine-primary-color-9: var(--mantine-color-blue-9);
  --mantine-primary-color-filled: var(--mantine-color-blue-filled);
  --mantine-primary-color-filled-hover: var(--mantine-color-blue-filled-hover);
  --mantine-primary-color-light: var(--mantine-color-blue-light);
  --mantine-primary-color-light-hover: var(--mantine-color-blue-light-hover);
  --mantine-primary-color-light-color: var(--mantine-color-blue-light-color);
  --mantine-breakpoint-xs: 36em;
  --mantine-breakpoint-sm: 48em;
  --mantine-breakpoint-md: 62em;
  --mantine-breakpoint-lg: 75em;
  --mantine-breakpoint-xl: 88em;
  --mantine-spacing-xs: calc(0.625rem * var(--mantine-scale));
  --mantine-spacing-sm: calc(0.75rem * var(--mantine-scale));
  --mantine-spacing-md: calc(1rem * var(--mantine-scale));
  --mantine-spacing-lg: calc(1.25rem * var(--mantine-scale));
  --mantine-spacing-xl: calc(2rem * var(--mantine-scale));
  --mantine-font-size-xs: calc(0.75rem * var(--mantine-scale));
  --mantine-font-size-sm: calc(0.875rem * var(--mantine-scale));
  --mantine-font-size-md: calc(1rem * var(--mantine-scale));
  --mantine-font-size-lg: calc(1.125rem * var(--mantine-scale));
  --mantine-font-size-xl: calc(1.25rem * var(--mantine-scale));
  --mantine-line-height-xs: 1.4;
  --mantine-line-height-sm: 1.45;
  --mantine-line-height-md: 1.55;
  --mantine-line-height-lg: 1.6;
  --mantine-line-height-xl: 1.65;
  --mantine-shadow-xs: 0 calc(0.0625rem * var(--mantine-scale))
      calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
    0 calc(0.0625rem * var(--mantine-scale)) calc(0.125rem * var(--mantine-scale))
      rgba(0, 0, 0, 0.1);
  --mantine-shadow-sm: 0 calc(0.0625rem * var(--mantine-scale))
      calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 0 calc(0.625rem * var(--mantine-scale))
      calc(0.9375rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale)),
    rgba(0, 0, 0, 0.04) 0 calc(0.4375rem * var(--mantine-scale))
      calc(0.4375rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale));
  --mantine-shadow-md: 0 calc(0.0625rem * var(--mantine-scale))
      calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 0 calc(1.25rem * var(--mantine-scale))
      calc(1.5625rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale)),
    rgba(0, 0, 0, 0.04) 0 calc(0.625rem * var(--mantine-scale))
      calc(0.625rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale));
  --mantine-shadow-lg: 0 calc(0.0625rem * var(--mantine-scale))
      calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 0 calc(1.75rem * var(--mantine-scale))
      calc(1.4375rem * var(--mantine-scale)) calc(-0.4375rem * var(--mantine-scale)),
    rgba(0, 0, 0, 0.04) 0 calc(0.75rem * var(--mantine-scale)) calc(0.75rem * var(--mantine-scale))
      calc(-0.4375rem * var(--mantine-scale));
  --mantine-shadow-xl: 0 calc(0.0625rem * var(--mantine-scale))
      calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 0 calc(2.25rem * var(--mantine-scale)) calc(1.75rem * var(--mantine-scale))
      calc(-0.4375rem * var(--mantine-scale)),
    rgba(0, 0, 0, 0.04) 0 calc(1.0625rem * var(--mantine-scale))
      calc(1.0625rem * var(--mantine-scale)) calc(-0.4375rem * var(--mantine-scale));
  --mantine-radius-xs: calc(0.125rem * var(--mantine-scale));
  --mantine-radius-sm: calc(0.25rem * var(--mantine-scale));
  --mantine-radius-md: calc(0.5rem * var(--mantine-scale));
  --mantine-radius-lg: calc(1rem * var(--mantine-scale));
  --mantine-radius-xl: calc(2rem * var(--mantine-scale));
  --mantine-color-dark-0: #c9c9c9;
  --mantine-color-dark-1: #b8b8b8;
  --mantine-color-dark-2: #828282;
  --mantine-color-dark-3: #696969;
  --mantine-color-dark-4: #424242;
  --mantine-color-dark-5: #3b3b3b;
  --mantine-color-dark-6: #2e2e2e;
  --mantine-color-dark-7: #242424;
  --mantine-color-dark-8: #1f1f1f;
  --mantine-color-dark-9: #141414;
  --mantine-color-gray-0: #f8f9fa;
  --mantine-color-gray-1: #f1f3f5;
  --mantine-color-gray-2: #e9ecef;
  --mantine-color-gray-3: #dee2e6;
  --mantine-color-gray-4: #ced4da;
  --mantine-color-gray-5: #adb5bd;
  --mantine-color-gray-6: #868e96;
  --mantine-color-gray-7: #495057;
  --mantine-color-gray-8: #343a40;
  --mantine-color-gray-9: #212529;
  --mantine-color-red-0: #fff5f5;
  --mantine-color-red-1: #ffe3e3;
  --mantine-color-red-2: #ffc9c9;
  --mantine-color-red-3: #ffa8a8;
  --mantine-color-red-4: #ff8787;
  --mantine-color-red-5: #ff6b6b;
  --mantine-color-red-6: #fa5252;
  --mantine-color-red-7: #f03e3e;
  --mantine-color-red-8: #e03131;
  --mantine-color-red-9: #c92a2a;
  --mantine-color-pink-0: #fff0f6;
  --mantine-color-pink-1: #ffdeeb;
  --mantine-color-pink-2: #fcc2d7;
  --mantine-color-pink-3: #faa2c1;
  --mantine-color-pink-4: #f783ac;
  --mantine-color-pink-5: #f06595;
  --mantine-color-pink-6: #e64980;
  --mantine-color-pink-7: #d6336c;
  --mantine-color-pink-8: #c2255c;
  --mantine-color-pink-9: #a61e4d;
  --mantine-color-grape-0: #f8f0fc;
  --mantine-color-grape-1: #f3d9fa;
  --mantine-color-grape-2: #eebefa;
  --mantine-color-grape-3: #e599f7;
  --mantine-color-grape-4: #da77f2;
  --mantine-color-grape-5: #cc5de8;
  --mantine-color-grape-6: #be4bdb;
  --mantine-color-grape-7: #ae3ec9;
  --mantine-color-grape-8: #9c36b5;
  --mantine-color-grape-9: #862e9c;
  --mantine-color-violet-0: #f3f0ff;
  --mantine-color-violet-1: #e5dbff;
  --mantine-color-violet-2: #d0bfff;
  --mantine-color-violet-3: #b197fc;
  --mantine-color-violet-4: #9775fa;
  --mantine-color-violet-5: #845ef7;
  --mantine-color-violet-6: #7950f2;
  --mantine-color-violet-7: #7048e8;
  --mantine-color-violet-8: #6741d9;
  --mantine-color-violet-9: #5f3dc4;
  --mantine-color-indigo-0: #edf2ff;
  --mantine-color-indigo-1: #dbe4ff;
  --mantine-color-indigo-2: #bac8ff;
  --mantine-color-indigo-3: #91a7ff;
  --mantine-color-indigo-4: #748ffc;
  --mantine-color-indigo-5: #5c7cfa;
  --mantine-color-indigo-6: #4c6ef5;
  --mantine-color-indigo-7: #4263eb;
  --mantine-color-indigo-8: #3b5bdb;
  --mantine-color-indigo-9: #364fc7;
  --mantine-color-blue-0: #e7f5ff;
  --mantine-color-blue-1: #d0ebff;
  --mantine-color-blue-2: #a5d8ff;
  --mantine-color-blue-3: #74c0fc;
  --mantine-color-blue-4: #4dabf7;
  --mantine-color-blue-5: #339af0;
  --mantine-color-blue-6: #228be6;
  --mantine-color-blue-7: #1c7ed6;
  --mantine-color-blue-8: #1971c2;
  --mantine-color-blue-9: #1864ab;
  --mantine-color-cyan-0: #e3fafc;
  --mantine-color-cyan-1: #c5f6fa;
  --mantine-color-cyan-2: #99e9f2;
  --mantine-color-cyan-3: #66d9e8;
  --mantine-color-cyan-4: #3bc9db;
  --mantine-color-cyan-5: #22b8cf;
  --mantine-color-cyan-6: #15aabf;
  --mantine-color-cyan-7: #1098ad;
  --mantine-color-cyan-8: #0c8599;
  --mantine-color-cyan-9: #0b7285;
  --mantine-color-teal-0: #e6fcf5;
  --mantine-color-teal-1: #c3fae8;
  --mantine-color-teal-2: #96f2d7;
  --mantine-color-teal-3: #63e6be;
  --mantine-color-teal-4: #38d9a9;
  --mantine-color-teal-5: #20c997;
  --mantine-color-teal-6: #12b886;
  --mantine-color-teal-7: #0ca678;
  --mantine-color-teal-8: #099268;
  --mantine-color-teal-9: #087f5b;
  --mantine-color-green-0: #ebfbee;
  --mantine-color-green-1: #d3f9d8;
  --mantine-color-green-2: #b2f2bb;
  --mantine-color-green-3: #8ce99a;
  --mantine-color-green-4: #69db7c;
  --mantine-color-green-5: #51cf66;
  --mantine-color-green-6: #40c057;
  --mantine-color-green-7: #37b24d;
  --mantine-color-green-8: #2f9e44;
  --mantine-color-green-9: #2b8a3e;
  --mantine-color-lime-0: #f4fce3;
  --mantine-color-lime-1: #e9fac8;
  --mantine-color-lime-2: #d8f5a2;
  --mantine-color-lime-3: #c0eb75;
  --mantine-color-lime-4: #a9e34b;
  --mantine-color-lime-5: #94d82d;
  --mantine-color-lime-6: #82c91e;
  --mantine-color-lime-7: #74b816;
  --mantine-color-lime-8: #66a80f;
  --mantine-color-lime-9: #5c940d;
  --mantine-color-yellow-0: #fff9db;
  --mantine-color-yellow-1: #fff3bf;
  --mantine-color-yellow-2: #ffec99;
  --mantine-color-yellow-3: #ffe066;
  --mantine-color-yellow-4: #ffd43b;
  --mantine-color-yellow-5: #fcc419;
  --mantine-color-yellow-6: #fab005;
  --mantine-color-yellow-7: #f59f00;
  --mantine-color-yellow-8: #f08c00;
  --mantine-color-yellow-9: #e67700;
  --mantine-color-orange-0: #fff4e6;
  --mantine-color-orange-1: #ffe8cc;
  --mantine-color-orange-2: #ffd8a8;
  --mantine-color-orange-3: #ffc078;
  --mantine-color-orange-4: #ffa94d;
  --mantine-color-orange-5: #ff922b;
  --mantine-color-orange-6: #fd7e14;
  --mantine-color-orange-7: #f76707;
  --mantine-color-orange-8: #e8590c;
  --mantine-color-orange-9: #d9480f;
  --mantine-h1-font-size: calc(2.125rem * var(--mantine-scale));
  --mantine-h1-line-height: 1.3;
  --mantine-h1-font-weight: 700;
  --mantine-h2-font-size: calc(1.625rem * var(--mantine-scale));
  --mantine-h2-line-height: 1.35;
  --mantine-h2-font-weight: 700;
  --mantine-h3-font-size: calc(1.375rem * var(--mantine-scale));
  --mantine-h3-line-height: 1.4;
  --mantine-h3-font-weight: 700;
  --mantine-h4-font-size: calc(1.125rem * var(--mantine-scale));
  --mantine-h4-line-height: 1.45;
  --mantine-h4-font-weight: 700;
  --mantine-h5-font-size: calc(1rem * var(--mantine-scale));
  --mantine-h5-line-height: 1.5;
  --mantine-h5-font-weight: 700;
  --mantine-h6-font-size: calc(0.875rem * var(--mantine-scale));
  --mantine-h6-line-height: 1.5;
  --mantine-h6-font-weight: 700;
}

:root[data-mantine-color-scheme='dark'] {
  --mantine-color-scheme: dark;
  --mantine-primary-color-contrast: var(--mantine-color-white);
  --mantine-color-bright: var(--mantine-color-white);
  --mantine-color-text: var(--mantine-color-dark-0);
  --mantine-color-body: var(--mantine-color-dark-7);
  --mantine-color-error: var(--mantine-color-red-8);
  --mantine-color-placeholder: var(--mantine-color-dark-3);
  --mantine-color-anchor: var(--mantine-color-blue-4);
  --mantine-color-default: var(--mantine-color-dark-6);
  --mantine-color-default-hover: var(--mantine-color-dark-5);
  --mantine-color-default-color: var(--mantine-color-white);
  --mantine-color-default-border: var(--mantine-color-dark-4);
  --mantine-color-dimmed: var(--mantine-color-dark-2);
  --mantine-color-dark-text: var(--mantine-color-dark-4);
  --mantine-color-dark-filled: var(--mantine-color-dark-8);
  --mantine-color-dark-filled-hover: var(--mantine-color-dark-7);
  --mantine-color-dark-light: rgba(36, 36, 36, 0.15);
  --mantine-color-dark-light-hover: rgba(36, 36, 36, 0.2);
  --mantine-color-dark-light-color: var(--mantine-color-dark-3);
  --mantine-color-dark-outline: var(--mantine-color-dark-4);
  --mantine-color-dark-outline-hover: rgba(36, 36, 36, 0.05);
  --mantine-color-gray-text: var(--mantine-color-gray-4);
  --mantine-color-gray-filled: var(--mantine-color-gray-8);
  --mantine-color-gray-filled-hover: var(--mantine-color-gray-9);
  --mantine-color-gray-light: rgba(134, 142, 150, 0.15);
  --mantine-color-gray-light-hover: rgba(134, 142, 150, 0.2);
  --mantine-color-gray-light-color: var(--mantine-color-gray-3);
  --mantine-color-gray-outline: var(--mantine-color-gray-4);
  --mantine-color-gray-outline-hover: rgba(206, 212, 218, 0.05);
  --mantine-color-red-text: var(--mantine-color-red-4);
  --mantine-color-red-filled: var(--mantine-color-red-8);
  --mantine-color-red-filled-hover: var(--mantine-color-red-9);
  --mantine-color-red-light: rgba(250, 82, 82, 0.15);
  --mantine-color-red-light-hover: rgba(250, 82, 82, 0.2);
  --mantine-color-red-light-color: var(--mantine-color-red-3);
  --mantine-color-red-outline: var(--mantine-color-red-4);
  --mantine-color-red-outline-hover: rgba(255, 135, 135, 0.05);
  --mantine-color-pink-text: var(--mantine-color-pink-4);
  --mantine-color-pink-filled: var(--mantine-color-pink-8);
  --mantine-color-pink-filled-hover: var(--mantine-color-pink-9);
  --mantine-color-pink-light: rgba(230, 73, 128, 0.15);
  --mantine-color-pink-light-hover: rgba(230, 73, 128, 0.2);
  --mantine-color-pink-light-color: var(--mantine-color-pink-3);
  --mantine-color-pink-outline: var(--mantine-color-pink-4);
  --mantine-color-pink-outline-hover: rgba(247, 131, 172, 0.05);
  --mantine-color-grape-text: var(--mantine-color-grape-4);
  --mantine-color-grape-filled: var(--mantine-color-grape-8);
  --mantine-color-grape-filled-hover: var(--mantine-color-grape-9);
  --mantine-color-grape-light: rgba(190, 75, 219, 0.15);
  --mantine-color-grape-light-hover: rgba(190, 75, 219, 0.2);
  --mantine-color-grape-light-color: var(--mantine-color-grape-3);
  --mantine-color-grape-outline: var(--mantine-color-grape-4);
  --mantine-color-grape-outline-hover: rgba(218, 119, 242, 0.05);
  --mantine-color-violet-text: var(--mantine-color-violet-4);
  --mantine-color-violet-filled: var(--mantine-color-violet-8);
  --mantine-color-violet-filled-hover: var(--mantine-color-violet-9);
  --mantine-color-violet-light: rgba(121, 80, 242, 0.15);
  --mantine-color-violet-light-hover: rgba(121, 80, 242, 0.2);
  --mantine-color-violet-light-color: var(--mantine-color-violet-3);
  --mantine-color-violet-outline: var(--mantine-color-violet-4);
  --mantine-color-violet-outline-hover: rgba(151, 117, 250, 0.05);
  --mantine-color-indigo-text: var(--mantine-color-indigo-4);
  --mantine-color-indigo-filled: var(--mantine-color-indigo-8);
  --mantine-color-indigo-filled-hover: var(--mantine-color-indigo-9);
  --mantine-color-indigo-light: rgba(76, 110, 245, 0.15);
  --mantine-color-indigo-light-hover: rgba(76, 110, 245, 0.2);
  --mantine-color-indigo-light-color: var(--mantine-color-indigo-3);
  --mantine-color-indigo-outline: var(--mantine-color-indigo-4);
  --mantine-color-indigo-outline-hover: rgba(116, 143, 252, 0.05);
  --mantine-color-blue-text: var(--mantine-color-blue-4);
  --mantine-color-blue-filled: var(--mantine-color-blue-8);
  --mantine-color-blue-filled-hover: var(--mantine-color-blue-9);
  --mantine-color-blue-light: rgba(34, 139, 230, 0.15);
  --mantine-color-blue-light-hover: rgba(34, 139, 230, 0.2);
  --mantine-color-blue-light-color: var(--mantine-color-blue-3);
  --mantine-color-blue-outline: var(--mantine-color-blue-4);
  --mantine-color-blue-outline-hover: rgba(77, 171, 247, 0.05);
  --mantine-color-cyan-text: var(--mantine-color-cyan-4);
  --mantine-color-cyan-filled: var(--mantine-color-cyan-8);
  --mantine-color-cyan-filled-hover: var(--mantine-color-cyan-9);
  --mantine-color-cyan-light: rgba(21, 170, 191, 0.15);
  --mantine-color-cyan-light-hover: rgba(21, 170, 191, 0.2);
  --mantine-color-cyan-light-color: var(--mantine-color-cyan-3);
  --mantine-color-cyan-outline: var(--mantine-color-cyan-4);
  --mantine-color-cyan-outline-hover: rgba(59, 201, 219, 0.05);
  --mantine-color-teal-text: var(--mantine-color-teal-4);
  --mantine-color-teal-filled: var(--mantine-color-teal-8);
  --mantine-color-teal-filled-hover: var(--mantine-color-teal-9);
  --mantine-color-teal-light: rgba(18, 184, 134, 0.15);
  --mantine-color-teal-light-hover: rgba(18, 184, 134, 0.2);
  --mantine-color-teal-light-color: var(--mantine-color-teal-3);
  --mantine-color-teal-outline: var(--mantine-color-teal-4);
  --mantine-color-teal-outline-hover: rgba(56, 217, 169, 0.05);
  --mantine-color-green-text: var(--mantine-color-green-4);
  --mantine-color-green-filled: var(--mantine-color-green-8);
  --mantine-color-green-filled-hover: var(--mantine-color-green-9);
  --mantine-color-green-light: rgba(64, 192, 87, 0.15);
  --mantine-color-green-light-hover: rgba(64, 192, 87, 0.2);
  --mantine-color-green-light-color: var(--mantine-color-green-3);
  --mantine-color-green-outline: var(--mantine-color-green-4);
  --mantine-color-green-outline-hover: rgba(105, 219, 124, 0.05);
  --mantine-color-lime-text: var(--mantine-color-lime-4);
  --mantine-color-lime-filled: var(--mantine-color-lime-8);
  --mantine-color-lime-filled-hover: var(--mantine-color-lime-9);
  --mantine-color-lime-light: rgba(130, 201, 30, 0.15);
  --mantine-color-lime-light-hover: rgba(130, 201, 30, 0.2);
  --mantine-color-lime-light-color: var(--mantine-color-lime-3);
  --mantine-color-lime-outline: var(--mantine-color-lime-4);
  --mantine-color-lime-outline-hover: rgba(169, 227, 75, 0.05);
  --mantine-color-yellow-text: var(--mantine-color-yellow-4);
  --mantine-color-yellow-filled: var(--mantine-color-yellow-8);
  --mantine-color-yellow-filled-hover: var(--mantine-color-yellow-9);
  --mantine-color-yellow-light: rgba(250, 176, 5, 0.15);
  --mantine-color-yellow-light-hover: rgba(250, 176, 5, 0.2);
  --mantine-color-yellow-light-color: var(--mantine-color-yellow-3);
  --mantine-color-yellow-outline: var(--mantine-color-yellow-4);
  --mantine-color-yellow-outline-hover: rgba(255, 212, 59, 0.05);
  --mantine-color-orange-text: var(--mantine-color-orange-4);
  --mantine-color-orange-filled: var(--mantine-color-orange-8);
  --mantine-color-orange-filled-hover: var(--mantine-color-orange-9);
  --mantine-color-orange-light: rgba(253, 126, 20, 0.15);
  --mantine-color-orange-light-hover: rgba(253, 126, 20, 0.2);
  --mantine-color-orange-light-color: var(--mantine-color-orange-3);
  --mantine-color-orange-outline: var(--mantine-color-orange-4);
  --mantine-color-orange-outline-hover: rgba(255, 169, 77, 0.05);
}

:root[data-mantine-color-scheme='light'] {
  --mantine-color-scheme: light;
  --mantine-color-bright: var(--mantine-color-black);
  --mantine-color-text: var(--mantine-color-black);
  --mantine-color-body: var(--mantine-color-white);
  --mantine-primary-color-contrast: var(--mantine-color-white);
  --mantine-color-error: var(--mantine-color-red-6);
  --mantine-color-placeholder: var(--mantine-color-gray-5);
  --mantine-color-anchor: var(--mantine-primary-color-filled);
  --mantine-color-default: var(--mantine-color-white);
  --mantine-color-default-hover: var(--mantine-color-gray-0);
  --mantine-color-default-color: var(--mantine-color-gray-9);
  --mantine-color-default-border: var(--mantine-color-gray-4);
  --mantine-color-dimmed: var(--mantine-color-gray-6);
  --mantine-color-dark-text: var(--mantine-color-dark-filled);
  --mantine-color-dark-filled: var(--mantine-color-dark-6);
  --mantine-color-dark-filled-hover: var(--mantine-color-dark-7);
  --mantine-color-dark-light: rgba(56, 56, 56, 0.1);
  --mantine-color-dark-light-hover: rgba(56, 56, 56, 0.12);
  --mantine-color-dark-light-color: var(--mantine-color-dark-6);
  --mantine-color-dark-outline: var(--mantine-color-dark-6);
  --mantine-color-dark-outline-hover: rgba(56, 56, 56, 0.05);
  --mantine-color-gray-text: var(--mantine-color-gray-filled);
  --mantine-color-gray-filled: var(--mantine-color-gray-6);
  --mantine-color-gray-filled-hover: var(--mantine-color-gray-7);
  --mantine-color-gray-light: rgba(134, 142, 150, 0.1);
  --mantine-color-gray-light-hover: rgba(134, 142, 150, 0.12);
  --mantine-color-gray-light-color: var(--mantine-color-gray-6);
  --mantine-color-gray-outline: var(--mantine-color-gray-6);
  --mantine-color-gray-outline-hover: rgba(134, 142, 150, 0.05);
  --mantine-color-red-text: var(--mantine-color-red-filled);
  --mantine-color-red-filled: var(--mantine-color-red-6);
  --mantine-color-red-filled-hover: var(--mantine-color-red-7);
  --mantine-color-red-light: rgba(250, 82, 82, 0.1);
  --mantine-color-red-light-hover: rgba(250, 82, 82, 0.12);
  --mantine-color-red-light-color: var(--mantine-color-red-6);
  --mantine-color-red-outline: var(--mantine-color-red-6);
  --mantine-color-red-outline-hover: rgba(250, 82, 82, 0.05);
  --mantine-color-pink-text: var(--mantine-color-pink-filled);
  --mantine-color-pink-filled: var(--mantine-color-pink-6);
  --mantine-color-pink-filled-hover: var(--mantine-color-pink-7);
  --mantine-color-pink-light: rgba(230, 73, 128, 0.1);
  --mantine-color-pink-light-hover: rgba(230, 73, 128, 0.12);
  --mantine-color-pink-light-color: var(--mantine-color-pink-6);
  --mantine-color-pink-outline: var(--mantine-color-pink-6);
  --mantine-color-pink-outline-hover: rgba(230, 73, 128, 0.05);
  --mantine-color-grape-text: var(--mantine-color-grape-filled);
  --mantine-color-grape-filled: var(--mantine-color-grape-6);
  --mantine-color-grape-filled-hover: var(--mantine-color-grape-7);
  --mantine-color-grape-light: rgba(190, 75, 219, 0.1);
  --mantine-color-grape-light-hover: rgba(190, 75, 219, 0.12);
  --mantine-color-grape-light-color: var(--mantine-color-grape-6);
  --mantine-color-grape-outline: var(--mantine-color-grape-6);
  --mantine-color-grape-outline-hover: rgba(190, 75, 219, 0.05);
  --mantine-color-violet-text: var(--mantine-color-violet-filled);
  --mantine-color-violet-filled: var(--mantine-color-violet-6);
  --mantine-color-violet-filled-hover: var(--mantine-color-violet-7);
  --mantine-color-violet-light: rgba(121, 80, 242, 0.1);
  --mantine-color-violet-light-hover: rgba(121, 80, 242, 0.12);
  --mantine-color-violet-light-color: var(--mantine-color-violet-6);
  --mantine-color-violet-outline: var(--mantine-color-violet-6);
  --mantine-color-violet-outline-hover: rgba(121, 80, 242, 0.05);
  --mantine-color-indigo-text: var(--mantine-color-indigo-filled);
  --mantine-color-indigo-filled: var(--mantine-color-indigo-6);
  --mantine-color-indigo-filled-hover: var(--mantine-color-indigo-7);
  --mantine-color-indigo-light: rgba(76, 110, 245, 0.1);
  --mantine-color-indigo-light-hover: rgba(76, 110, 245, 0.12);
  --mantine-color-indigo-light-color: var(--mantine-color-indigo-6);
  --mantine-color-indigo-outline: var(--mantine-color-indigo-6);
  --mantine-color-indigo-outline-hover: rgba(76, 110, 245, 0.05);
  --mantine-color-blue-text: var(--mantine-color-blue-filled);
  --mantine-color-blue-filled: var(--mantine-color-blue-6);
  --mantine-color-blue-filled-hover: var(--mantine-color-blue-7);
  --mantine-color-blue-light: rgba(34, 139, 230, 0.1);
  --mantine-color-blue-light-hover: rgba(34, 139, 230, 0.12);
  --mantine-color-blue-light-color: var(--mantine-color-blue-6);
  --mantine-color-blue-outline: var(--mantine-color-blue-6);
  --mantine-color-blue-outline-hover: rgba(34, 139, 230, 0.05);
  --mantine-color-cyan-text: var(--mantine-color-cyan-filled);
  --mantine-color-cyan-filled: var(--mantine-color-cyan-6);
  --mantine-color-cyan-filled-hover: var(--mantine-color-cyan-7);
  --mantine-color-cyan-light: rgba(21, 170, 191, 0.1);
  --mantine-color-cyan-light-hover: rgba(21, 170, 191, 0.12);
  --mantine-color-cyan-light-color: var(--mantine-color-cyan-6);
  --mantine-color-cyan-outline: var(--mantine-color-cyan-6);
  --mantine-color-cyan-outline-hover: rgba(21, 170, 191, 0.05);
  --mantine-color-teal-text: var(--mantine-color-teal-filled);
  --mantine-color-teal-filled: var(--mantine-color-teal-6);
  --mantine-color-teal-filled-hover: var(--mantine-color-teal-7);
  --mantine-color-teal-light: rgba(18, 184, 134, 0.1);
  --mantine-color-teal-light-hover: rgba(18, 184, 134, 0.12);
  --mantine-color-teal-light-color: var(--mantine-color-teal-6);
  --mantine-color-teal-outline: var(--mantine-color-teal-6);
  --mantine-color-teal-outline-hover: rgba(18, 184, 134, 0.05);
  --mantine-color-green-text: var(--mantine-color-green-filled);
  --mantine-color-green-filled: var(--mantine-color-green-6);
  --mantine-color-green-filled-hover: var(--mantine-color-green-7);
  --mantine-color-green-light: rgba(64, 192, 87, 0.1);
  --mantine-color-green-light-hover: rgba(64, 192, 87, 0.12);
  --mantine-color-green-light-color: var(--mantine-color-green-6);
  --mantine-color-green-outline: var(--mantine-color-green-6);
  --mantine-color-green-outline-hover: rgba(64, 192, 87, 0.05);
  --mantine-color-lime-text: var(--mantine-color-lime-filled);
  --mantine-color-lime-filled: var(--mantine-color-lime-6);
  --mantine-color-lime-filled-hover: var(--mantine-color-lime-7);
  --mantine-color-lime-light: rgba(130, 201, 30, 0.1);
  --mantine-color-lime-light-hover: rgba(130, 201, 30, 0.12);
  --mantine-color-lime-light-color: var(--mantine-color-lime-6);
  --mantine-color-lime-outline: var(--mantine-color-lime-6);
  --mantine-color-lime-outline-hover: rgba(130, 201, 30, 0.05);
  --mantine-color-yellow-text: var(--mantine-color-yellow-filled);
  --mantine-color-yellow-filled: var(--mantine-color-yellow-6);
  --mantine-color-yellow-filled-hover: var(--mantine-color-yellow-7);
  --mantine-color-yellow-light: rgba(250, 176, 5, 0.1);
  --mantine-color-yellow-light-hover: rgba(250, 176, 5, 0.12);
  --mantine-color-yellow-light-color: var(--mantine-color-yellow-6);
  --mantine-color-yellow-outline: var(--mantine-color-yellow-6);
  --mantine-color-yellow-outline-hover: rgba(250, 176, 5, 0.05);
  --mantine-color-orange-text: var(--mantine-color-orange-filled);
  --mantine-color-orange-filled: var(--mantine-color-orange-6);
  --mantine-color-orange-filled-hover: var(--mantine-color-orange-7);
  --mantine-color-orange-light: rgba(253, 126, 20, 0.1);
  --mantine-color-orange-light-hover: rgba(253, 126, 20, 0.12);
  --mantine-color-orange-light-color: var(--mantine-color-orange-6);
  --mantine-color-orange-outline: var(--mantine-color-orange-6);
  --mantine-color-orange-outline-hover: rgba(253, 126, 20, 0.05);
}

.m_d57069b5 {
  --scrollarea-scrollbar-size: calc(0.75rem * var(--mantine-scale));

  position: relative;
  overflow: hidden;
}

.m_c0783ff9 {
  scrollbar-width: none;
  overscroll-behavior: var(--scrollarea-over-scroll-behavior);
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}

.m_c0783ff9::-webkit-scrollbar {
    display: none;
  }

.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where(
        [data-offset-scrollbars='xy'],
        [data-offset-scrollbars='y'],
        [data-offset-scrollbars='present']
      ):where([data-vertical-hidden]) {
        padding-inline-end: 0;
        padding-inline-start: 0;
      }

.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where(
        [data-offset-scrollbars='xy'],
        [data-offset-scrollbars='y'],
        [data-offset-scrollbars='present']
      ):not([data-vertical-hidden]) {
        padding-inline-end: var(--scrollarea-scrollbar-size);
        padding-inline-start: unset;
      }

.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='x']):where(
        [data-offset-scrollbars='xy'],
        [data-offset-scrollbars='x'],
        [data-offset-scrollbars='present']
      ):where([data-horizontal-hidden]) {
        padding-bottom: 0;
      }

.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='x']):where(
        [data-offset-scrollbars='xy'],
        [data-offset-scrollbars='x'],
        [data-offset-scrollbars='present']
      ):not([data-horizontal-hidden]) {
        padding-bottom: var(--scrollarea-scrollbar-size);
      }

.m_f8f631dd {
  min-width: 100%;
  display: table;
}

.m_c44ba933 {
  user-select: none;
  touch-action: none;
  box-sizing: border-box;
  transition:
    background-color 150ms ease,
    opacity 150ms ease;

  padding: calc(var(--scrollarea-scrollbar-size) / 5);
  display: flex;
  background-color: transparent;
  flex-direction: row;
}

@media (hover: hover) {
    :where([data-mantine-color-scheme='light']) .m_c44ba933:hover {
      background-color: var(--mantine-color-gray-0);
  }

      :where([data-mantine-color-scheme='light']) .m_c44ba933:hover > .m_d8b5e363 {
        background-color: rgba(0, 0, 0, 0.5);
      }

    :where([data-mantine-color-scheme='dark']) .m_c44ba933:hover {
      background-color: var(--mantine-color-dark-8);
  }

      :where([data-mantine-color-scheme='dark']) .m_c44ba933:hover > .m_d8b5e363 {
        background-color: rgba(255, 255, 255, 0.5);
      }
}

@media (hover: none) {
    :where([data-mantine-color-scheme='light']) .m_c44ba933:active {
      background-color: var(--mantine-color-gray-0);
  }

      :where([data-mantine-color-scheme='light']) .m_c44ba933:active > .m_d8b5e363 {
        background-color: rgba(0, 0, 0, 0.5);
      }

    :where([data-mantine-color-scheme='dark']) .m_c44ba933:active {
      background-color: var(--mantine-color-dark-8);
  }

      :where([data-mantine-color-scheme='dark']) .m_c44ba933:active > .m_d8b5e363 {
        background-color: rgba(255, 255, 255, 0.5);
      }
}

.m_c44ba933:where([data-hidden], [data-state='hidden']) {
    display: none;
  }

.m_c44ba933:where([data-orientation='vertical']) {
    width: var(--scrollarea-scrollbar-size);
    top: 0;
    bottom: var(--sa-corner-width);
    inset-inline-end: 0;
  }

.m_c44ba933:where([data-orientation='horizontal']) {
    height: var(--scrollarea-scrollbar-size);
    flex-direction: column;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: var(--sa-corner-width);
  }

.m_d8b5e363 {
  flex: 1;
  border-radius: var(--scrollarea-scrollbar-size);
  position: relative;
  transition: background-color 150ms ease;
  overflow: hidden;
  opacity: var(--thumb-opacity);
}

.m_d8b5e363::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: calc(2.75rem * var(--mantine-scale));
    min-height: calc(2.75rem * var(--mantine-scale));
  }

:where([data-mantine-color-scheme='light']) .m_d8b5e363 {
    background-color: rgba(0, 0, 0, 0.4);
}

:where([data-mantine-color-scheme='dark']) .m_d8b5e363 {
    background-color: rgba(255, 255, 255, 0.4);
}

.m_21657268 {
  position: absolute;
  opacity: 0;
  transition: opacity 150ms ease;
  display: block;
  inset-inline-end: 0;
  bottom: 0;
}

:where([data-mantine-color-scheme='light']) .m_21657268 {
    background-color: var(--mantine-color-gray-0);
}

:where([data-mantine-color-scheme='dark']) .m_21657268 {
    background-color: var(--mantine-color-dark-8);
}

.m_21657268:where([data-hovered]) {
    opacity: 1;
  }

.m_21657268:where([data-hidden]) {
    display: none;
  }

.m_87cf2631 {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
  appearance: none;
  font-size: var(--mantine-font-size-md);
  text-align: left;
  text-decoration: none;
  color: inherit;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

  :where([dir="rtl"]) .m_87cf2631 {
    text-align: right;
}

.m_515a97f8 {
  border: 0;
  clip: rect(0 0 0 0);
  height: calc(0.0625rem * var(--mantine-scale));
  width: calc(0.0625rem * var(--mantine-scale));
  margin: calc(-0.0625rem * var(--mantine-scale));
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.m_1b7284a3 {
  --paper-radius: var(--mantine-radius-default);

  outline: 0;
  -webkit-tap-highlight-color: transparent;
  display: block;
  touch-action: manipulation;
  text-decoration: none;
  border-radius: var(--paper-radius);
  box-shadow: var(--paper-shadow);
  background-color: var(--mantine-color-body);
}

  [data-mantine-color-scheme='light'] .m_1b7284a3 {
    --paper-border-color: var(--mantine-color-gray-3);
}

  [data-mantine-color-scheme='dark'] .m_1b7284a3 {
    --paper-border-color: var(--mantine-color-dark-4);
}

  .m_1b7284a3:where([data-with-border]) {
    border: calc(0.0625rem * var(--mantine-scale)) solid var(--paper-border-color);
  }

.m_9814e45f {
  inset: 0;
  position: absolute;
  background: var(--overlay-bg, rgba(0, 0, 0, 0.6));
  -webkit-backdrop-filter: var(--overlay-filter);
  backdrop-filter: var(--overlay-filter);
  border-radius: var(--overlay-radius, 0);
  z-index: var(--overlay-z-index);
}

  .m_9814e45f:where([data-fixed]) {
    position: fixed;
  }

  .m_9814e45f:where([data-center]) {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.m_38a85659 {
  position: absolute;
  border: 1px solid var(--popover-border-color);
  padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);
  box-shadow: var(--popover-shadow, none);
  border-radius: var(--popover-radius, var(--mantine-radius-default));
}

  .m_38a85659:where([data-fixed]) {
    position: fixed;
  }

  .m_38a85659:focus {
    outline: none;
  }

  :where([data-mantine-color-scheme='light']) .m_38a85659 {
    --popover-border-color: var(--mantine-color-gray-2);
    background-color: var(--mantine-color-white);
}

  :where([data-mantine-color-scheme='dark']) .m_38a85659 {
    --popover-border-color: var(--mantine-color-dark-4);
    background-color: var(--mantine-color-dark-6);
}

.m_a31dc6c1 {
  background-color: inherit;
  border: 1px solid var(--popover-border-color);
  z-index: 1;
}

.m_3d7bc908 {
  position: fixed;
  inset: 0;
}

.m_5ae2e3c {
  --loader-size-xs: calc(1.125rem * var(--mantine-scale));
  --loader-size-sm: calc(1.375rem * var(--mantine-scale));
  --loader-size-md: calc(2.25rem * var(--mantine-scale));
  --loader-size-lg: calc(2.75rem * var(--mantine-scale));
  --loader-size-xl: calc(3.625rem * var(--mantine-scale));
  --loader-size: var(--loader-size-md);
  --loader-color: var(--mantine-primary-color-filled);
}

/* ----- Bars loader ----- */
@keyframes m_5d2b3b9d {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }

  50%,
  100% {
    transform: scale(1);
  }
}

.m_7a2bd4cd {
  position: relative;
  width: var(--loader-size);
  height: var(--loader-size);
  display: flex;
  gap: calc(var(--loader-size) / 5);
}

.m_870bb79 {
  flex: 1;
  background: var(--loader-color);
  animation: m_5d2b3b9d 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  border-radius: calc(0.125rem * var(--mantine-scale));
}

.m_870bb79:nth-of-type(1) {
    animation-delay: -240ms;
  }

.m_870bb79:nth-of-type(2) {
    animation-delay: -120ms;
  }

.m_870bb79:nth-of-type(3) {
    animation-delay: 0;
  }

/* ----- Dots loader ----- */
@keyframes m_aac34a1 {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.6);
    opacity: 0.5;
  }
}

.m_4e3f22d7 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--loader-size) / 10);
  position: relative;
  width: var(--loader-size);
  height: var(--loader-size);
}

.m_870c4af {
  width: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
  height: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
  border-radius: 50%;
  background: var(--loader-color);
  animation: m_aac34a1 0.8s infinite linear;
}

.m_870c4af:nth-child(2) {
    animation-delay: 0.4s;
  }

/* ----- Oval loader ----- */
@keyframes m_f8e89c4b {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.m_b34414df {
  display: inline-block;
  width: var(--loader-size);
  height: var(--loader-size);
}

.m_b34414df::after {
    content: '';
    display: block;
    width: var(--loader-size);
    height: var(--loader-size);
    border-radius: calc(625rem * var(--mantine-scale));
    border-width: calc(var(--loader-size) / 8);
    border-style: solid;
    border-color: var(--loader-color) var(--loader-color) var(--loader-color) transparent;
    animation: m_f8e89c4b 1.2s linear infinite;
  }

.m_8d3f4000 {
  --ai-size-xs: calc(1.125rem * var(--mantine-scale));
  --ai-size-sm: calc(1.375rem * var(--mantine-scale));
  --ai-size-md: calc(1.75rem * var(--mantine-scale));
  --ai-size-lg: calc(2.125rem * var(--mantine-scale));
  --ai-size-xl: calc(2.75rem * var(--mantine-scale));

  --ai-size-input-xs: calc(1.875rem * var(--mantine-scale));
  --ai-size-input-sm: calc(2.25rem * var(--mantine-scale));
  --ai-size-input-md: calc(2.625rem * var(--mantine-scale));
  --ai-size-input-lg: calc(3.125rem * var(--mantine-scale));
  --ai-size-input-xl: calc(3.75rem * var(--mantine-scale));

  --ai-size: var(--ai-size-md);
  --ai-color: var(--mantine-color-white);

  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  user-select: none;
  overflow: hidden;

  width: var(--ai-size);
  height: var(--ai-size);
  min-width: var(--ai-size);
  min-height: var(--ai-size);
  border-radius: var(--ai-radius, var(--mantine-radius-default));
  background: var(--ai-bg, var(--mantine-primary-color-filled));
  color: var(--ai-color, var(--mantine-color-white));
  border: var(--ai-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
  cursor: pointer;
}

  @media (hover: hover) {
    .m_8d3f4000:hover:where(:not([data-loading], :disabled, [data-disabled])) {
      background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
      color: var(--ai-hover-color, var(--ai-color));
    }
}

  @media (hover: none) {
    .m_8d3f4000:active:where(:not([data-loading], :disabled, [data-disabled])) {
      background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
      color: var(--ai-hover-color, var(--ai-color));
    }
}

  .m_8d3f4000[data-loading] {
    cursor: not-allowed;
  }

  .m_8d3f4000[data-loading] .m_8d3afb97 {
      opacity: 0;
      transform: translateY(100%);
    }

  .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
    cursor: not-allowed;
    border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  }

  :where([data-mantine-color-scheme='light']) .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
      background-color: var(--mantine-color-gray-1);
      color: var(--mantine-color-gray-5);
}

  :where([data-mantine-color-scheme='dark']) .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
      background-color: var(--mantine-color-dark-6);
      color: var(--mantine-color-dark-3);
}

  .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])):active {
      transform: none;
    }

.m_302b9fb1 {
  inset: calc(-0.0625rem * var(--mantine-scale));
  position: absolute;
  border-radius: var(--ai-radius, var(--mantine-radius-default));
  display: flex;
  align-items: center;
  justify-content: center;
}

:where([data-mantine-color-scheme='light']) .m_302b9fb1 {
    background-color: rgba(255, 255, 255, 0.15);
}

:where([data-mantine-color-scheme='dark']) .m_302b9fb1 {
    background-color: rgba(0, 0, 0, 0.15);
}

.m_1a0f1b21 {
  --ai-border-width: calc(0.0625rem * var(--mantine-scale));
  display: flex;
}

.m_1a0f1b21 :where(*):focus {
      position: relative;
      z-index: 1;
    }

.m_1a0f1b21[data-orientation='horizontal'] {
    flex-direction: row;
  }

.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):first-child {
        border-end-end-radius: 0;
        border-start-end-radius: 0;
        border-inline-end-width: calc(var(--ai-border-width) / 2);
      }

.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):last-child {
        border-end-start-radius: 0;
        border-start-start-radius: 0;
        border-inline-start-width: calc(var(--ai-border-width) / 2);
      }

.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
        border-radius: 0;
        border-inline-width: calc(var(--ai-border-width) / 2);
      }

.m_1a0f1b21[data-orientation='vertical'] {
    flex-direction: column;
  }

.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):first-child {
        border-end-start-radius: 0;
        border-end-end-radius: 0;
        border-bottom-width: calc(var(--ai-border-width) / 2);
      }

.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):last-child {
        border-start-start-radius: 0;
        border-start-end-radius: 0;
        border-top-width: calc(var(--ai-border-width) / 2);
      }

.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
        border-radius: 0;
        border-bottom-width: calc(var(--ai-border-width) / 2);
        border-top-width: calc(var(--ai-border-width) / 2);
      }

.m_8d3afb97 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 150ms ease,
    opacity 100ms ease;
  width: 100%;
  height: 100%;
}

.m_437b6484 {
  --section-height-xs: calc(1.125rem * var(--mantine-scale));
  --section-height-sm: calc(1.375rem * var(--mantine-scale));
  --section-height-md: calc(1.75rem * var(--mantine-scale));
  --section-height-lg: calc(2.125rem * var(--mantine-scale));
  --section-height-xl: calc(2.75rem * var(--mantine-scale));

  --section-height-input-xs: calc(1.875rem * var(--mantine-scale));
  --section-height-input-sm: calc(2.25rem * var(--mantine-scale));
  --section-height-input-md: calc(2.625rem * var(--mantine-scale));
  --section-height-input-lg: calc(3.125rem * var(--mantine-scale));
  --section-height-input-xl: calc(3.75rem * var(--mantine-scale));

  --section-padding-x-xs: calc(0.375rem * var(--mantine-scale));
  --section-padding-x-sm: calc(0.5rem * var(--mantine-scale));
  --section-padding-x-md: calc(0.625rem * var(--mantine-scale));
  --section-padding-x-lg: calc(0.75rem * var(--mantine-scale));
  --section-padding-x-xl: calc(1rem * var(--mantine-scale));

  --section-height: var(--section-height-sm);
  --section-padding-x: var(--section-padding-x-sm);
  --section-color: var(--mantine-color-white);

  font-weight: 600;
  width: auto;
  border-radius: var(--section-radius, var(--mantine-radius-default));
  font-size: var(--section-fz, var(--mantine-font-size-sm));
  background: var(--section-bg, var(--mantine-primary-color-filled));
  border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
  color: var(--section-color, var(--mantine-color-white));
  height: var(--section-height, var(--section-height-sm));
  padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
  vertical-align: middle;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.m_86a44da5 {
  --cb-size-xs: calc(1.125rem * var(--mantine-scale));
  --cb-size-sm: calc(1.375rem * var(--mantine-scale));
  --cb-size-md: calc(1.75rem * var(--mantine-scale));
  --cb-size-lg: calc(2.125rem * var(--mantine-scale));
  --cb-size-xl: calc(2.75rem * var(--mantine-scale));

  --cb-size: var(--cb-size-md);
  --cb-icon-size: 70%;
  --cb-radius: var(--mantine-radius-default);

  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  user-select: none;

  width: var(--cb-size);
  height: var(--cb-size);
  min-width: var(--cb-size);
  min-height: var(--cb-size);
  border-radius: var(--cb-radius);
}

  :where([data-mantine-color-scheme='light']) .m_86a44da5 {
    color: var(--mantine-color-gray-7);
}

  :where([data-mantine-color-scheme='dark']) .m_86a44da5 {
    color: var(--mantine-color-dark-1);
}

  .m_86a44da5[data-disabled],
  .m_86a44da5:disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }

@media (hover: hover) {
    :where([data-mantine-color-scheme='light']) .m_220c80f2:where(:not([data-disabled], :disabled)):hover {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_220c80f2:where(:not([data-disabled], :disabled)):hover {
      background-color: var(--mantine-color-dark-6);
  }
}

@media (hover: none) {
    :where([data-mantine-color-scheme='light']) .m_220c80f2:where(:not([data-disabled], :disabled)):active {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_220c80f2:where(:not([data-disabled], :disabled)):active {
      background-color: var(--mantine-color-dark-6);
  }
}

.m_4081bf90 {
  display: flex;
  flex-direction: row;
  flex-wrap: var(--group-wrap, wrap);
  justify-content: var(--group-justify, flex-start);
  align-items: var(--group-align, center);
  gap: var(--group-gap, var(--mantine-spacing-md));
}

  .m_4081bf90:where([data-grow]) > * {
      flex-grow: 1;
      max-width: var(--group-child-width);
    }

.m_615af6c9 {
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: var(--mantine-font-size-md);
}

.m_b5489c3c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--mb-padding, var(--mantine-spacing-md));
  padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) - calc(0.3125rem * var(--mantine-scale)));
  position: sticky;
  top: 0;
  background-color: var(--mantine-color-body);
  z-index: 1000;
  min-height: calc(3.75rem * var(--mantine-scale));
  transition: padding-inline-end 100ms;
}

.m_60c222c7 {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: var(--mb-z-index);
  pointer-events: none;
}

.m_fd1ab0aa {
  pointer-events: all;
  box-shadow: var(--mb-shadow, var(--mantine-shadow-xl));
}

.m_fd1ab0aa [data-mantine-scrollbar] {
    z-index: 1001;
  }

[data-offset-scrollbars] .m_fd1ab0aa:has([data-mantine-scrollbar]) .m_b5489c3c {
    padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) + calc(0.3125rem * var(--mantine-scale)));
  }

.m_606cb269 {
  margin-inline-start: auto;
}

.m_5df29311 {
  padding: var(--mb-padding, var(--mantine-spacing-md));
  padding-top: var(--mb-padding, var(--mantine-spacing-md));
}

.m_5df29311:where(:not(:only-child)) {
    padding-top: 0;
  }

.m_6c018570 {
  position: relative;
  margin-top: var(--input-margin-top, 0rem);
  margin-bottom: var(--input-margin-bottom, 0rem);

  --input-height-xs: calc(1.875rem * var(--mantine-scale));
  --input-height-sm: calc(2.25rem * var(--mantine-scale));
  --input-height-md: calc(2.625rem * var(--mantine-scale));
  --input-height-lg: calc(3.125rem * var(--mantine-scale));
  --input-height-xl: calc(3.75rem * var(--mantine-scale));

  --input-padding-y-xs: calc(0.3125rem * var(--mantine-scale));
  --input-padding-y-sm: calc(0.375rem * var(--mantine-scale));
  --input-padding-y-md: calc(0.5rem * var(--mantine-scale));
  --input-padding-y-lg: calc(0.625rem * var(--mantine-scale));
  --input-padding-y-xl: calc(0.8125rem * var(--mantine-scale));

  --input-height: var(--input-height-sm);
  --input-radius: var(--mantine-radius-default);

  --input-cursor: text;
  --input-text-align: left;
  --input-line-height: calc(var(--input-height) - calc(0.125rem * var(--mantine-scale)));
  --input-padding: calc(var(--input-height) / 3);
  --input-padding-inline-start: var(--input-padding);
  --input-padding-inline-end: var(--input-padding);
  --input-placeholder-color: var(--mantine-color-placeholder);
  --input-color: var(--mantine-color-text);

  --input-left-section-size: var(--input-left-section-width, calc(var(--input-height) - calc(0.125rem * var(--mantine-scale))));

  --input-right-section-size: var(
    --input-right-section-width,
    calc(var(--input-height) - calc(0.125rem * var(--mantine-scale)))
  );

  --input-size: var(--input-height);

  --section-y: calc(0.0625rem * var(--mantine-scale));
  --left-section-start: calc(0.0625rem * var(--mantine-scale));
  --left-section-border-radius: var(--input-radius) 0 0 var(--input-radius);

  --right-section-end: calc(0.0625rem * var(--mantine-scale));
  --right-section-border-radius: 0 var(--input-radius) var(--input-radius) 0;
}

  .m_6c018570[data-variant='unstyled'] {
    --input-padding: 0;
    --input-padding-y: 0;
    --input-padding-inline-start: 0;
    --input-padding-inline-end: 0;
  }

  .m_6c018570[data-pointer] {
    --input-cursor: pointer;
  }

  .m_6c018570[data-multiline] {
    --input-padding-y-xs: calc(0.28125rem * var(--mantine-scale));
    --input-padding-y-sm: calc(0.34375rem * var(--mantine-scale));
    --input-padding-y-md: calc(0.4375rem * var(--mantine-scale));
    --input-padding-y-lg: calc(0.59375rem * var(--mantine-scale));
    --input-padding-y-xl: calc(0.8125rem * var(--mantine-scale));

    --input-size: auto;
    --input-line-height: var(--mantine-line-height);
    --input-padding-y: var(--input-padding-y-sm);
  }

  .m_6c018570[data-with-left-section] {
    --input-padding-inline-start: var(--input-left-section-size);
  }

  .m_6c018570[data-with-right-section] {
    --input-padding-inline-end: var(--input-right-section-size);
  }

  [data-mantine-color-scheme='light'] .m_6c018570 {
    --input-disabled-bg: var(--mantine-color-gray-1);
    --input-disabled-color: var(--mantine-color-gray-6);
}

  [data-mantine-color-scheme='light'] .m_6c018570[data-variant='default'] {
      --input-bd: var(--mantine-color-gray-4);
      --input-bg: var(--mantine-color-white);
      --input-bd-focus: var(--mantine-primary-color-filled);
    }

  [data-mantine-color-scheme='light'] .m_6c018570[data-variant='filled'] {
      --input-bd: transparent;
      --input-bg: var(--mantine-color-gray-1);
      --input-bd-focus: var(--mantine-primary-color-filled);
    }

  [data-mantine-color-scheme='light'] .m_6c018570[data-variant='unstyled'] {
      --input-bd: transparent;
      --input-bg: transparent;
      --input-bd-focus: transparent;
    }

  [data-mantine-color-scheme='dark'] .m_6c018570 {
    --input-disabled-bg: var(--mantine-color-dark-6);
    --input-disabled-color: var(--mantine-color-dark-2);
}

  [data-mantine-color-scheme='dark'] .m_6c018570[data-variant='default'] {
      --input-bd: var(--mantine-color-dark-4);
      --input-bg: var(--mantine-color-dark-6);
      --input-bd-focus: var(--mantine-primary-color-filled);
    }

  [data-mantine-color-scheme='dark'] .m_6c018570[data-variant='filled'] {
      --input-bd: transparent;
      --input-bg: var(--mantine-color-dark-5);
      --input-bd-focus: var(--mantine-primary-color-filled);
    }

  [data-mantine-color-scheme='dark'] .m_6c018570[data-variant='unstyled'] {
      --input-bd: transparent;
      --input-bg: transparent;
      --input-bd-focus: transparent;
    }

  [data-mantine-color-scheme] .m_6c018570[data-error]:not([data-variant='unstyled']) {
      --input-bd: var(--mantine-color-error);
    }

  [data-mantine-color-scheme] .m_6c018570[data-error] {

    --input-color: var(--mantine-color-error);
    --input-placeholder-color: var(--mantine-color-error);
    --input-section-color: var(--mantine-color-error);
}

  :where([dir="rtl"]) .m_6c018570 {
    --input-text-align: right;
    --left-section-border-radius: 0 var(--input-radius) var(--input-radius) 0;
    --right-section-border-radius: var(--input-radius) 0 0 var(--input-radius);
}

.m_8fb7ebe7 {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  resize: var(--input-resize, none);
  display: block;
  width: 100%;
  transition: border-color 100ms ease;

  text-align: var(--input-text-align);
  color: var(--input-color);
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--input-bd);
  background-color: var(--input-bg);
  font-family: var(--input-font-family, var(--mantine-font-family));
  height: var(--input-size);
  min-height: var(--input-height);
  line-height: var(--input-line-height);
  font-size: var(--input-fz, var(--input-fz, var(--mantine-font-size-sm)));
  border-radius: var(--input-radius);
  padding-inline-start: var(--input-padding-inline-start);
  padding-inline-end: var(--input-padding-inline-end);
  padding-top: var(--input-padding-y, 0rem);
  padding-bottom: var(--input-padding-y, 0rem);
  cursor: var(--input-cursor);
  overflow: var(--input-overflow);
}

/* Used as data attribute in Textarea component, does not have associated prop on the Input component */

.m_8fb7ebe7[data-no-overflow] {
    --input-overflow: hidden;
  }

/* Used as data attribute in JsonInput component, does not have associated prop on the Input component */

.m_8fb7ebe7[data-monospace] {
    --input-font-family: var(--mantine-font-family-monospace);
    --input-fz: calc(var(--input-fz, var(--mantine-font-size-sm)) - calc(0.125rem * var(--mantine-scale)));
  }

.m_8fb7ebe7:focus,
  .m_8fb7ebe7:focus-within {
    outline: none;
    --input-bd: var(--input-bd-focus);
  }

[data-error] .m_8fb7ebe7:focus, [data-error] .m_8fb7ebe7:focus-within {
      --input-bd: var(--mantine-color-error);
    }

.m_8fb7ebe7::placeholder {
    color: var(--input-placeholder-color);
    opacity: 1;
  }

.m_8fb7ebe7::-webkit-inner-spin-button,
  .m_8fb7ebe7::-webkit-outer-spin-button,
  .m_8fb7ebe7::-webkit-search-decoration,
  .m_8fb7ebe7::-webkit-search-cancel-button,
  .m_8fb7ebe7::-webkit-search-results-button,
  .m_8fb7ebe7::-webkit-search-results-decoration {
    appearance: none;
  }

.m_8fb7ebe7[type='number'] {
    -moz-appearance: textfield;
  }

.m_8fb7ebe7:disabled,
  .m_8fb7ebe7[data-disabled] {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: var(--input-disabled-bg);
    color: var(--input-disabled-color);
  }

/* Required to be a separate selector to work in Firefox, can be merged with &:disabled once :has is supported */

.m_8fb7ebe7:has(input:disabled) {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: var(--input-disabled-bg);
    color: var(--input-disabled-color);
  }

.m_82577fc2 {
  pointer-events: var(--section-pointer-events);
  position: absolute;
  z-index: 1;
  inset-inline-start: var(--section-start);
  inset-inline-end: var(--section-end);
  bottom: var(--section-y);
  top: var(--section-y);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--section-size);
  border-radius: var(--section-border-radius);
  color: var(--input-section-color, var(--mantine-color-dimmed));
}

.m_82577fc2[data-position='right'] {
    --section-pointer-events: var(--input-right-section-pointer-events);
    --section-end: var(--right-section-end);
    --section-size: var(--input-right-section-size);
    --section-border-radius: var(--right-section-border-radius);
  }

.m_82577fc2[data-position='left'] {
    --section-pointer-events: var(--input-left-section-pointer-events);
    --section-start: var(--left-section-start);
    --section-size: var(--input-left-section-size);
    --section-border-radius: var(--left-section-border-radius);
  }

/* ----- Input.Placeholder ----- */
.m_88bacfd0 {
  color: var(--input-placeholder-color, var(--mantine-color-placeholder));
}
[data-error] .m_88bacfd0 {
    --input-placeholder-color: var(--input-color, var(--mantine-color-placeholder));
  }

/* ----- Input.Wrapper ----- */
.m_46b77525 {
  line-height: var(--mantine-line-height);
}

.m_8fdc1311 {
  display: inline-block;
  font-weight: 500;
  word-break: break-word;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
  font-size: var(--input-label-size, var(--mantine-font-size-sm));
}

.m_78a94662 {
  color: var(--input-asterisk-color, var(--mantine-color-error));
}

.m_8f816625,
.m_fe47ce59 {
  word-wrap: break-word;
  line-height: 1.2;
  display: block;
  margin: 0;
  padding: 0;
}

.m_8f816625 {
  color: var(--mantine-color-error);
  font-size: var(--input-error-size, calc(var(--mantine-font-size-sm) - calc(0.125rem * var(--mantine-scale))));
}

.m_fe47ce59 {
  color: var(--mantine-color-dimmed);
  font-size: var(--input-description-size, calc(var(--mantine-font-size-sm) - calc(0.125rem * var(--mantine-scale))));
}

.m_8bffd616 {
  display: flex;
}

.m_96b553a6 {
  --transition-duration: 150ms;

  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  transition-property: transform, width, height;
  transition-timing-function: ease;
  transition-duration: 0ms;
}

  .m_96b553a6:where([data-initialized]) {
    transition-duration: var(--transition-duration);
  }

  .m_96b553a6:where([data-hidden]) {
    background-color: red;
    display: none;
  }

.m_9bdbb667 {
  --accordion-radius: var(--mantine-radius-default);
}

.m_df78851f {
  word-break: break-word;
}

.m_4ba554d4 {
  padding: var(--mantine-spacing-md);
  padding-top: calc(var(--mantine-spacing-xs) / 2);
}

.m_8fa820a0 {
  margin: 0;
  padding: 0;
}

.m_4ba585b8 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-inline: var(--mantine-spacing-md);
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
}

.m_4ba585b8:where([data-chevron-position='left']) {
    flex-direction: row;
    padding-inline-start: 0;
  }

:where([data-mantine-color-scheme='light']) .m_4ba585b8 {
    color: var(--mantine-color-black);
}

:where([data-mantine-color-scheme='dark']) .m_4ba585b8 {
    color: var(--mantine-color-dark-0);
}

.m_4ba585b8:where(:disabled, [data-disabled]) {
    opacity: 0.4;
    cursor: not-allowed;
  }

@media (hover: hover) {
      :where([data-mantine-color-scheme='light']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover, :where([data-mantine-color-scheme='light']) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
        background-color: var(--mantine-color-gray-0);
  }

      :where([data-mantine-color-scheme='dark']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover, :where([data-mantine-color-scheme='dark']) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
        background-color: var(--mantine-color-dark-6);
  }
}

@media (hover: none) {
      :where([data-mantine-color-scheme='light']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active, :where([data-mantine-color-scheme='light']) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
        background-color: var(--mantine-color-gray-0);
  }

      :where([data-mantine-color-scheme='dark']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active, :where([data-mantine-color-scheme='dark']) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
        background-color: var(--mantine-color-dark-6);
  }
}

.m_df3ffa0f {
  color: inherit;
  font-weight: 400;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: var(--mantine-spacing-sm);
  padding-bottom: var(--mantine-spacing-sm);
}

.m_3f35ae96 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform var(--accordion-transition-duration, 200ms) ease;
  width: var(--accordion-chevron-size, calc(0.9375rem * var(--mantine-scale)));
  min-width: var(--accordion-chevron-size, calc(0.9375rem * var(--mantine-scale)));
  transform: rotate(0deg);
}

.m_3f35ae96:where([data-rotate]) {
    transform: rotate(180deg);
  }

.m_3f35ae96:where([data-position='left']) {
    margin-inline-end: var(--mantine-spacing-md);
    margin-inline-start: var(--mantine-spacing-md);
  }

.m_9bd771fe {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: var(--mantine-spacing-sm);
}

.m_9bd771fe:where([data-chevron-position='left']) {
    margin-inline-end: 0;
    margin-inline-start: var(--mantine-spacing-lg);
  }

:where([data-mantine-color-scheme='light']) .m_9bd7b098 {
    --item-border-color: var(--mantine-color-gray-3);
    --item-filled-color: var(--mantine-color-gray-0);
}

:where([data-mantine-color-scheme='dark']) .m_9bd7b098 {
    --item-border-color: var(--mantine-color-dark-4);
    --item-filled-color: var(--mantine-color-dark-6);
}

.m_fe19b709 {
  border-bottom: 1px solid var(--item-border-color);
}

.m_1f921b3b {
  border: 1px solid var(--item-border-color);
  transition: background-color 150ms ease;
}

.m_1f921b3b:where([data-active]) {
    background-color: var(--item-filled-color);
  }

.m_1f921b3b:first-of-type {
    border-start-start-radius: var(--accordion-radius);
    border-start-end-radius: var(--accordion-radius);
  }

.m_1f921b3b:first-of-type > [data-accordion-control] {
      border-start-start-radius: var(--accordion-radius);
      border-start-end-radius: var(--accordion-radius);
    }

.m_1f921b3b:last-of-type {
    border-end-start-radius: var(--accordion-radius);
    border-end-end-radius: var(--accordion-radius);
  }

.m_1f921b3b:last-of-type > [data-accordion-control] {
      border-end-start-radius: var(--accordion-radius);
      border-end-end-radius: var(--accordion-radius);
    }

.m_1f921b3b + .m_1f921b3b {
    border-top: 0;
  }

.m_2cdf939a {
  border-radius: var(--accordion-radius);
}

.m_2cdf939a:where([data-active]) {
    background-color: var(--item-filled-color);
  }

.m_9f59b069 {
  background-color: var(--item-filled-color);
  border-radius: var(--accordion-radius);
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  transition: background-color 150ms ease;
}

.m_9f59b069[data-active] {
    border-color: var(--item-border-color);
  }

:where([data-mantine-color-scheme='light']) .m_9f59b069[data-active] {
      background-color: var(--mantine-color-white);
}

:where([data-mantine-color-scheme='dark']) .m_9f59b069[data-active] {
      background-color: var(--mantine-color-dark-7);
}

.m_9f59b069 + .m_9f59b069 {
    margin-top: var(--mantine-spacing-md);
  }

.m_7f854edf {
  position: fixed;
  z-index: var(--affix-z-index);
  inset-inline-start: var(--affix-left);
  inset-inline-end: var(--affix-right);
  top: var(--affix-top);
  bottom: var(--affix-bottom);
}

.m_66836ed3 {
  --alert-radius: var(--mantine-radius-default);
  --alert-bg: var(--mantine-primary-color-light);
  --alert-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  --alert-color: var(--mantine-primary-color-light-color);

  padding: var(--mantine-spacing-md) var(--mantine-spacing-md);
  border-radius: var(--alert-radius);
  position: relative;
  overflow: hidden;
  background-color: var(--alert-bg);
  border: var(--alert-bd);
  color: var(--alert-color);
}

.m_a5d60502 {
  display: flex;
}

.m_667c2793 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--mantine-spacing-xs);
}

.m_6a03f287 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--mantine-font-size-sm);
  font-weight: 700;
}

.m_6a03f287:where([data-with-close-button]) {
    padding-inline-end: var(--mantine-spacing-md);
  }

.m_698f4f23 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m_667f2a6a {
  line-height: 1;
  width: calc(1.25rem * var(--mantine-scale));
  height: calc(1.25rem * var(--mantine-scale));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-inline-end: var(--mantine-spacing-md);
  margin-top: calc(0.0625rem * var(--mantine-scale));
}

.m_7fa78076 {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: var(--mantine-font-size-sm);
}

:where([data-mantine-color-scheme='light']) .m_7fa78076 {
    color: var(--mantine-color-black);
}

:where([data-mantine-color-scheme='dark']) .m_7fa78076 {
    color: var(--mantine-color-white);
}

.m_7fa78076:where([data-variant='filled']) {
    color: var(--alert-color);
  }

.m_7fa78076:where([data-variant='white']) {
    color: var(--mantine-color-black);
  }

.m_87f54839 {
  width: calc(1.25rem * var(--mantine-scale));
  height: calc(1.25rem * var(--mantine-scale));
  color: var(--alert-color);
}

.m_b6d8b162 {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  font-size: var(--text-fz, var(--mantine-font-size-md));
  line-height: var(--text-lh, var(--mantine-line-height-md));
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: var(--text-color);
}

  .m_b6d8b162:where([data-truncate]) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m_b6d8b162:where([data-truncate='start']) {
    direction: rtl;
    text-align: right;
  }

  :where([dir="rtl"]) .m_b6d8b162:where([data-truncate='start']) {
      direction: ltr;
      text-align: left;
}

  .m_b6d8b162:where([data-variant='gradient']) {
    background-image: var(--text-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .m_b6d8b162:where([data-line-clamp]) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--text-line-clamp);
    -webkit-box-orient: vertical;
  }

  .m_b6d8b162:where([data-inherit]) {
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
  }

  .m_b6d8b162:where([data-inline]) {
    line-height: 1;
  }

.m_849cf0da {
  color: var(--mantine-color-anchor);
  text-decoration: none;
  appearance: none;
  border: none;
  display: inline;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}

  @media (hover: hover) {

  .m_849cf0da:where([data-underline='hover']):hover {
      text-decoration: underline;
  }
}

  @media (hover: none) {

  .m_849cf0da:where([data-underline='hover']):active {
      text-decoration: underline;
  }
}

  .m_849cf0da:where([data-underline='not-hover']) {
    text-decoration: underline;
  }

  @media (hover: hover) {

  .m_849cf0da:where([data-underline='not-hover']):hover {
      text-decoration: none;
  }
}

  @media (hover: none) {

  .m_849cf0da:where([data-underline='not-hover']):active {
      text-decoration: none;
  }
}

  .m_849cf0da:where([data-underline='always']) {
    text-decoration: underline;
  }

  .m_849cf0da:where([data-variant='gradient']),
    .m_849cf0da:where([data-variant='gradient']):hover {
      text-decoration: none;
    }

  .m_849cf0da:where([data-line-clamp]) {
    display: -webkit-box;
  }

.m_48204f9b {
  width: var(--slider-size);
  height: var(--slider-size);
  position: relative;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

  .m_48204f9b:focus-within {
    outline: 2px solid var(--mantine-primary-color-filled);
    outline-offset: calc(0.125rem * var(--mantine-scale));
  }

  .m_48204f9b {

  --slider-size: calc(3.75rem * var(--mantine-scale));
  --thumb-size: calc(var(--slider-size) / 5);
}

  :where([data-mantine-color-scheme='light']) .m_48204f9b {
    background-color: var(--mantine-color-gray-1);
}

  :where([data-mantine-color-scheme='dark']) .m_48204f9b {
    background-color: var(--mantine-color-dark-5);
}

.m_bb9cdbad {
  position: absolute;
  inset: calc(0.0625rem * var(--mantine-scale));
  border-radius: var(--slider-size);
  pointer-events: none;
}

.m_481dd586 {
  width: calc(0.125rem * var(--mantine-scale));
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  transform: rotate(var(--angle));
}

.m_481dd586::before {
    content: '';
    position: absolute;
    top: calc(var(--thumb-size) / 3);
    left: calc(0.03125rem * var(--mantine-scale));
    width: calc(0.0625rem * var(--mantine-scale));
    height: calc(var(--thumb-size) / 1.5);
    transform: translate(-50%, -50%);
  }

:where([data-mantine-color-scheme='light']) .m_481dd586::before {
      background-color: var(--mantine-color-gray-4);
}

:where([data-mantine-color-scheme='dark']) .m_481dd586::before {
      background-color: var(--mantine-color-dark-3);
}

.m_481dd586[data-label]::after {
    min-width: calc(1.125rem * var(--mantine-scale));
    text-align: center;
    content: attr(data-label);
    position: absolute;
    top: calc(-1.5rem * var(--mantine-scale));
    left: calc(-0.4375rem * var(--mantine-scale));
    transform: rotate(calc(360deg - var(--angle)));
    font-size: var(--mantine-font-size-xs);
  }

.m_bc02ba3d {
  position: absolute;
  inset-block: 0;
  inset-inline-start: calc(50% - 1.5px);
  inset-inline-end: 0;
  height: 100%;
  width: calc(0.1875rem * var(--mantine-scale));
  outline: none;
  pointer-events: none;
}

.m_bc02ba3d::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: min(var(--thumb-size), calc(var(--slider-size) / 2));
    width: calc(0.1875rem * var(--mantine-scale));
  }

:where([data-mantine-color-scheme='light']) .m_bc02ba3d::before {
      background-color: var(--mantine-color-gray-7);
}

:where([data-mantine-color-scheme='dark']) .m_bc02ba3d::before {
      background-color: var(--mantine-color-dark-1);
}

.m_bb8e875b {
  font-size: var(--mantine-font-size-xs);
}

.m_89ab340[data-resizing] {
    --app-shell-transition-duration: 0ms !important;
  }
  .m_89ab340[data-disabled] {
    --app-shell-header-offset: 0rem !important;
    --app-shell-navbar-offset: 0rem !important;
    --app-shell-aside-offset: 0rem !important;
    --app-shell-footer-offset: 0rem !important;
  }
  [data-mantine-color-scheme='light'] .m_89ab340 {
    --app-shell-border-color: var(--mantine-color-gray-3);
}
  [data-mantine-color-scheme='dark'] .m_89ab340 {
    --app-shell-border-color: var(--mantine-color-dark-4);
}

.m_45252eee,
.m_9cdde9a,
.m_3b16f56b,
.m_8983817,
.m_3840c879 {
  transition-duration: var(--app-shell-transition-duration);
  transition-timing-function: var(--app-shell-transition-timing-function);
}

.m_45252eee,
.m_9cdde9a {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: var(--app-shell-header-offset, 0rem);
  height: calc(
    100dvh - var(--app-shell-header-offset, 0rem) - var(--app-shell-footer-offset, 0rem)
  );
  background-color: var(--mantine-color-body);
  transition-property: transform, top, height;
}

:where([data-layout='alt']) .m_45252eee, :where([data-layout='alt']) .m_9cdde9a {
    top: 0rem;
    height: 100dvh;
  }

.m_45252eee {
  inset-inline-start: 0;
  width: var(--app-shell-navbar-width);
  transition-property: transform, top, height;
  transform: var(--app-shell-navbar-transform);
  z-index: var(--app-shell-navbar-z-index);
}

:where([dir="rtl"]) .m_45252eee {
    transform: var(--app-shell-navbar-transform-rtl);
}

.m_45252eee:where([data-with-border]) {
    border-inline-end: 1px solid var(--app-shell-border-color);
  }

.m_9cdde9a {
  inset-inline-end: 0;
  width: var(--app-shell-aside-width);
  transform: var(--app-shell-aside-transform);
  z-index: var(--app-shell-aside-z-index);
}

:where([dir="rtl"]) .m_9cdde9a {
    transform: var(--app-shell-aside-transform-rtl);
}

.m_9cdde9a:where([data-with-border]) {
    border-inline-start: 1px solid var(--app-shell-border-color);
  }

.m_8983817 {
  padding-inline-start: calc(var(--app-shell-navbar-offset, 0rem) + var(--app-shell-padding));
  padding-inline-end: calc(var(--app-shell-aside-offset, 0rem) + var(--app-shell-padding));
  padding-top: calc(var(--app-shell-header-offset, 0rem) + var(--app-shell-padding));
  padding-bottom: calc(var(--app-shell-footer-offset, 0rem) + var(--app-shell-padding));
  min-height: 100dvh;
  transition-property: padding;
}

.m_3b16f56b,
.m_3840c879 {
  position: fixed;
  inset-inline: 0;
  transition-property: transform, left, right;
  background-color: var(--mantine-color-body);
}

:where([data-layout='alt']) .m_3b16f56b, :where([data-layout='alt']) .m_3840c879 {
    inset-inline-start: var(--app-shell-navbar-offset, 0rem);
    inset-inline-end: var(--app-shell-aside-offset, 0rem);
  }

.m_3b16f56b {
  top: 0;
  height: var(--app-shell-header-height);
  background-color: var(--mantine-color-body);
  transform: var(--app-shell-header-transform);
  z-index: var(--app-shell-header-z-index);
}

.m_3b16f56b:where([data-with-border]) {
    border-bottom: 1px solid var(--app-shell-border-color);
  }

.m_3840c879 {
  bottom: 0;
  height: calc(var(--app-shell-footer-height) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  transform: var(--app-shell-footer-transform);
  z-index: var(--app-shell-footer-z-index);
}

.m_3840c879:where([data-with-border]) {
    border-top: 1px solid var(--app-shell-border-color);
  }

.m_6dcfc7c7 {
  flex-grow: 0;
}

.m_6dcfc7c7:where([data-grow]) {
    flex-grow: 1;
  }

.m_71ac47fc {
  --ar-ratio: 1;
  max-width: 100%;
}

  .m_71ac47fc > :where(*:not(style)) {
    aspect-ratio: var(--ar-ratio);
    width: 100%;
  }

  .m_71ac47fc > :where(img, video) {
    object-fit: cover;
  }

.m_88b62a41 {
  --combobox-padding: calc(0.25rem * var(--mantine-scale));
  padding: var(--combobox-padding);
}

  .m_88b62a41:has([data-mantine-scrollbar]) .m_985517d8 {
      max-width: calc(100% + var(--combobox-padding));
    }

  .m_88b62a41[data-composed] {
    padding-inline-end: 0;
  }

  .m_88b62a41[data-hidden] {
    display: none;
  }

/* Variables must be both on dropdown and options to support usage of Combobox.Options without Combobox.Dropdown */
.m_88b62a41,
.m_b2821a6e {
  --combobox-option-padding-xs: calc(0.25rem * var(--mantine-scale)) calc(0.5rem * var(--mantine-scale));
  --combobox-option-padding-sm: calc(0.375rem * var(--mantine-scale)) calc(0.625rem * var(--mantine-scale));
  --combobox-option-padding-md: calc(0.5rem * var(--mantine-scale)) calc(0.75rem * var(--mantine-scale));
  --combobox-option-padding-lg: calc(0.625rem * var(--mantine-scale)) calc(1rem * var(--mantine-scale));
  --combobox-option-padding-xl: calc(0.875rem * var(--mantine-scale)) calc(1.25rem * var(--mantine-scale));
  --combobox-option-padding: var(--combobox-option-padding-sm);
}

.m_92253aa5 {
  padding: var(--combobox-option-padding);
  font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
  border-radius: var(--mantine-radius-default);
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  word-break: break-word;
}

.m_92253aa5:where([data-combobox-selected]) {
    background-color: var(--mantine-primary-color-filled);
    color: var(--mantine-color-white);
  }

.m_92253aa5:where([data-combobox-disabled]) {
    cursor: not-allowed;
    opacity: 0.35;
  }

@media (hover: hover) {
      :where([data-mantine-color-scheme='light']) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
        background-color: var(--mantine-color-gray-0);
  }

      :where([data-mantine-color-scheme='dark']) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
        background-color: var(--mantine-color-dark-7);
  }
}

@media (hover: none) {
      :where([data-mantine-color-scheme='light']) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
        background-color: var(--mantine-color-gray-0);
  }

      :where([data-mantine-color-scheme='dark']) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
        background-color: var(--mantine-color-dark-7);
  }
}

.m_985517d8 {
  margin-inline: calc(var(--combobox-padding) * -1);
  margin-top: calc(var(--combobox-padding) * -1);
  width: calc(100% + var(--combobox-padding) * 2);
  border-top-width: 0;
  border-inline-width: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  margin-bottom: var(--combobox-padding);
  position: relative;
}

:where([data-mantine-color-scheme='light']) .m_985517d8, :where([data-mantine-color-scheme='light']) .m_985517d8:focus {
      border-color: var(--mantine-color-gray-2);
}

:where([data-mantine-color-scheme='dark']) .m_985517d8, :where([data-mantine-color-scheme='dark']) .m_985517d8:focus {
      border-color: var(--mantine-color-dark-4);
}

:where([data-mantine-color-scheme='light']) .m_985517d8 {
    background-color: var(--mantine-color-white);
}

:where([data-mantine-color-scheme='dark']) .m_985517d8 {
    background-color: var(--mantine-color-dark-7);
}

.m_2530cd1d {
  font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
  text-align: center;
  padding: var(--combobox-option-padding);
  color: var(--mantine-color-dimmed);
}

.m_858f94bd,
.m_82b967cb {
  font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
  border: 0 solid transparent;
  margin-inline: calc(var(--combobox-padding) * -1);
  padding: var(--combobox-option-padding);
}

:where([data-mantine-color-scheme='light']) .m_858f94bd, :where([data-mantine-color-scheme='light']) .m_82b967cb {
    border-color: var(--mantine-color-gray-2);
}

:where([data-mantine-color-scheme='dark']) .m_858f94bd, :where([data-mantine-color-scheme='dark']) .m_82b967cb {
    border-color: var(--mantine-color-dark-4);
}

.m_82b967cb {
  border-top-width: calc(0.0625rem * var(--mantine-scale));
  margin-top: var(--combobox-padding);
  margin-bottom: calc(var(--combobox-padding) * -1);
}

.m_858f94bd {
  border-bottom-width: calc(0.0625rem * var(--mantine-scale));
  margin-bottom: var(--combobox-padding);
  margin-top: calc(var(--combobox-padding) * -1);
}

.m_254f3e4f:has(.m_2bb2e9e5:only-child) {
    display: none;
  }

.m_2bb2e9e5 {
  color: var(--mantine-color-dimmed);
  font-size: calc(var(--combobox-option-fz, var(--mantine-font-size-sm)) * 0.85);
  padding: var(--combobox-option-padding);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.m_2bb2e9e5::after {
    content: '';
    flex: 1;
    inset-inline: 0;
    height: calc(0.0625rem * var(--mantine-scale));
    margin-inline-start: var(--mantine-spacing-xs);
  }

:where([data-mantine-color-scheme='light']) .m_2bb2e9e5::after {
      background-color: var(--mantine-color-gray-2);
}

:where([data-mantine-color-scheme='dark']) .m_2bb2e9e5::after {
      background-color: var(--mantine-color-dark-4);
}

.m_2bb2e9e5:only-child {
    display: none;
  }

/* ------- Combobox.Chevron ------- */
.m_2943220b {
  --combobox-chevron-size-xs: calc(0.875rem * var(--mantine-scale));
  --combobox-chevron-size-sm: calc(1.125rem * var(--mantine-scale));
  --combobox-chevron-size-md: calc(1.25rem * var(--mantine-scale));
  --combobox-chevron-size-lg: calc(1.5rem * var(--mantine-scale));
  --combobox-chevron-size-xl: calc(1.75rem * var(--mantine-scale));
  --combobox-chevron-size: var(--combobox-chevron-size-sm);
}
:where([data-mantine-color-scheme='light']) .m_2943220b {
    --_combobox-chevron-color: var(--combobox-chevron-color, var(--mantine-color-gray-6));
}
:where([data-mantine-color-scheme='dark']) .m_2943220b {
    --_combobox-chevron-color: var(--combobox-chevron-color, var(--mantine-color-dark-3));
}
.m_2943220b {

  width: var(--combobox-chevron-size);
  height: var(--combobox-chevron-size);
  color: var(--_combobox-chevron-color);
}
.m_2943220b:where([data-error]) {
    color: var(--combobox-chevron-color, var(--mantine-color-error));
  }

/* ------- OptionsDropdown ------- */
.m_390b5f4 {
  display: flex;
  align-items: center;
  gap: calc(0.5rem * var(--mantine-scale));
}
.m_390b5f4:where([data-reverse]) {
    justify-content: space-between;
  }

.m_8ee53fc2 {
  opacity: 0.4;
  width: 0.8em;
  min-width: 0.8em;
  height: 0.8em;
}

:where([data-combobox-selected]) .m_8ee53fc2 {
    opacity: 1;
  }

.m_5f75b09e {
  --label-lh-xs: calc(1rem * var(--mantine-scale));
  --label-lh-sm: calc(1.25rem * var(--mantine-scale));
  --label-lh-md: calc(1.5rem * var(--mantine-scale));
  --label-lh-lg: calc(1.875rem * var(--mantine-scale));
  --label-lh-xl: calc(2.25rem * var(--mantine-scale));
  --label-lh: var(--label-lh-sm);
}

  .m_5f75b09e[data-label-position='left'] {
    --label-order: 1;
    --label-offset-end: var(--mantine-spacing-sm);
    --label-offset-start: 0;
  }

  .m_5f75b09e[data-label-position='right'] {
    --label-order: 2;
    --label-offset-end: 0;
    --label-offset-start: var(--mantine-spacing-sm);
  }

.m_5f6e695e {
  display: flex;
}

.m_d3ea56bb {
  --label-cursor: var(--mantine-cursor-type);

  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  flex-direction: column;
  font-size: var(--label-fz, var(--mantine-font-size-sm));
  line-height: var(--label-lh);
  cursor: var(--label-cursor);
  order: var(--label-order);
}

fieldset:disabled .m_d3ea56bb,
  .m_d3ea56bb[data-disabled] {
    --label-cursor: not-allowed;
  }

.m_8ee546b8 {
  cursor: var(--label-cursor);
  color: inherit;
  padding-inline-start: var(--label-offset-start);
  padding-inline-end: var(--label-offset-end);
}

:where([data-mantine-color-scheme='light']) fieldset:disabled .m_8ee546b8, :where([data-mantine-color-scheme='light']) .m_8ee546b8:where([data-disabled]) {
      color: var(--mantine-color-gray-5);
}

:where([data-mantine-color-scheme='dark']) fieldset:disabled .m_8ee546b8, :where([data-mantine-color-scheme='dark']) .m_8ee546b8:where([data-disabled]) {
      color: var(--mantine-color-dark-3);
}

.m_328f68c0 {
  margin-top: calc(var(--mantine-spacing-xs) / 2);
  padding-inline-start: var(--label-offset-start);
  padding-inline-end: var(--label-offset-end);
}

.m_8e8a99cc {
  margin-top: calc(var(--mantine-spacing-xs) / 2);
  padding-inline-start: var(--label-offset-start);
  padding-inline-end: var(--label-offset-end);
}

.m_26775b0a {
  --card-radius: var(--mantine-radius-default);

  display: block;
  width: 100%;
  border-radius: var(--card-radius);
  cursor: pointer;
}

  .m_26775b0a :where(*) {
    cursor: inherit;
  }

  .m_26775b0a:where([data-with-border]) {
    border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  }

  :where([data-mantine-color-scheme='light']) .m_26775b0a:where([data-with-border]) {
      border-color: var(--mantine-color-gray-3);
}

  :where([data-mantine-color-scheme='dark']) .m_26775b0a:where([data-with-border]) {
      border-color: var(--mantine-color-dark-4);
}

.m_5e5256ee {
  --checkbox-size-xs: calc(1rem * var(--mantine-scale));
  --checkbox-size-sm: calc(1.25rem * var(--mantine-scale));
  --checkbox-size-md: calc(1.5rem * var(--mantine-scale));
  --checkbox-size-lg: calc(1.875rem * var(--mantine-scale));
  --checkbox-size-xl: calc(2.25rem * var(--mantine-scale));

  --checkbox-size: var(--checkbox-size-sm);
  --checkbox-color: var(--mantine-primary-color-filled);
  --checkbox-icon-color: var(--mantine-color-white);

  position: relative;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  width: var(--checkbox-size);
  min-width: var(--checkbox-size);
  height: var(--checkbox-size);
  min-height: var(--checkbox-size);
  border-radius: var(--checkbox-radius, var(--mantine-radius-default));
  transition:
    border-color 100ms ease,
    background-color 100ms ease;
  cursor: var(--mantine-cursor-type);
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

  :where([data-mantine-color-scheme='light']) .m_5e5256ee {
    background-color: var(--mantine-color-white);
    border-color: var(--mantine-color-gray-4);
}

  :where([data-mantine-color-scheme='dark']) .m_5e5256ee {
    background-color: var(--mantine-color-dark-6);
    border-color: var(--mantine-color-dark-4);
}

  .m_5e5256ee[data-indeterminate],
  .m_5e5256ee[data-checked] {
    background-color: var(--checkbox-color);
    border-color: var(--checkbox-color);
  }

  .m_5e5256ee[data-indeterminate] > .m_1b1c543a, .m_5e5256ee[data-checked] > .m_1b1c543a {
      opacity: 1;
      transform: none;
      color: var(--checkbox-icon-color);
    }

  .m_5e5256ee[data-disabled] {
    cursor: not-allowed;
  }

  :where([data-mantine-color-scheme='light']) .m_5e5256ee[data-disabled] {
      background-color: var(--mantine-color-gray-2);
      border-color: var(--mantine-color-gray-3);
}

  :where([data-mantine-color-scheme='dark']) .m_5e5256ee[data-disabled] {
      background-color: var(--mantine-color-dark-6);
      border-color: var(--mantine-color-dark-6);
}

  [data-mantine-color-scheme='light'] .m_5e5256ee[data-disabled][data-checked] > .m_1b1c543a {
        color: var(--mantine-color-gray-5);
}

  [data-mantine-color-scheme='dark'] .m_5e5256ee[data-disabled][data-checked] > .m_1b1c543a {
        color: var(--mantine-color-dark-3);
}

.m_76e20374[data-indeterminate]:not([data-disabled]),
  .m_76e20374[data-checked]:not([data-disabled]) {
    background-color: transparent;
    border-color: var(--checkbox-color);
  }

.m_76e20374[data-indeterminate]:not([data-disabled]) > .m_1b1c543a, .m_76e20374[data-checked]:not([data-disabled]) > .m_1b1c543a {
      color: var(--checkbox-color);
      opacity: 1;
      transform: none;
    }

.m_1b1c543a {
  display: block;
  width: 60%;
  color: transparent;
  pointer-events: none;
  transform: translateY(calc(0.3125rem * var(--mantine-scale))) scale(0.5);
  opacity: 1;
  transition:
    transform 100ms ease,
    opacity 100ms ease;
}

.m_bf2d988c {
  --checkbox-size-xs: calc(1rem * var(--mantine-scale));
  --checkbox-size-sm: calc(1.25rem * var(--mantine-scale));
  --checkbox-size-md: calc(1.5rem * var(--mantine-scale));
  --checkbox-size-lg: calc(1.875rem * var(--mantine-scale));
  --checkbox-size-xl: calc(2.25rem * var(--mantine-scale));

  --checkbox-size: var(--checkbox-size-sm);
  --checkbox-color: var(--mantine-primary-color-filled);
  --checkbox-icon-color: var(--mantine-color-white);
}

.m_26062bec {
  position: relative;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  order: 1;
}

.m_26062bec:where([data-label-position='left']) {
    order: 2;
  }

.m_26063560 {
  appearance: none;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border-radius: var(--checkbox-radius, var(--mantine-radius-default));
  padding: 0;
  display: block;
  margin: 0;
  transition:
    border-color 100ms ease,
    background-color 100ms ease;
  cursor: var(--mantine-cursor-type);
  -webkit-tap-highlight-color: transparent;
}

:where([data-mantine-color-scheme='light']) .m_26063560 {
    background-color: var(--mantine-color-white);
    border-color: var(--mantine-color-gray-4);
}

:where([data-mantine-color-scheme='dark']) .m_26063560 {
    background-color: var(--mantine-color-dark-6);
    border-color: var(--mantine-color-dark-4);
}

.m_26063560:where([data-error]) {
    border-color: var(--mantine-color-error);
  }

.m_26063560[data-indeterminate],
  .m_26063560:checked {
    background-color: var(--checkbox-color);
    border-color: var(--checkbox-color);
  }

.m_26063560[data-indeterminate] + .m_bf295423, .m_26063560:checked + .m_bf295423 {
      opacity: 1;
      transform: none;
    }

.m_26063560:disabled {
    cursor: not-allowed;
  }

:where([data-mantine-color-scheme='light']) .m_26063560:disabled {
      background-color: var(--mantine-color-gray-2);
      border-color: var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_26063560:disabled {
      background-color: var(--mantine-color-dark-6);
      border-color: var(--mantine-color-dark-6);
}

[data-mantine-color-scheme='light'] .m_26063560:disabled + .m_bf295423 {
        color: var(--mantine-color-gray-5);
}

[data-mantine-color-scheme='dark'] .m_26063560:disabled + .m_bf295423 {
        color: var(--mantine-color-dark-3);
}

.m_215c4542 + .m_bf295423 {
    color: var(--checkbox-color);
  }

.m_215c4542[data-indeterminate]:not(:disabled),
  .m_215c4542:checked:not(:disabled) {
    background-color: transparent;
    border-color: var(--checkbox-color);
  }

.m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
      color: var(--checkbox-color);
      opacity: 1;
      transform: none;
    }

.m_bf295423 {
  position: absolute;
  inset: 0;
  width: 60%;
  margin: auto;
  color: var(--checkbox-icon-color);
  pointer-events: none;
  transform: translateY(calc(0.3125rem * var(--mantine-scale))) scale(0.5);
  opacity: 0;
  transition:
    transform 100ms ease,
    opacity 100ms ease;
}

/* Avatar.Group root element */
.m_11def92b {
  --ag-spacing: var(--mantine-spacing-sm);
  --ag-offset: calc(var(--ag-spacing) * -1);

  display: flex;
  padding-inline-start: var(--ag-spacing);
}

/* Avatar root element */
.m_f85678b6 {
  --avatar-size-xs: calc(1rem * var(--mantine-scale));
  --avatar-size-sm: calc(1.625rem * var(--mantine-scale));
  --avatar-size-md: calc(2.375rem * var(--mantine-scale));
  --avatar-size-lg: calc(3.5rem * var(--mantine-scale));
  --avatar-size-xl: calc(5.25rem * var(--mantine-scale));

  --avatar-size: var(--avatar-size-md);
  --avatar-radius: calc(62.5rem * var(--mantine-scale));
  --avatar-bg: var(--mantine-color-gray-light);
  --avatar-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  --avatar-color: var(--mantine-color-gray-light-color);
  --avatar-placeholder-fz: calc(var(--avatar-size) / 2.5);

  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: block;
  user-select: none;
  overflow: hidden;
  border-radius: var(--avatar-radius);
  text-decoration: none;
  padding: 0;
  width: var(--avatar-size);
  height: var(--avatar-size);
  min-width: var(--avatar-size);
}
.m_f85678b6:where([data-within-group]) {
    margin-inline-start: var(--ag-offset);
    border: 2px solid var(--mantine-color-body);
    background: var(--mantine-color-body);
  }

.m_11f8ac07 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.m_104cd71f {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  user-select: none;
  border-radius: var(--avatar-radius);
  font-size: var(--avatar-placeholder-fz);
  background: var(--avatar-bg);
  border: var(--avatar-bd);
  color: var(--avatar-color);
}

.m_104cd71f > [data-avatar-placeholder-icon] {
    width: 70%;
    height: 70%;
  }

.m_2ce0de02 {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  border: 0;
  text-decoration: none;
  border-radius: var(--bi-radius, 0);
}

.m_347db0ec {
  --badge-height-xs: calc(1rem * var(--mantine-scale));
  --badge-height-sm: calc(1.125rem * var(--mantine-scale));
  --badge-height-md: calc(1.25rem * var(--mantine-scale));
  --badge-height-lg: calc(1.625rem * var(--mantine-scale));
  --badge-height-xl: calc(2rem * var(--mantine-scale));

  --badge-fz-xs: calc(0.5625rem * var(--mantine-scale));
  --badge-fz-sm: calc(0.625rem * var(--mantine-scale));
  --badge-fz-md: calc(0.6875rem * var(--mantine-scale));
  --badge-fz-lg: calc(0.8125rem * var(--mantine-scale));
  --badge-fz-xl: calc(1rem * var(--mantine-scale));

  --badge-padding-x-xs: calc(0.375rem * var(--mantine-scale));
  --badge-padding-x-sm: calc(0.5rem * var(--mantine-scale));
  --badge-padding-x-md: calc(0.625rem * var(--mantine-scale));
  --badge-padding-x-lg: calc(0.75rem * var(--mantine-scale));
  --badge-padding-x-xl: calc(1rem * var(--mantine-scale));

  --badge-height: var(--badge-height-md);
  --badge-fz: var(--badge-fz-md);
  --badge-padding-x: var(--badge-padding-x-md);
  --badge-radius: calc(62.5rem * var(--mantine-scale));
  --badge-lh: calc(var(--badge-height) - calc(0.125rem * var(--mantine-scale)));
  --badge-color: var(--mantine-color-white);
  --badge-bg: var(--mantine-primary-color-filled);
  --badge-border-width: calc(0.0625rem * var(--mantine-scale));
  --badge-bd: var(--badge-border-width) solid transparent;

  -webkit-tap-highlight-color: transparent;
  font-size: var(--badge-fz);
  border-radius: var(--badge-radius);
  height: var(--badge-height);
  line-height: var(--badge-lh);
  text-decoration: none;
  padding: 0 var(--badge-padding-x);
  display: inline-grid;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: calc(0.015625rem * var(--mantine-scale));
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--badge-color);
  background: var(--badge-bg);
  border: var(--badge-bd);
}

  .m_347db0ec:where([data-with-left-section], [data-variant='dot']) {
    grid-template-columns: auto 1fr;
  }

  .m_347db0ec:where([data-with-right-section]) {
    grid-template-columns: 1fr auto;
  }

  .m_347db0ec:where(
      [data-with-left-section][data-with-right-section],
      [data-variant='dot'][data-with-right-section]
    ) {
    grid-template-columns: auto 1fr auto;
  }

  .m_347db0ec:where([data-block]) {
    display: flex;
    width: 100%;
  }

  .m_347db0ec:where([data-circle]) {
    padding-inline: calc(0.125rem * var(--mantine-scale));
    display: flex;
    width: var(--badge-height);
  }

.m_fbd81e3d {
  --badge-dot-size: calc(var(--badge-height) / 3.4);
}

:where([data-mantine-color-scheme='light']) .m_fbd81e3d {
    background-color: var(--mantine-color-white);
    border-color: var(--mantine-color-gray-4);
    color: var(--mantine-color-black);
}

:where([data-mantine-color-scheme='dark']) .m_fbd81e3d {
    background-color: var(--mantine-color-dark-5);
    border-color: var(--mantine-color-dark-5);
    color: var(--mantine-color-white);
}

.m_fbd81e3d::before {
    content: '';
    display: block;
    width: var(--badge-dot-size);
    height: var(--badge-dot-size);
    border-radius: var(--badge-dot-size);
    background-color: var(--badge-dot-color);
    margin-inline-end: var(--badge-dot-size);
  }

.m_5add502a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  cursor: inherit;
}

.m_91fdda9b {
  --badge-section-margin: calc(var(--mantine-spacing-xs) / 2);

  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-height: calc(var(--badge-height) - var(--badge-border-width) * 2);
}

.m_91fdda9b:where([data-position='left']) {
    margin-inline-end: var(--badge-section-margin);
  }

.m_91fdda9b:where([data-position='right']) {
    margin-inline-start: var(--badge-section-margin);
  }

.m_ddec01c0 {
  --blockquote-border: 3px solid var(--bq-bd);

  position: relative;
  margin: 0;
  border-inline-start: var(--blockquote-border);
  border-start-end-radius: var(--bq-radius);
  border-end-end-radius: var(--bq-radius);
  padding: var(--mantine-spacing-xl) calc(2.375rem * var(--mantine-scale));
}

  :where([data-mantine-color-scheme='light']) .m_ddec01c0 {
    background-color: var(--bq-bg-light);
}

  :where([data-mantine-color-scheme='dark']) .m_ddec01c0 {
    background-color: var(--bq-bg-dark);
}

.m_dde7bd57 {
  --blockquote-icon-offset: calc(var(--bq-icon-size) / -2);

  position: absolute;
  color: var(--bq-bd);
  background-color: var(--mantine-color-body);
  display: flex;
  align-items: center;
  justify-content: center;
  top: var(--blockquote-icon-offset);
  inset-inline-start: var(--blockquote-icon-offset);
  width: var(--bq-icon-size);
  height: var(--bq-icon-size);
  border-radius: var(--bq-icon-size);
}

.m_dde51a35 {
  display: block;
  margin-top: var(--mantine-spacing-md);
  opacity: 0.6;
  font-size: 85%;
}

.m_8b3717df {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.m_f678d540 {
  line-height: 1;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.m_3b8f2208 {
  margin-inline: var(--bc-separator-margin, var(--mantine-spacing-xs));
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

:where([data-mantine-color-scheme='light']) .m_3b8f2208 {
    color: var(--mantine-color-gray-7);
}

:where([data-mantine-color-scheme='dark']) .m_3b8f2208 {
    color: var(--mantine-color-dark-2);
}

.m_fea6bf1a {
  --burger-size-xs: calc(0.75rem * var(--mantine-scale));
  --burger-size-sm: calc(1.125rem * var(--mantine-scale));
  --burger-size-md: calc(1.5rem * var(--mantine-scale));
  --burger-size-lg: calc(2.125rem * var(--mantine-scale));
  --burger-size-xl: calc(2.625rem * var(--mantine-scale));

  --burger-size: var(--burger-size-md);
  --burger-line-size: calc(var(--burger-size) / 12);

  width: calc(var(--burger-size) + var(--mantine-spacing-xs));
  height: calc(var(--burger-size) + var(--mantine-spacing-xs));
  padding: calc(var(--mantine-spacing-xs) / 2);
  cursor: pointer;
}

  :where([data-mantine-color-scheme='light']) .m_fea6bf1a {
    --burger-color: var(--mantine-color-black);
}

  :where([data-mantine-color-scheme='dark']) .m_fea6bf1a {
    --burger-color: var(--mantine-color-white);
}

.m_d4fb9cad {
  position: relative;
  user-select: none;
}

.m_d4fb9cad,
  .m_d4fb9cad::before,
  .m_d4fb9cad::after {
    display: block;
    width: var(--burger-size);
    height: var(--burger-line-size);
    background-color: var(--burger-color);
    outline: calc(0.0625rem * var(--mantine-scale)) solid transparent;
    transition-property: background-color, transform;
    transition-duration: var(--burger-transition-duration, 300ms);
    transition-timing-function: var(--burger-transition-timing-function, ease);
  }

.m_d4fb9cad::before,
  .m_d4fb9cad::after {
    position: absolute;
    content: '';
    inset-inline-start: 0;
  }

.m_d4fb9cad::before {
    top: calc(var(--burger-size) / -3);
  }

.m_d4fb9cad::after {
    top: calc(var(--burger-size) / 3);
  }

.m_d4fb9cad[data-opened] {
    background-color: transparent;
  }

.m_d4fb9cad[data-opened]::before {
      transform: translateY(calc(var(--burger-size) / 3)) rotate(45deg);
    }

.m_d4fb9cad[data-opened]::after {
      transform: translateY(calc(var(--burger-size) / -3)) rotate(-45deg);
    }

.m_77c9d27d {
  --button-height-xs: calc(1.875rem * var(--mantine-scale));
  --button-height-sm: calc(2.25rem * var(--mantine-scale));
  --button-height-md: calc(2.625rem * var(--mantine-scale));
  --button-height-lg: calc(3.125rem * var(--mantine-scale));
  --button-height-xl: calc(3.75rem * var(--mantine-scale));

  --button-height-compact-xs: calc(1.375rem * var(--mantine-scale));
  --button-height-compact-sm: calc(1.625rem * var(--mantine-scale));
  --button-height-compact-md: calc(1.875rem * var(--mantine-scale));
  --button-height-compact-lg: calc(2.125rem * var(--mantine-scale));
  --button-height-compact-xl: calc(2.5rem * var(--mantine-scale));

  --button-padding-x-xs: calc(0.875rem * var(--mantine-scale));
  --button-padding-x-sm: calc(1.125rem * var(--mantine-scale));
  --button-padding-x-md: calc(1.375rem * var(--mantine-scale));
  --button-padding-x-lg: calc(1.625rem * var(--mantine-scale));
  --button-padding-x-xl: calc(2rem * var(--mantine-scale));

  --button-padding-x-compact-xs: calc(0.4375rem * var(--mantine-scale));
  --button-padding-x-compact-sm: calc(0.5rem * var(--mantine-scale));
  --button-padding-x-compact-md: calc(0.625rem * var(--mantine-scale));
  --button-padding-x-compact-lg: calc(0.75rem * var(--mantine-scale));
  --button-padding-x-compact-xl: calc(0.875rem * var(--mantine-scale));

  --button-height: var(--button-height-sm);
  --button-padding-x: var(--button-padding-x-sm);
  --button-color: var(--mantine-color-white);

  user-select: none;
  font-weight: 600;
  position: relative;
  line-height: 1;
  text-align: center;
  overflow: hidden;

  width: auto;
  cursor: pointer;
  display: inline-block;
  border-radius: var(--button-radius, var(--mantine-radius-default));
  font-size: var(--button-fz, var(--mantine-font-size-sm));
  background: var(--button-bg, var(--mantine-primary-color-filled));
  border: var(--button-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
  color: var(--button-color, var(--mantine-color-white));
  height: var(--button-height, var(--button-height-sm));
  padding-inline: var(--button-padding-x, var(--button-padding-x-sm));
  vertical-align: middle;
}

  .m_77c9d27d:where([data-block]) {
    display: block;
    width: 100%;
  }

  .m_77c9d27d:where([data-with-left-section]) {
    padding-inline-start: calc(var(--button-padding-x) / 1.5);
  }

  .m_77c9d27d:where([data-with-right-section]) {
    padding-inline-end: calc(var(--button-padding-x) / 1.5);
  }

  .m_77c9d27d:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
    cursor: not-allowed;
    border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
    transform: none;
  }

  :where([data-mantine-color-scheme='light']) .m_77c9d27d:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
      color: var(--mantine-color-gray-5);
      background: var(--mantine-color-gray-1);
}

  :where([data-mantine-color-scheme='dark']) .m_77c9d27d:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
      color: var(--mantine-color-dark-3);
      background: var(--mantine-color-dark-6);
}

  .m_77c9d27d::before {
    content: '';
    pointer-events: none;
    position: absolute;
    inset: calc(-0.0625rem * var(--mantine-scale));
    border-radius: var(--button-radius, var(--mantine-radius-default));
    transform: translateY(-100%);
    opacity: 0;
    filter: blur(12px);
    transition:
      transform 150ms ease,
      opacity 100ms ease;
  }

  :where([data-mantine-color-scheme='light']) .m_77c9d27d::before {
      background-color: rgba(255, 255, 255, 0.15);
}

  :where([data-mantine-color-scheme='dark']) .m_77c9d27d::before {
      background-color: rgba(0, 0, 0, 0.15);
}

  .m_77c9d27d:where([data-loading]) {
    cursor: not-allowed;
    transform: none;
  }

  .m_77c9d27d:where([data-loading])::before {
      transform: translateY(0);
      opacity: 1;
    }

  .m_77c9d27d:where([data-loading]) .m_80f1301b {
      opacity: 0;
      transform: translateY(100%);
    }

  @media (hover: hover) {
    .m_77c9d27d:hover:where(:not([data-loading], :disabled, [data-disabled])) {
      background-color: var(--button-hover, var(--mantine-primary-color-filled-hover));
      color: var(--button-hover-color, var(--button-color));
    }
}

  @media (hover: none) {
    .m_77c9d27d:active:where(:not([data-loading], :disabled, [data-disabled])) {
      background-color: var(--button-hover, var(--mantine-primary-color-filled-hover));
      color: var(--button-hover-color, var(--button-color));
    }
}

.m_80f1301b {
  display: flex;
  align-items: center;
  justify-content: var(--button-justify, center);
  height: 100%;
  overflow: visible;
  transition:
    transform 150ms ease,
    opacity 100ms ease;
}

.m_811560b9 {
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  opacity: 1;
}

.m_811560b9:where([data-loading]) {
    opacity: 0.2;
  }

.m_a74036a {
  display: flex;
  align-items: center;
}

.m_a74036a:where([data-position='left']) {
    margin-inline-end: var(--mantine-spacing-xs);
  }

.m_a74036a:where([data-position='right']) {
    margin-inline-start: var(--mantine-spacing-xs);
  }

.m_a25b86ee {
  position: absolute;
  left: 50%;
  top: 50%;
}

.m_80d6d844 {
  --button-border-width: calc(0.0625rem * var(--mantine-scale));
  display: flex;
}

.m_80d6d844 :where(.m_77c9d27d):focus {
      position: relative;
      z-index: 1;
    }

.m_80d6d844[data-orientation='horizontal'] {
    flex-direction: row;
  }

.m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):first-child {
        border-end-end-radius: 0;
        border-start-end-radius: 0;
        border-inline-end-width: calc(var(--button-border-width) / 2);
      }

.m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):last-child {
        border-end-start-radius: 0;
        border-start-start-radius: 0;
        border-inline-start-width: calc(var(--button-border-width) / 2);
      }

.m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
        border-radius: 0;
        border-inline-width: calc(var(--button-border-width) / 2);
      }

.m_80d6d844[data-orientation='vertical'] {
    flex-direction: column;
  }

.m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):first-child {
        border-end-start-radius: 0;
        border-end-end-radius: 0;
        border-bottom-width: calc(var(--button-border-width) / 2);
      }

.m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):last-child {
        border-start-start-radius: 0;
        border-start-end-radius: 0;
        border-top-width: calc(var(--button-border-width) / 2);
      }

.m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
        border-radius: 0;
        border-bottom-width: calc(var(--button-border-width) / 2);
        border-top-width: calc(var(--button-border-width) / 2);
      }

.m_70be2a01 {
  --section-height-xs: calc(1.875rem * var(--mantine-scale));
  --section-height-sm: calc(2.25rem * var(--mantine-scale));
  --section-height-md: calc(2.625rem * var(--mantine-scale));
  --section-height-lg: calc(3.125rem * var(--mantine-scale));
  --section-height-xl: calc(3.75rem * var(--mantine-scale));

  --section-height-compact-xs: calc(1.375rem * var(--mantine-scale));
  --section-height-compact-sm: calc(1.625rem * var(--mantine-scale));
  --section-height-compact-md: calc(1.875rem * var(--mantine-scale));
  --section-height-compact-lg: calc(2.125rem * var(--mantine-scale));
  --section-height-compact-xl: calc(2.5rem * var(--mantine-scale));

  --section-padding-x-xs: calc(0.875rem * var(--mantine-scale));
  --section-padding-x-sm: calc(1.125rem * var(--mantine-scale));
  --section-padding-x-md: calc(1.375rem * var(--mantine-scale));
  --section-padding-x-lg: calc(1.625rem * var(--mantine-scale));
  --section-padding-x-xl: calc(2rem * var(--mantine-scale));

  --section-padding-x-compact-xs: calc(0.4375rem * var(--mantine-scale));
  --section-padding-x-compact-sm: calc(0.5rem * var(--mantine-scale));
  --section-padding-x-compact-md: calc(0.625rem * var(--mantine-scale));
  --section-padding-x-compact-lg: calc(0.75rem * var(--mantine-scale));
  --section-padding-x-compact-xl: calc(0.875rem * var(--mantine-scale));

  --section-height: var(--section-height-sm);
  --section-padding-x: var(--section-padding-x-sm);
  --section-color: var(--mantine-color-white);

  font-weight: 600;
  width: auto;
  border-radius: var(--section-radius, var(--mantine-radius-default));
  font-size: var(--section-fz, var(--mantine-font-size-sm));
  background: var(--section-bg, var(--mantine-primary-color-filled));
  border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
  color: var(--section-color, var(--mantine-color-white));
  height: var(--section-height, var(--section-height-sm));
  padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
  vertical-align: middle;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.m_e615b15f {
  --card-padding: var(--mantine-spacing-md);

  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  color: var(--mantine-color-text);
}

  :where([data-mantine-color-scheme='light']) .m_e615b15f {
    background-color: var(--mantine-color-white);
}

  :where([data-mantine-color-scheme='dark']) .m_e615b15f {
    background-color: var(--mantine-color-dark-6);
}

.m_599a2148 {
  display: block;
  margin-inline: calc(var(--card-padding) * -1);
}

.m_599a2148:where(:first-child) {
    margin-top: calc(var(--card-padding) * -1);
    border-top: none !important;
  }

.m_599a2148:where(:last-child) {
    margin-bottom: calc(var(--card-padding) * -1);
    border-bottom: none !important;
  }

.m_599a2148:where([data-inherit-padding]) {
    padding-inline: var(--card-padding);
  }

.m_599a2148:where([data-with-border]) {
    border-top: calc(0.0625rem * var(--mantine-scale)) solid;
    border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
  }

:where([data-mantine-color-scheme='light']) .m_599a2148 {
    border-color: var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_599a2148 {
    border-color: var(--mantine-color-dark-4);
}

.m_599a2148 + .m_599a2148 {
    border-top: none !important;
  }

.m_4451eb3a {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .m_4451eb3a:where([data-inline]) {
    display: inline-flex;
  }

.m_f59ffda3 {
  --chip-size-xs: calc(1.4375rem * var(--mantine-scale));
  --chip-size-sm: calc(1.75rem * var(--mantine-scale));
  --chip-size-md: calc(2rem * var(--mantine-scale));
  --chip-size-lg: calc(2.25rem * var(--mantine-scale));
  --chip-size-xl: calc(2.5rem * var(--mantine-scale));

  --chip-icon-size-xs: calc(0.625rem * var(--mantine-scale));
  --chip-icon-size-sm: calc(0.75rem * var(--mantine-scale));
  --chip-icon-size-md: calc(0.875rem * var(--mantine-scale));
  --chip-icon-size-lg: calc(1rem * var(--mantine-scale));
  --chip-icon-size-xl: calc(1.125rem * var(--mantine-scale));

  --chip-padding-xs: calc(1rem * var(--mantine-scale));
  --chip-padding-sm: calc(1.25rem * var(--mantine-scale));
  --chip-padding-md: calc(1.5rem * var(--mantine-scale));
  --chip-padding-lg: calc(1.75rem * var(--mantine-scale));
  --chip-padding-xl: calc(2rem * var(--mantine-scale));

  --chip-checked-padding-xs: calc(0.46875rem * var(--mantine-scale));
  --chip-checked-padding-sm: calc(0.625rem * var(--mantine-scale));
  --chip-checked-padding-md: calc(0.73125rem * var(--mantine-scale));
  --chip-checked-padding-lg: calc(0.84375rem * var(--mantine-scale));
  --chip-checked-padding-xl: calc(0.98125rem * var(--mantine-scale));

  --chip-spacing-xs: calc(0.625rem * var(--mantine-scale));
  --chip-spacing-sm: calc(0.75rem * var(--mantine-scale));
  --chip-spacing-md: calc(1rem * var(--mantine-scale));
  --chip-spacing-lg: calc(1.25rem * var(--mantine-scale));
  --chip-spacing-xl: calc(1.375rem * var(--mantine-scale));

  --chip-size: var(--chip-size-sm);
  --chip-icon-size: var(--chip-icon-size-sm);
  --chip-padding: var(--chip-padding-sm);
  --chip-spacing: var(--chip-spacing-sm);
  --chip-checked-padding: var(--chip-checked-padding-sm);
  --chip-bg: var(--mantine-primary-color-filled);
  --chip-hover: var(--mantine-primary-color-filled-hover);
  --chip-color: var(--mantine-color-white);
  --chip-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
}

.m_be049a53 {
  display: inline-flex;
  align-items: center;
  user-select: none;
  border-radius: var(--chip-radius, 1000rem);
  height: var(--chip-size);
  font-size: var(--chip-fz, var(--mantine-font-size-sm));
  line-height: calc(var(--chip-size) - calc(0.125rem * var(--mantine-scale)));
  padding-inline: var(--chip-padding);
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  color: var(--mantine-color-text);
}

.m_be049a53:where([data-checked]) {
    padding: var(--chip-checked-padding);
  }

.m_be049a53:where([data-disabled]) {
    cursor: not-allowed;
  }

:where([data-mantine-color-scheme='light']) .m_be049a53:where([data-disabled]) {
      background-color: var(--mantine-color-gray-2);
      color: var(--mantine-color-gray-5);
}

:where([data-mantine-color-scheme='dark']) .m_be049a53:where([data-disabled]) {
      background-color: var(--mantine-color-dark-6);
      color: var(--mantine-color-dark-3);
}

:where([data-mantine-color-scheme='light']) .m_3904c1af:not([data-disabled]) {
    background-color: var(--mantine-color-white);
    border: 1px solid var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_3904c1af:not([data-disabled]) {
    background-color: var(--mantine-color-dark-6);
    border: 1px solid var(--mantine-color-dark-4);
}

@media (hover: hover) {
    :where([data-mantine-color-scheme='light']) .m_3904c1af:not([data-disabled]):hover {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_3904c1af:not([data-disabled]):hover {
      background-color: var(--mantine-color-dark-5);
  }
}

@media (hover: none) {
    :where([data-mantine-color-scheme='light']) .m_3904c1af:not([data-disabled]):active {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_3904c1af:not([data-disabled]):active {
      background-color: var(--mantine-color-dark-5);
  }
}

.m_3904c1af:not([data-disabled]):where([data-checked]) {
    --chip-icon-color: var(--chip-color);
    border: var(--chip-bd);
  }

@media (hover: hover) {

  .m_3904c1af:not([data-disabled]):where([data-checked]):hover {
      background-color: var(--chip-hover);
  }
}

@media (hover: none) {

  .m_3904c1af:not([data-disabled]):where([data-checked]):active {
      background-color: var(--chip-hover);
  }
}

.m_fa109255:not([data-disabled]),
.m_f7e165c3:not([data-disabled]) {
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  color: var(--mantine-color-text);
}

:where([data-mantine-color-scheme='light']) .m_fa109255:not([data-disabled]), :where([data-mantine-color-scheme='light']) .m_f7e165c3:not([data-disabled]) {
    background-color: var(--mantine-color-gray-1);
}

:where([data-mantine-color-scheme='dark']) .m_fa109255:not([data-disabled]), :where([data-mantine-color-scheme='dark']) .m_f7e165c3:not([data-disabled]) {
    background-color: var(--mantine-color-dark-5);
}

@media (hover: hover) {
    :where([data-mantine-color-scheme='light']) .m_fa109255:not([data-disabled]):hover, :where([data-mantine-color-scheme='light']) .m_f7e165c3:not([data-disabled]):hover {
      background-color: var(--mantine-color-gray-2);
  }

    :where([data-mantine-color-scheme='dark']) .m_fa109255:not([data-disabled]):hover, :where([data-mantine-color-scheme='dark']) .m_f7e165c3:not([data-disabled]):hover {
      background-color: var(--mantine-color-dark-4);
  }
}

@media (hover: none) {
    :where([data-mantine-color-scheme='light']) .m_fa109255:not([data-disabled]):active, :where([data-mantine-color-scheme='light']) .m_f7e165c3:not([data-disabled]):active {
      background-color: var(--mantine-color-gray-2);
  }

    :where([data-mantine-color-scheme='dark']) .m_fa109255:not([data-disabled]):active, :where([data-mantine-color-scheme='dark']) .m_f7e165c3:not([data-disabled]):active {
      background-color: var(--mantine-color-dark-4);
  }
}

.m_fa109255:not([data-disabled]):where([data-checked]), .m_f7e165c3:not([data-disabled]):where([data-checked]) {
    --chip-icon-color: var(--chip-color);
    color: var(--chip-color);
    background-color: var(--chip-bg);
  }

@media (hover: hover) {

  .m_fa109255:not([data-disabled]):where([data-checked]):hover, .m_f7e165c3:not([data-disabled]):where([data-checked]):hover {
      background-color: var(--chip-hover);
  }
}

@media (hover: none) {

  .m_fa109255:not([data-disabled]):where([data-checked]):active, .m_f7e165c3:not([data-disabled]):where([data-checked]):active {
      background-color: var(--chip-hover);
  }
}

.m_9ac86df9 {
  width: calc(var(--chip-icon-size) + (var(--chip-spacing) / 1.5));
  max-width: calc(var(--chip-icon-size) + (var(--chip-spacing) / 1.5));
  height: var(--chip-icon-size);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.m_d6d72580 {
  width: var(--chip-icon-size);
  height: var(--chip-icon-size);
  display: block;
  color: var(--chip-icon-color, inherit);
}

.m_bde07329 {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
}

.m_bde07329:focus-visible + .m_be049a53 {
    outline: 2px solid var(--mantine-primary-color-filled);
    outline-offset: calc(0.125rem * var(--mantine-scale));
  }

.m_b183c0a2 {
  font-family: var(--mantine-font-family-monospace);
  line-height: var(--mantine-line-height);
  padding: 2px calc(var(--mantine-spacing-xs) / 2);
  border-radius: var(--mantine-radius-sm);
  font-size: var(--mantine-font-size-xs);
  margin: 0;
  overflow: auto;
}

  :where([data-mantine-color-scheme='light']) .m_b183c0a2 {
    background-color: var(--code-bg, var(--mantine-color-gray-1));
    color: var(--mantine-color-black);
}

  :where([data-mantine-color-scheme='dark']) .m_b183c0a2 {
    background-color: var(--code-bg, var(--mantine-color-dark-5));
    color: var(--mantine-color-white);
}

  .m_b183c0a2[data-block] {
    padding: var(--mantine-spacing-xs);
  }

.m_de3d2490 {
  --cs-size: calc(1.75rem * var(--mantine-scale));
  --cs-radius: calc(62.5rem * var(--mantine-scale));

  -webkit-tap-highlight-color: transparent;
  border: none;
  appearance: none;
  display: block;
  line-height: 1;
  position: relative;
  width: var(--cs-size);
  height: var(--cs-size);
  min-width: var(--cs-size);
  min-height: var(--cs-size);
  border-radius: var(--cs-radius);
  color: inherit;
  text-decoration: none;
}

  [data-mantine-color-scheme='light'] .m_de3d2490 {
    --alpha-overlay-color: var(--mantine-color-gray-3);
    --alpha-overlay-bg: var(--mantine-color-white);
}

  [data-mantine-color-scheme='dark'] .m_de3d2490 {
    --alpha-overlay-color: var(--mantine-color-dark-4);
    --alpha-overlay-bg: var(--mantine-color-dark-7);
}

.m_862f3d1b {
  position: absolute;
  inset: 0;
  border-radius: var(--cs-radius);
}

.m_98ae7f22 {
  position: absolute;
  inset: 0;
  border-radius: var(--cs-radius);
  z-index: 1;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0 0 0 calc(0.0625rem * var(--mantine-scale)) inset,
    rgb(0, 0, 0, 0.15) 0 0 calc(0.25rem * var(--mantine-scale)) inset;
}

.m_95709ac0 {
  position: absolute;
  inset: 0;
  border-radius: var(--cs-radius);
  background-size: calc(0.5rem * var(--mantine-scale)) calc(0.5rem * var(--mantine-scale));
  background-position:
    0 0,
    0 calc(0.25rem * var(--mantine-scale)),
    calc(0.25rem * var(--mantine-scale)) calc(-0.25rem * var(--mantine-scale)),
    calc(-0.25rem * var(--mantine-scale)) 0;
  background-image: linear-gradient(45deg, var(--alpha-overlay-color) 25%, transparent 25%),
    linear-gradient(-45deg, var(--alpha-overlay-color) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--alpha-overlay-color) 75%),
    linear-gradient(-45deg, var(--alpha-overlay-bg) 75%, var(--alpha-overlay-color) 75%);
}

.m_93e74e3 {
  position: absolute;
  inset: 0;
  border-radius: var(--cs-radius);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_fee9c77 {
  --cp-width-xs: calc(11.25rem * var(--mantine-scale));
  --cp-width-sm: calc(12.5rem * var(--mantine-scale));
  --cp-width-md: calc(15rem * var(--mantine-scale));
  --cp-width-lg: calc(17.5rem * var(--mantine-scale));
  --cp-width-xl: calc(20rem * var(--mantine-scale));

  --cp-preview-size-xs: calc(1.625rem * var(--mantine-scale));
  --cp-preview-size-sm: calc(2.125rem * var(--mantine-scale));
  --cp-preview-size-md: calc(2.625rem * var(--mantine-scale));
  --cp-preview-size-lg: calc(3.125rem * var(--mantine-scale));
  --cp-preview-size-xl: calc(3.375rem * var(--mantine-scale));

  --cp-thumb-size-xs: calc(0.5rem * var(--mantine-scale));
  --cp-thumb-size-sm: calc(0.75rem * var(--mantine-scale));
  --cp-thumb-size-md: calc(1rem * var(--mantine-scale));
  --cp-thumb-size-lg: calc(1.25rem * var(--mantine-scale));
  --cp-thumb-size-xl: calc(1.375rem * var(--mantine-scale));

  --cp-saturation-height-xs: calc(6.25rem * var(--mantine-scale));
  --cp-saturation-height-sm: calc(6.875rem * var(--mantine-scale));
  --cp-saturation-height-md: calc(7.5rem * var(--mantine-scale));
  --cp-saturation-height-lg: calc(8.75rem * var(--mantine-scale));
  --cp-saturation-height-xl: calc(10rem * var(--mantine-scale));

  --cp-preview-size: var(--cp-preview-size-sm);
  --cp-thumb-size: var(--cp-thumb-size-sm);
  --cp-saturation-height: var(--cp-saturation-height-sm);
  --cp-width: var(--cp-width-sm);
  --cp-body-spacing: var(--mantine-spacing-sm);

  width: var(--cp-width);
  padding: calc(0.0625rem * var(--mantine-scale));
}

  .m_fee9c77:where([data-full-width]) {
    width: 100%;
  }

.m_9dddfbac {
  width: var(--cp-preview-size);
  height: var(--cp-preview-size);
}

.m_bffecc3e {
  display: flex;
  padding-top: calc(var(--cp-body-spacing) / 2);
}

.m_3283bb96 {
  flex: 1;
}

.m_3283bb96:not(:only-child) {
    margin-inline-end: var(--mantine-spacing-xs);
  }

.m_40d572ba {
  overflow: hidden;
  position: absolute;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  border: 2px solid var(--mantine-color-white);
  width: var(--cp-thumb-size);
  height: var(--cp-thumb-size);
  border-radius: var(--cp-thumb-size);
  left: calc(var(--thumb-x-offset) - var(--cp-thumb-size) / 2);
  top: calc(var(--thumb-y-offset) - var(--cp-thumb-size) / 2);
}

.m_d8ee6fd8 {
  height: unset !important;
  width: unset !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: calc(0.125rem * var(--mantine-scale));
  cursor: pointer;
  padding-bottom: calc(var(--cp-swatch-size) - calc(0.25rem * var(--mantine-scale)));
  flex: 0 0 calc(var(--cp-swatch-size) - calc(0.25rem * var(--mantine-scale)));
}

.m_5711e686 {
  margin-top: calc(0.3125rem * var(--mantine-scale));
  margin-inline: calc(-0.125rem * var(--mantine-scale));
  display: flex;
  flex-wrap: wrap;
}

.m_202a296e {
  --cp-thumb-size-xs: calc(0.5rem * var(--mantine-scale));
  --cp-thumb-size-sm: calc(0.75rem * var(--mantine-scale));
  --cp-thumb-size-md: calc(1rem * var(--mantine-scale));
  --cp-thumb-size-lg: calc(1.25rem * var(--mantine-scale));
  --cp-thumb-size-xl: calc(1.375rem * var(--mantine-scale));

  -webkit-tap-highlight-color: transparent;
  position: relative;
  height: var(--cp-saturation-height);
  border-radius: var(--mantine-radius-sm);
  margin: calc(var(--cp-thumb-size) / 2);
}

.m_202a296e:where([data-focus-ring='auto']):focus:focus-visible .m_40d572ba {
        outline: 2px solid var(--mantine-color-blue-filled);
      }

.m_202a296e:where([data-focus-ring='always']):focus .m_40d572ba {
        outline: 2px solid var(--mantine-color-blue-filled);
      }

.m_11b3db02 {
  position: absolute;
  border-radius: var(--mantine-radius-sm);
  inset: calc(var(--cp-thumb-size) * -1 / 2 - calc(0.0625rem * var(--mantine-scale)));
}

.m_d856d47d {
  --cp-thumb-size-xs: calc(0.5rem * var(--mantine-scale));
  --cp-thumb-size-sm: calc(0.75rem * var(--mantine-scale));
  --cp-thumb-size-md: calc(1rem * var(--mantine-scale));
  --cp-thumb-size-lg: calc(1.25rem * var(--mantine-scale));
  --cp-thumb-size-xl: calc(1.375rem * var(--mantine-scale));
  --cp-thumb-size: var(--cp-thumb-size, calc(0.75rem * var(--mantine-scale)));

  position: relative;
  height: calc(var(--cp-thumb-size) + calc(0.125rem * var(--mantine-scale)));
  margin-inline: calc(var(--cp-thumb-size) / 2);
  outline: none;
}

.m_d856d47d + .m_d856d47d {
    margin-top: calc(0.375rem * var(--mantine-scale));
  }

.m_d856d47d:where([data-focus-ring='auto']):focus:focus-visible .m_40d572ba {
        outline: 2px solid var(--mantine-color-blue-filled);
      }

.m_d856d47d:where([data-focus-ring='always']):focus .m_40d572ba {
        outline: 2px solid var(--mantine-color-blue-filled);
      }

:where([data-mantine-color-scheme='light']) .m_d856d47d {
    --slider-checkers: var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_d856d47d {
    --slider-checkers: var(--mantine-color-dark-4);
}

.m_8f327113 {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline: calc(var(--cp-thumb-size) * -1 / 2 - calc(0.0625rem * var(--mantine-scale)));
  border-radius: 10000rem;
}

.m_b077c2bc {
  --ci-eye-dropper-icon-size-xs: calc(0.875rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size-sm: calc(1rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size-md: calc(1.125rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size-lg: calc(1.25rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size-xl: calc(1.375rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size: var(--ci-eye-dropper-icon-size-sm);
}

.m_c5ccdcab {
  --ci-preview-size-xs: calc(1rem * var(--mantine-scale));
  --ci-preview-size-sm: calc(1.125rem * var(--mantine-scale));
  --ci-preview-size-md: calc(1.375rem * var(--mantine-scale));
  --ci-preview-size-lg: calc(1.75rem * var(--mantine-scale));
  --ci-preview-size-xl: calc(2.25rem * var(--mantine-scale));
  --ci-preview-size: var(--ci-preview-size-sm);
}

.m_5ece2cd7 {
  padding: calc(0.5rem * var(--mantine-scale));
}

.m_7485cace {
  --container-size-xs: calc(33.75rem * var(--mantine-scale));
  --container-size-sm: calc(45rem * var(--mantine-scale));
  --container-size-md: calc(60rem * var(--mantine-scale));
  --container-size-lg: calc(71.25rem * var(--mantine-scale));
  --container-size-xl: calc(82.5rem * var(--mantine-scale));
  --container-size: var(--container-size-md);

  max-width: var(--container-size);
  padding-inline: var(--mantine-spacing-md);
  margin-inline: auto;
}

  .m_7485cace:where([data-fluid]) {
    max-width: 100%;
  }

.m_e2125a27 {
  --dialog-size-xs: calc(10rem * var(--mantine-scale));
  --dialog-size-sm: calc(12.5rem * var(--mantine-scale));
  --dialog-size-md: calc(21.25rem * var(--mantine-scale));
  --dialog-size-lg: calc(25rem * var(--mantine-scale));
  --dialog-size-xl: calc(31.25rem * var(--mantine-scale));
  --dialog-size: var(--dialog-size-md);

  position: relative;
  width: var(--dialog-size);
  max-width: calc(100vw - var(--mantine-spacing-xl) * 2);
  min-height: calc(3.125rem * var(--mantine-scale));
}

.m_5abab665 {
  position: absolute;
  top: calc(var(--mantine-spacing-md) / 2);
  inset-inline-end: calc(var(--mantine-spacing-md) / 2);
}

.m_3eebeb36 {
  --divider-size-xs: calc(0.0625rem * var(--mantine-scale));
  --divider-size-sm: calc(0.125rem * var(--mantine-scale));
  --divider-size-md: calc(0.1875rem * var(--mantine-scale));
  --divider-size-lg: calc(0.25rem * var(--mantine-scale));
  --divider-size-xl: calc(0.3125rem * var(--mantine-scale));
  --divider-size: var(--divider-size-xs);
}

  :where([data-mantine-color-scheme='light']) .m_3eebeb36 {
    --divider-color: var(--mantine-color-gray-3);
}

  :where([data-mantine-color-scheme='dark']) .m_3eebeb36 {
    --divider-color: var(--mantine-color-dark-4);
}

  .m_3eebeb36:where([data-orientation='horizontal']) {
    border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
  }

  .m_3eebeb36:where([data-orientation='vertical']) {
    border-inline-start: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
    height: auto;
    align-self: stretch;
  }

  .m_3eebeb36:where([data-with-label]) {
    border: 0;
  }

.m_9e365f20 {
  display: flex;
  align-items: center;
  font-size: var(--mantine-font-size-xs);
  color: var(--mantine-color-dimmed);
  white-space: nowrap;
}

.m_9e365f20:where([data-position='left'])::before {
    display: none;
  }

.m_9e365f20:where([data-position='right'])::after {
    display: none;
  }

.m_9e365f20::before {
    content: '';
    flex: 1;
    height: calc(0.0625rem * var(--mantine-scale));
    border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
    margin-inline-end: var(--mantine-spacing-xs);
  }

.m_9e365f20::after {
    content: '';
    flex: 1;
    height: calc(0.0625rem * var(--mantine-scale));
    border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
    margin-inline-start: var(--mantine-spacing-xs);
  }

.m_f11b401e {
  --drawer-size-xs: calc(20rem * var(--mantine-scale));
  --drawer-size-sm: calc(23.75rem * var(--mantine-scale));
  --drawer-size-md: calc(27.5rem * var(--mantine-scale));
  --drawer-size-lg: calc(38.75rem * var(--mantine-scale));
  --drawer-size-xl: calc(48.75rem * var(--mantine-scale));
  --drawer-size: var(--drawer-size-md);
  --drawer-offset: 0rem;
}

.m_5a7c2c9 {
  z-index: 1000;
}

.m_b8a05bbd {
  flex: var(--drawer-flex, 0 0 var(--drawer-size));
  height: var(--drawer-height, calc(100% - var(--drawer-offset) * 2));
  margin: var(--drawer-offset);
  max-width: calc(100% - var(--drawer-offset) * 2);
  max-height: calc(100% - var(--drawer-offset) * 2);
  overflow-y: auto;
}

.m_b8a05bbd[data-hidden] {
    opacity: 0 !important;
    pointer-events: none;
  }

.m_31cd769a {
  display: flex;
  justify-content: var(--drawer-justify, flex-start);
  align-items: var(--drawer-align, flex-start);
}

.m_e9408a47 {
  padding: var(--mantine-spacing-lg);
  padding-top: var(--mantine-spacing-xs);
  border-radius: var(--fieldset-radius, var(--mantine-radius-default));
  min-inline-size: auto;
}

.m_84c9523a {
  border: calc(0.0625rem * var(--mantine-scale)) solid;
}

:where([data-mantine-color-scheme='light']) .m_84c9523a {
    border-color: var(--mantine-color-gray-3);
    background-color: var(--mantine-color-white);
}

:where([data-mantine-color-scheme='dark']) .m_84c9523a {
    border-color: var(--mantine-color-dark-4);
    background-color: var(--mantine-color-dark-7);
}

.m_ef274e49 {
  border: calc(0.0625rem * var(--mantine-scale)) solid;
}

:where([data-mantine-color-scheme='light']) .m_ef274e49 {
    border-color: var(--mantine-color-gray-3);
    background-color: var(--mantine-color-gray-0);
}

:where([data-mantine-color-scheme='dark']) .m_ef274e49 {
    border-color: var(--mantine-color-dark-4);
    background-color: var(--mantine-color-dark-6);
}

.m_eda993d3 {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.m_90794832 {
  font-size: var(--mantine-font-size-sm);
}

.m_74ca27fe {
  padding: 0;
  margin-bottom: var(--mantine-spacing-sm);
}

.m_8478a6da {
  container: mantine-grid / inline-size;
}

.m_410352e9 {
  --grid-overflow: visible;
  --grid-margin: calc(var(--grid-gutter) / -2);
  --grid-col-padding: calc(var(--grid-gutter) / 2);

  overflow: var(--grid-overflow);
}

.m_dee7bd2f {
  width: calc(100% + var(--grid-gutter));
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--grid-justify);
  align-items: var(--grid-align);
  margin: var(--grid-margin);
}

.m_96bdd299 {
  --col-flex-grow: 0;
  --col-offset: 0rem;

  flex-shrink: 0;
  order: var(--col-order);
  flex-basis: var(--col-flex-basis);
  width: var(--col-width);
  max-width: var(--col-max-width);
  flex-grow: var(--col-flex-grow);
  margin-inline-start: var(--col-offset);
  padding: var(--grid-col-padding);
}

.m_bcb3f3c2 {
  color: var(--mantine-color-black);
}

  :where([data-mantine-color-scheme='light']) .m_bcb3f3c2 {
    background-color: var(--mark-bg-light);
}

  :where([data-mantine-color-scheme='dark']) .m_bcb3f3c2 {
    background-color: var(--mark-bg-dark);
}

.m_9e117634 {
  display: block;
  flex: 0;
  object-fit: var(--image-object-fit, cover);
  width: 100%;
  border-radius: var(--image-radius, 0);
}

@keyframes m_885901b1 {
  0% {
    opacity: 0.6;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(2.8);
  }
}

.m_e5262200 {
  --indicator-size: calc(0.625rem * var(--mantine-scale));
  --indicator-color: var(--mantine-primary-color-filled);

  position: relative;
  display: block;
}

.m_e5262200:where([data-inline]) {
    display: inline-block;
  }

.m_760d1fb1 {
  position: absolute;
  top: var(--indicator-top);
  left: var(--indicator-left);
  right: var(--indicator-right);
  bottom: var(--indicator-bottom);
  transform: translate(var(--indicator-translate-x), var(--indicator-translate-y));
  min-width: var(--indicator-size);
  height: var(--indicator-size);
  border-radius: var(--indicator-radius, 1000rem);
  z-index: var(--indicator-z-index, 200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--mantine-font-size-xs);
  background-color: var(--indicator-color);
  color: var(--indicator-text-color, var(--mantine-color-white));
  white-space: nowrap;
}

.m_760d1fb1::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--indicator-color);
    border-radius: var(--indicator-radius, 1000rem);
    z-index: -1;
  }

.m_760d1fb1:where([data-with-label]) {
    padding-inline: calc(var(--mantine-spacing-xs) / 2);
  }

.m_760d1fb1:where([data-with-border]) {
    border: 2px solid var(--mantine-color-body);
  }

.m_760d1fb1[data-processing]::before {
      animation: m_885901b1 1000ms linear infinite;
    }

.m_dc6f14e2 {
  --kbd-fz-xs: calc(0.625rem * var(--mantine-scale));
  --kbd-fz-sm: calc(0.75rem * var(--mantine-scale));
  --kbd-fz-md: calc(0.875rem * var(--mantine-scale));
  --kbd-fz-lg: calc(1rem * var(--mantine-scale));
  --kbd-fz-xl: calc(1.25rem * var(--mantine-scale));
  --kbd-fz: var(--kbd-fz-sm);

  --kbd-padding-xs: calc(0.125rem * var(--mantine-scale)) calc(0.25rem * var(--mantine-scale));
  --kbd-padding-sm: calc(0.1875rem * var(--mantine-scale)) calc(0.3125rem * var(--mantine-scale));
  --kbd-padding-md: calc(0.25rem * var(--mantine-scale)) calc(0.4375rem * var(--mantine-scale));
  --kbd-padding-lg: calc(0.3125rem * var(--mantine-scale)) calc(0.5625rem * var(--mantine-scale));
  --kbd-padding-xl: calc(0.5rem * var(--mantine-scale)) calc(0.875rem * var(--mantine-scale));
  --kbd-padding: var(--kbd-padding-sm);

  font-family: var(--mantine-font-family-monospace);
  line-height: var(--mantine-line-height);
  font-weight: 700;
  padding: var(--kbd-padding);
  font-size: var(--kbd-fz);
  border-radius: var(--mantine-radius-sm);
  border: calc(0.0625rem * var(--mantine-scale)) solid;
  border-bottom-width: calc(0.1875rem * var(--mantine-scale));
  unicode-bidi: embed;
}

  :where([data-mantine-color-scheme='light']) .m_dc6f14e2 {
    border-color: var(--mantine-color-gray-3);
    color: var(--mantine-color-gray-7);
    background-color: var(--mantine-color-gray-0);
}

  :where([data-mantine-color-scheme='dark']) .m_dc6f14e2 {
    border-color: var(--mantine-color-dark-4);
    color: var(--mantine-color-dark-0);
    background-color: var(--mantine-color-dark-6);
}

.m_abbac491 {
  --list-fz: var(--mantine-font-size-md);
  --list-lh: var(--mantine-line-height-md);

  list-style-position: inside;
  font-size: var(--list-fz);
  line-height: var(--list-lh);
  margin: 0;
  padding: 0;
}

  .m_abbac491:where([data-with-padding]) {
    padding-inline-start: var(--mantine-spacing-md);
  }

.m_abb6bec2 {
  white-space: nowrap;
  line-height: var(--list-lh);
}

.m_abb6bec2:where([data-with-icon]) {
    list-style: none;
  }

.m_abb6bec2:where([data-with-icon]) .m_75cd9f71 {
      --li-direction: row;
      --li-align: center;
    }

.m_abb6bec2:where(:not(:first-of-type)) {
    margin-top: var(--list-spacing, 0);
  }

.m_abb6bec2:where([data-centered]) {
    line-height: 1;
  }

.m_75cd9f71 {
  display: inline-flex;
  flex-direction: var(--li-direction, column);
  align-items: var(--li-align, flex-start);
  white-space: normal;
}

.m_60f83e5b {
  display: inline-block;
  vertical-align: middle;
  margin-inline-end: var(--mantine-spacing-sm);
}

.m_6e45937b {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: var(--lo-z-index);
}

.m_e8eb006c {
  position: relative;
  z-index: calc(var(--lo-z-index) + 1);
}

.m_df587f17 {
  z-index: var(--lo-z-index);
}

.m_dc9b7c9f {
  padding: calc(0.25rem * var(--mantine-scale));
}

.m_9bfac126 {
  color: var(--mantine-color-dimmed);
  font-weight: 500;
  font-size: var(--mantine-font-size-xs);
  padding: calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-sm);
  cursor: default;
}

.m_efdf90cb {
  margin-top: calc(0.25rem * var(--mantine-scale));
  margin-bottom: calc(0.25rem * var(--mantine-scale));
  border-top: calc(0.0625rem * var(--mantine-scale)) solid;
}

:where([data-mantine-color-scheme='light']) .m_efdf90cb {
    border-color: var(--mantine-color-gray-2);
}

:where([data-mantine-color-scheme='dark']) .m_efdf90cb {
    border-color: var(--mantine-color-dark-4);
}

.m_99ac2aa1 {
  font-size: var(--mantine-font-size-sm);
  width: 100%;
  padding: calc(var(--mantine-spacing-xs) / 1.5) var(--mantine-spacing-sm);
  border-radius: var(--popover-radius, var(--mantine-radius-default));
  color: var(--menu-item-color, var(--mantine-color-text));
  display: flex;
  align-items: center;
  user-select: none;
}

.m_99ac2aa1:where([data-disabled], :disabled) {
    color: var(--mantine-color-dimmed);
    opacity: 0.6;
    cursor: not-allowed;
  }

:where([data-mantine-color-scheme='light']) .m_99ac2aa1:where([data-hovered]):where(:not(:disabled, [data-disabled])) {
        background-color: var(--menu-item-hover, var(--mantine-color-gray-1));
}

:where([data-mantine-color-scheme='dark']) .m_99ac2aa1:where([data-hovered]):where(:not(:disabled, [data-disabled])) {
        background-color: var(--menu-item-hover, var(--mantine-color-dark-4));
}

.m_5476e0d3 {
  flex: 1;
}

.m_8b75e504 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_8b75e504:where([data-position='left']) {
    margin-inline-end: var(--mantine-spacing-xs);
  }

.m_8b75e504:where([data-position='right']) {
    margin-inline-start: var(--mantine-spacing-xs);
  }

.m_9df02822 {
  --modal-size-xs: calc(20rem * var(--mantine-scale));
  --modal-size-sm: calc(23.75rem * var(--mantine-scale));
  --modal-size-md: calc(27.5rem * var(--mantine-scale));
  --modal-size-lg: calc(38.75rem * var(--mantine-scale));
  --modal-size-xl: calc(48.75rem * var(--mantine-scale));
  --modal-size: var(--modal-size-md);

  --modal-y-offset: 5dvh;
  --modal-x-offset: 5vw;
}

  .m_9df02822[data-full-screen] {
    --modal-border-radius: 0 !important;
  }

  .m_9df02822[data-full-screen] .m_54c44539 {
      --modal-content-flex: 0 0 100%;
      --modal-content-max-height: auto;
      --modal-content-height: 100dvh;
    }

  .m_9df02822[data-full-screen] .m_1f958f16 {
      --modal-inner-y-offset: 0;
      --modal-inner-x-offset: 0;
    }

  .m_9df02822[data-centered] .m_1f958f16 {
      --modal-inner-align: center;
    }

.m_d0e2b9cd {
  border-start-start-radius: var(--modal-radius, var(--mantine-radius-default));
  border-start-end-radius: var(--modal-radius, var(--mantine-radius-default));
}

.m_54c44539 {
  flex: var(--modal-content-flex, 0 0 var(--modal-size));
  max-width: 100%;
  max-height: var(--modal-content-max-height, calc(100dvh - var(--modal-y-offset) * 2));
  height: var(--modal-content-height, auto);
  overflow-y: auto;
}

.m_54c44539[data-full-screen] {
    border-radius: 0;
  }

.m_54c44539[data-hidden] {
    opacity: 0 !important;
    pointer-events: none;
  }

.m_1f958f16 {
  display: flex;
  justify-content: center;
  align-items: var(--modal-inner-align, flex-start);
  padding-top: var(--modal-inner-y-offset, var(--modal-y-offset));
  padding-bottom: var(--modal-inner-y-offset, var(--modal-y-offset));
  padding-inline: var(--modal-inner-x-offset, var(--modal-x-offset));
}

.m_7cda1cd6 {
  --pill-fz-xs: calc(0.625rem * var(--mantine-scale));
  --pill-fz-sm: calc(0.75rem * var(--mantine-scale));
  --pill-fz-md: calc(0.875rem * var(--mantine-scale));
  --pill-fz-lg: calc(1rem * var(--mantine-scale));
  --pill-fz-xl: calc(1.125rem * var(--mantine-scale));

  --pill-height-xs: calc(1.125rem * var(--mantine-scale));
  --pill-height-sm: calc(1.375rem * var(--mantine-scale));
  --pill-height-md: calc(1.5625rem * var(--mantine-scale));
  --pill-height-lg: calc(1.75rem * var(--mantine-scale));
  --pill-height-xl: calc(2rem * var(--mantine-scale));

  --pill-fz: var(--pill-fz-sm);
  --pill-height: var(--pill-height-sm);

  font-size: var(--pill-fz);
  flex: 0;
  height: var(--pill-height);
  padding-inline: 0.8em;
  display: inline-flex;
  align-items: center;
  border-radius: var(--pill-radius, 1000rem);
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  max-width: 100%;
}

  :where([data-mantine-color-scheme='dark']) .m_7cda1cd6 {
    background-color: var(--mantine-color-dark-7);
    color: var(--mantine-color-dark-0);
}

  :where([data-mantine-color-scheme='light']) .m_7cda1cd6 {
    color: var(--mantine-color-black);
}

  .m_7cda1cd6:where([data-with-remove]:not(:has(button:disabled))) {
    padding-inline-end: 0;
  }

  .m_7cda1cd6:where([data-disabled], :has(button:disabled)) {
    cursor: not-allowed;
  }

:where([data-mantine-color-scheme='light']) .m_44da308b {
    background-color: var(--mantine-color-gray-1);
}

:where([data-mantine-color-scheme='light']) .m_44da308b:where([data-disabled], :has(button:disabled)) {
      background-color: var(--mantine-color-gray-3);
    }

:where([data-mantine-color-scheme='light']) .m_e3a01f8 {
    background-color: var(--mantine-color-white);
}

:where([data-mantine-color-scheme='light']) .m_e3a01f8:where([data-disabled], :has(button:disabled)) {
      background-color: var(--mantine-color-gray-3);
    }

.m_1e0e6180 {
  cursor: inherit;
  overflow: hidden;
  height: 100%;
  line-height: var(--pill-height);
  text-overflow: ellipsis;
}

.m_ae386778 {
  color: inherit;
  font-size: inherit;
  height: 100%;
  min-height: unset;
  min-width: 2em;
  width: unset;
  border-radius: 0;
  padding-inline-start: 0.1em;
  padding-inline-end: 0.3em;
  flex: 0;
  border-end-end-radius: var(--pill-radius, 50%);
  border-start-end-radius: var(--pill-radius, 50%);
}

.m_7cda1cd6[data-disabled] > .m_ae386778,
  .m_ae386778:disabled {
    display: none;
    background-color: transparent;
    width: 0.8em;
    min-width: 0.8em;
    padding: 0;
    cursor: not-allowed;
  }

.m_7cda1cd6[data-disabled] > .m_ae386778 > svg, .m_ae386778:disabled > svg {
      display: none;
    }

.m_ae386778 > svg {
    pointer-events: none;
  }

.m_1dcfd90b {
  --pg-gap-xs: calc(0.375rem * var(--mantine-scale));
  --pg-gap-sm: calc(0.5rem * var(--mantine-scale));
  --pg-gap-md: calc(0.625rem * var(--mantine-scale));
  --pg-gap-lg: calc(0.75rem * var(--mantine-scale));
  --pg-gap-xl: calc(0.75rem * var(--mantine-scale));
  --pg-gap: var(--pg-gap-sm);

  display: flex;
  align-items: center;
  gap: var(--pg-gap);
  flex-wrap: wrap;
}

.m_45c4369d {
  background-color: transparent;
  appearance: none;
  min-width: calc(6.25rem * var(--mantine-scale));
  flex: 1;
  border: 0;
  font-size: inherit;
  height: 1.6em;
  color: inherit;
  padding: 0;
}

  .m_45c4369d::placeholder {
    color: var(--input-placeholder-color);
    opacity: 1;
  }

  .m_45c4369d:where([data-type='hidden'], [data-type='auto']) {
    height: calc(0.0625rem * var(--mantine-scale));
    width: calc(0.0625rem * var(--mantine-scale));
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    opacity: 0;
  }

  .m_45c4369d:focus {
    outline: none;
  }

  .m_45c4369d:where([data-type='auto']:focus) {
    height: 1.6em;
    visibility: visible;
    opacity: 1;
    position: static;
  }

  .m_45c4369d:where([data-pointer]:not([data-disabled], :disabled)) {
    cursor: pointer;
  }

  .m_45c4369d:where([data-disabled], :disabled) {
    cursor: not-allowed;
  }

.m_f0824112 {
  --nl-bg: var(--mantine-primary-color-light);
  --nl-hover: var(--mantine-primary-color-light-hover);
  --nl-color: var(--mantine-primary-color-light-color);

  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px var(--mantine-spacing-sm);
  user-select: none;
}

  @media (hover: hover) {
    :where([data-mantine-color-scheme='light']) .m_f0824112:hover {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_f0824112:hover {
      background-color: var(--mantine-color-dark-6);
  }
}

  @media (hover: none) {
    :where([data-mantine-color-scheme='light']) .m_f0824112:active {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_f0824112:active {
      background-color: var(--mantine-color-dark-6);
  }
}

  .m_f0824112:where([data-disabled]) {
    opacity: 0.4;
    pointer-events: none;
  }

  .m_f0824112:where([data-active], [aria-current='page']) {
    background-color: var(--nl-bg);
    color: var(--nl-color);
  }

  @media (hover: hover) {

  .m_f0824112:where([data-active], [aria-current='page']):hover {
      background-color: var(--nl-hover);
  }
}

  @media (hover: none) {

  .m_f0824112:where([data-active], [aria-current='page']):active {
      background-color: var(--nl-hover);
  }
}

  .m_f0824112:where([data-active], [aria-current='page']) .m_57492dcc {
      --description-opacity: 0.9;
      --description-color: var(--nl-color);
    }

.m_690090b5 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 150ms ease;
}

.m_690090b5 > svg {
    display: block;
  }

.m_690090b5:where([data-position='left']) {
    margin-inline-end: var(--mantine-spacing-sm);
  }

.m_690090b5:where([data-position='right']) {
    margin-inline-start: var(--mantine-spacing-sm);
  }

.m_690090b5:where([data-rotate]) {
    transform: rotate(90deg);
  }

.m_1f6ac4c4 {
  font-size: var(--mantine-font-size-sm);
}

.m_f07af9d2 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m_f07af9d2:where([data-no-wrap]) {
    white-space: nowrap;
  }

.m_57492dcc {
  display: block;
  font-size: var(--mantine-font-size-xs);
  opacity: var(--description-opacity, 1);
  color: var(--description-color, var(--mantine-color-dimmed));
  overflow: hidden;
  text-overflow: ellipsis;
}

:where([data-no-wrap]) .m_57492dcc {
    white-space: nowrap;
  }

.m_e17b862f {
  padding-inline-start: var(--nl-offset, var(--mantine-spacing-lg));
}

.m_1fd8a00b {
  transform: rotate(-90deg);
}

.m_a513464 {
  --notification-radius: var(--mantine-radius-default);
  --notification-color: var(--mantine-primary-color-filled);

  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  padding-inline-start: calc(1.375rem * var(--mantine-scale));
  padding-inline-end: var(--mantine-spacing-xs);
  padding-top: var(--mantine-spacing-xs);
  padding-bottom: var(--mantine-spacing-xs);
  border-radius: var(--notification-radius);
  box-shadow: var(--mantine-shadow-lg);
}

  .m_a513464::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(0.375rem * var(--mantine-scale));
    top: var(--notification-radius);
    bottom: var(--notification-radius);
    inset-inline-start: calc(0.25rem * var(--mantine-scale));
    border-radius: var(--notification-radius);
    background-color: var(--notification-color);
  }

  :where([data-mantine-color-scheme='light']) .m_a513464 {
    background-color: var(--mantine-color-white);
}

  :where([data-mantine-color-scheme='dark']) .m_a513464 {
    background-color: var(--mantine-color-dark-6);
}

  .m_a513464:where([data-with-icon]) {
    padding-inline-start: var(--mantine-spacing-xs);
  }

  .m_a513464:where([data-with-icon])::before {
      display: none;
    }

  :where([data-mantine-color-scheme='light']) .m_a513464:where([data-with-border]) {
      border: 1px solid var(--mantine-color-gray-3);
}

  :where([data-mantine-color-scheme='dark']) .m_a513464:where([data-with-border]) {
      border: 1px solid var(--mantine-color-dark-4);
}

.m_a4ceffb {
  box-sizing: border-box;
  margin-inline-end: var(--mantine-spacing-md);
  width: calc(1.75rem * var(--mantine-scale));
  height: calc(1.75rem * var(--mantine-scale));
  border-radius: calc(1.75rem * var(--mantine-scale));
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--notification-color);
  color: var(--mantine-color-white);
}

.m_b0920b15 {
  margin-inline-end: var(--mantine-spacing-md);
}

.m_a49ed24 {
  flex: 1;
  overflow: hidden;
  margin-inline-end: var(--mantine-spacing-xs);
}

.m_3feedf16 {
  margin-bottom: calc(0.125rem * var(--mantine-scale));
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--mantine-font-size-sm);
  line-height: var(--mantine-line-height-sm);
  font-weight: 500;
}

:where([data-mantine-color-scheme='light']) .m_3feedf16 {
    color: var(--mantine-color-gray-9);
}

:where([data-mantine-color-scheme='dark']) .m_3feedf16 {
    color: var(--mantine-color-white);
}

.m_3d733a3a {
  font-size: var(--mantine-font-size-sm);
  line-height: var(--mantine-line-height-sm);
  overflow: hidden;
  text-overflow: ellipsis;
}

:where([data-mantine-color-scheme='light']) .m_3d733a3a {
    color: var(--mantine-color-black);
}

:where([data-mantine-color-scheme='dark']) .m_3d733a3a {
    color: var(--mantine-color-dark-0);
}

:where([data-mantine-color-scheme='light']) .m_3d733a3a:where([data-with-title]) {
      color: var(--mantine-color-gray-6);
}

:where([data-mantine-color-scheme='dark']) .m_3d733a3a:where([data-with-title]) {
      color: var(--mantine-color-dark-2);
}

@media (hover: hover) {
    :where([data-mantine-color-scheme='light']) .m_919a4d88:hover {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_919a4d88:hover {
      background-color: var(--mantine-color-dark-8);
  }
}

@media (hover: none) {
    :where([data-mantine-color-scheme='light']) .m_919a4d88:active {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_919a4d88:active {
      background-color: var(--mantine-color-dark-8);
  }
}

.m_e2f5cd4e {
  --ni-right-section-width-xs: calc(1.0625rem * var(--mantine-scale));
  --ni-right-section-width-sm: calc(1.5rem * var(--mantine-scale));
  --ni-right-section-width-md: calc(1.6875rem * var(--mantine-scale));
  --ni-right-section-width-lg: calc(1.9375rem * var(--mantine-scale));
  --ni-right-section-width-xl: calc(2.125rem * var(--mantine-scale));
}

.m_95e17d22 {
  --ni-chevron-size-xs: calc(0.625rem * var(--mantine-scale));
  --ni-chevron-size-sm: calc(0.875rem * var(--mantine-scale));
  --ni-chevron-size-md: calc(1rem * var(--mantine-scale));
  --ni-chevron-size-lg: calc(1.125rem * var(--mantine-scale));
  --ni-chevron-size-xl: calc(1.25rem * var(--mantine-scale));
  --ni-chevron-size: var(--ni-chevron-size-sm);

  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(var(--input-height) - calc(0.125rem * var(--mantine-scale)));
  max-width: calc(var(--ni-chevron-size) * 1.7);
  margin-inline-start: auto;
}

.m_80b4b171 {
  --control-border: 1px solid var(--input-bd);
  --control-radius: calc(var(--input-radius) - calc(0.0625rem * var(--mantine-scale)));

  flex: 0 0 50%;
  width: 100%;
  padding: 0;
  height: calc(var(--input-height) / 2 - calc(0.0625rem * var(--mantine-scale)));
  border-inline-start: var(--control-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mantine-color-text);
  background-color: transparent;
  cursor: pointer;
}

.m_80b4b171:where(:disabled) {
    background-color: transparent;
    cursor: not-allowed;
    opacity: 0.6;
  }

:where([data-mantine-color-scheme='light']) .m_80b4b171:where(:disabled) {
      color: var(--mantine-color-gray-4);
}

:where([data-mantine-color-scheme='dark']) .m_80b4b171:where(:disabled) {
      color: var(--mantine-color-dark-3);
}

.m_e2f5cd4e[data-error] :where(.m_80b4b171) {
    color: var(--mantine-color-error);
  }

@media (hover: hover) {
    :where([data-mantine-color-scheme='light']) .m_80b4b171:hover {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_80b4b171:hover {
      background-color: var(--mantine-color-dark-4);
  }
}

@media (hover: none) {
    :where([data-mantine-color-scheme='light']) .m_80b4b171:active {
      background-color: var(--mantine-color-gray-0);
  }

    :where([data-mantine-color-scheme='dark']) .m_80b4b171:active {
      background-color: var(--mantine-color-dark-4);
  }
}

.m_80b4b171:where(:first-of-type) {
    border-radius: 0;
    border-start-end-radius: var(--control-radius);
  }

.m_80b4b171:last-of-type {
    border-radius: 0;
    border-end-end-radius: var(--control-radius);
  }

.m_4addd315 {
  --pagination-control-size-xs: calc(1.375rem * var(--mantine-scale));
  --pagination-control-size-sm: calc(1.625rem * var(--mantine-scale));
  --pagination-control-size-md: calc(2rem * var(--mantine-scale));
  --pagination-control-size-lg: calc(2.375rem * var(--mantine-scale));
  --pagination-control-size-xl: calc(2.75rem * var(--mantine-scale));
  --pagination-control-size: var(--pagination-control-size-md);
  --pagination-control-fz: var(--mantine-font-size-md);
  --pagination-active-bg: var(--mantine-primary-color-filled);
}

.m_326d024a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: calc(0.0625rem * var(--mantine-scale)) solid;
  cursor: pointer;
  color: var(--mantine-color-text);
  height: var(--pagination-control-size);
  min-width: var(--pagination-control-size);
  font-size: var(--pagination-control-fz);
  line-height: 1;
  border-radius: var(--pagination-control-radius, var(--mantine-radius-default));
}

.m_326d024a:where([data-with-padding]) {
    padding: calc(var(--pagination-control-size) / 4);
  }

.m_326d024a:where(:disabled, [data-disabled]) {
    cursor: not-allowed;
    opacity: 0.4;
  }

:where([data-mantine-color-scheme='light']) .m_326d024a {
    border-color: var(--mantine-color-gray-4);
    background-color: var(--mantine-color-white);
}

@media (hover: hover) {
      :where([data-mantine-color-scheme='light']) .m_326d024a:hover:where(:not(:disabled, [data-disabled])) {
        background-color: var(--mantine-color-gray-0);
      }
}

@media (hover: none) {
      :where([data-mantine-color-scheme='light']) .m_326d024a:active:where(:not(:disabled, [data-disabled])) {
        background-color: var(--mantine-color-gray-0);
      }
}

:where([data-mantine-color-scheme='dark']) .m_326d024a {
    border-color: var(--mantine-color-dark-4);
    background-color: var(--mantine-color-dark-6);
}

@media (hover: hover) {
      :where([data-mantine-color-scheme='dark']) .m_326d024a:hover:where(:not(:disabled, [data-disabled])) {
        background-color: var(--mantine-color-dark-5);
      }
}

@media (hover: none) {
      :where([data-mantine-color-scheme='dark']) .m_326d024a:active:where(:not(:disabled, [data-disabled])) {
        background-color: var(--mantine-color-dark-5);
      }
}

.m_326d024a:where([data-active]) {
    background-color: var(--pagination-active-bg);
    border-color: var(--pagination-active-bg);
    color: var(--pagination-active-color, var(--mantine-color-white));
  }

@media (hover: hover) {

  .m_326d024a:where([data-active]):hover {
      background-color: var(--pagination-active-bg);
  }
}

@media (hover: none) {

  .m_326d024a:where([data-active]):active {
      background-color: var(--pagination-active-bg);
  }
}

.m_4ad7767d {
  height: var(--pagination-control-size);
  min-width: var(--pagination-control-size);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.m_f61ca620 {
  --psi-button-size-xs: calc(1.375rem * var(--mantine-scale));
  --psi-button-size-sm: calc(1.625rem * var(--mantine-scale));
  --psi-button-size-md: calc(1.75rem * var(--mantine-scale));
  --psi-button-size-lg: calc(2rem * var(--mantine-scale));
  --psi-button-size-xl: calc(2.5rem * var(--mantine-scale));

  --psi-icon-size-xs: calc(0.75rem * var(--mantine-scale));
  --psi-icon-size-sm: calc(0.9375rem * var(--mantine-scale));
  --psi-icon-size-md: calc(1.0625rem * var(--mantine-scale));
  --psi-icon-size-lg: calc(1.1875rem * var(--mantine-scale));
  --psi-icon-size-xl: calc(1.3125rem * var(--mantine-scale));

  --psi-button-size: var(--psi-button-size-sm);
  --psi-icon-size: var(--psi-icon-size-sm);
}

.m_ccf8da4c {
  position: relative;
  overflow: hidden;
}

.m_f2d85dd2 {
  font-family: var(--mantine-font-family);
  background-color: transparent;
  border: 0;
  padding-inline-end: var(--input-padding-inline-end);
  padding-inline-start: var(--input-padding-inline-start);
  position: absolute;
  inset: 0;
  outline: 0;
  font-size: inherit;
  line-height: var(--mantine-line-height);
  height: 100%;
  width: 100%;
  color: inherit;
}

.m_ccf8da4c[data-disabled] .m_f2d85dd2,
  .m_f2d85dd2:disabled {
    cursor: not-allowed;
  }

.m_f2d85dd2::placeholder {
    color: var(--input-placeholder-color);
    opacity: 1;
  }

.m_f2d85dd2::-ms-reveal {
    display: none;
  }

.m_b1072d44 {
  width: var(--psi-button-size);
  height: var(--psi-button-size);
  min-width: var(--psi-button-size);
  min-height: var(--psi-button-size);
}

.m_b1072d44:disabled {
    display: none;
  }

.m_f1cb205a {
  --pin-input-size-xs: calc(1.875rem * var(--mantine-scale));
  --pin-input-size-sm: calc(2.25rem * var(--mantine-scale));
  --pin-input-size-md: calc(2.625rem * var(--mantine-scale));
  --pin-input-size-lg: calc(3.125rem * var(--mantine-scale));
  --pin-input-size-xl: calc(3.75rem * var(--mantine-scale));
  --pin-input-size: var(--pin-input-size-sm);
}

.m_cb288ead {
  width: var(--pin-input-size);
  height: var(--pin-input-size);
}

@keyframes m_81a374bd {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: calc(2.5rem * var(--mantine-scale)) 0;
  }
}

.m_db6d6462 {
  --progress-radius: var(--mantine-radius-default);
  --progress-size: var(--progress-size-md);

  --progress-size-xs: calc(0.1875rem * var(--mantine-scale));
  --progress-size-sm: calc(0.3125rem * var(--mantine-scale));
  --progress-size-md: calc(0.5rem * var(--mantine-scale));
  --progress-size-lg: calc(0.75rem * var(--mantine-scale));
  --progress-size-xl: calc(1rem * var(--mantine-scale));

  position: relative;
  height: var(--progress-size);
  border-radius: var(--progress-radius);
  overflow: hidden;
  display: flex;
}

:where([data-mantine-color-scheme='light']) .m_db6d6462 {
    background-color: var(--mantine-color-gray-2);
}

:where([data-mantine-color-scheme='dark']) .m_db6d6462 {
    background-color: var(--mantine-color-dark-4);
}

.m_2242eb65 {
  background-color: var(--progress-section-color);
  height: 100%;
  width: var(--progress-section-width);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: calc(1.25rem * var(--mantine-scale)) calc(1.25rem * var(--mantine-scale));
  transition: width var(--progress-transition-duration, 100ms) ease;
}

.m_2242eb65:where([data-striped]) {
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
  }

.m_2242eb65:where([data-animated]) {
    animation: m_81a374bd 1s linear infinite;
  }

.m_2242eb65:where(:last-of-type) {
    border-radius: 0;
    border-start-end-radius: var(--progress-radius);
    border-end-end-radius: var(--progress-radius);
  }

.m_2242eb65:where(:first-of-type) {
    border-radius: 0;
    border-start-start-radius: var(--progress-radius);
    border-end-start-radius: var(--progress-radius);
  }

.m_91e40b74 {
  color: var(--progress-label-color, var(--mantine-color-white));
  font-weight: bold;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: min(calc(var(--progress-size) * 0.65), calc(1.125rem * var(--mantine-scale)));
  line-height: 1;
  padding-inline: calc(0.25rem * var(--mantine-scale));
}

.m_9dc8ae12 {
  --card-radius: var(--mantine-radius-default);

  display: block;
  width: 100%;
  border-radius: var(--card-radius);
  cursor: pointer;
}

  .m_9dc8ae12 :where(*) {
    cursor: inherit;
  }

  .m_9dc8ae12:where([data-with-border]) {
    border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  }

  :where([data-mantine-color-scheme='light']) .m_9dc8ae12:where([data-with-border]) {
      border-color: var(--mantine-color-gray-3);
}

  :where([data-mantine-color-scheme='dark']) .m_9dc8ae12:where([data-with-border]) {
      border-color: var(--mantine-color-dark-4);
}

.m_717d7ff6 {
  --radio-size-xs: calc(1rem * var(--mantine-scale));
  --radio-size-sm: calc(1.25rem * var(--mantine-scale));
  --radio-size-md: calc(1.5rem * var(--mantine-scale));
  --radio-size-lg: calc(1.875rem * var(--mantine-scale));
  --radio-size-xl: calc(2.25rem * var(--mantine-scale));

  --radio-icon-size-xs: calc(0.375rem * var(--mantine-scale));
  --radio-icon-size-sm: calc(0.5rem * var(--mantine-scale));
  --radio-icon-size-md: calc(0.625rem * var(--mantine-scale));
  --radio-icon-size-lg: calc(0.875rem * var(--mantine-scale));
  --radio-icon-size-xl: calc(1rem * var(--mantine-scale));

  --radio-icon-size: var(--radio-icon-size-sm);
  --radio-size: var(--radio-size-sm);
  --radio-color: var(--mantine-primary-color-filled);
  --radio-icon-color: var(--mantine-color-white);

  position: relative;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  width: var(--radio-size);
  min-width: var(--radio-size);
  height: var(--radio-size);
  min-height: var(--radio-size);
  border-radius: var(--radio-radius, 10000px);
  transition:
    border-color 100ms ease,
    background-color 100ms ease;
  cursor: var(--mantine-cursor-type);
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

  :where([data-mantine-color-scheme='light']) .m_717d7ff6 {
    background-color: var(--mantine-color-white);
    border-color: var(--mantine-color-gray-4);
}

  :where([data-mantine-color-scheme='dark']) .m_717d7ff6 {
    background-color: var(--mantine-color-dark-6);
    border-color: var(--mantine-color-dark-4);
}

  .m_717d7ff6[data-indeterminate],
  .m_717d7ff6[data-checked] {
    background-color: var(--radio-color);
    border-color: var(--radio-color);
  }

  .m_717d7ff6[data-indeterminate] > .m_3e4da632, .m_717d7ff6[data-checked] > .m_3e4da632 {
      opacity: 1;
      transform: none;
      color: var(--radio-icon-color);
    }

  .m_717d7ff6[data-disabled] {
    cursor: not-allowed;
  }

  :where([data-mantine-color-scheme='light']) .m_717d7ff6[data-disabled] {
      background-color: var(--mantine-color-gray-2);
      border-color: var(--mantine-color-gray-3);
}

  :where([data-mantine-color-scheme='dark']) .m_717d7ff6[data-disabled] {
      background-color: var(--mantine-color-dark-6);
      border-color: var(--mantine-color-dark-6);
}

  [data-mantine-color-scheme='light'] .m_717d7ff6[data-disabled][data-checked] > .m_3e4da632 {
        color: var(--mantine-color-gray-5);
}

  [data-mantine-color-scheme='dark'] .m_717d7ff6[data-disabled][data-checked] > .m_3e4da632 {
        color: var(--mantine-color-dark-3);
}

.m_2980836c[data-indeterminate]:not([data-disabled]),
  .m_2980836c[data-checked]:not([data-disabled]) {
    background-color: transparent;
    border-color: var(--radio-color);
  }

.m_2980836c[data-indeterminate]:not([data-disabled]) > .m_3e4da632, .m_2980836c[data-checked]:not([data-disabled]) > .m_3e4da632 {
      color: var(--radio-color);
      opacity: 1;
      transform: none;
    }

.m_3e4da632 {
  display: block;
  width: var(--radio-icon-size);
  height: var(--radio-icon-size);
  color: transparent;
  pointer-events: none;
  transform: translateY(calc(0.3125rem * var(--mantine-scale))) scale(0.5);
  opacity: 1;
  transition:
    transform 100ms ease,
    opacity 100ms ease;
}

.m_f3f1af94 {
  --radio-size-xs: calc(1rem * var(--mantine-scale));
  --radio-size-sm: calc(1.25rem * var(--mantine-scale));
  --radio-size-md: calc(1.5rem * var(--mantine-scale));
  --radio-size-lg: calc(1.875rem * var(--mantine-scale));
  --radio-size-xl: calc(2.25rem * var(--mantine-scale));
  --radio-size: var(--radio-size-sm);

  --radio-icon-size-xs: calc(0.375rem * var(--mantine-scale));
  --radio-icon-size-sm: calc(0.5rem * var(--mantine-scale));
  --radio-icon-size-md: calc(0.625rem * var(--mantine-scale));
  --radio-icon-size-lg: calc(0.875rem * var(--mantine-scale));
  --radio-icon-size-xl: calc(1rem * var(--mantine-scale));
  --radio-icon-size: var(--radio-icon-size-sm);
  --radio-icon-color: var(--mantine-color-white);
}

.m_89c4f5e4 {
  position: relative;
  width: var(--radio-size);
  height: var(--radio-size);
  order: 1;
}

.m_89c4f5e4:where([data-label-position='left']) {
    order: 2;
  }

.m_f3ed6b2b {
  color: var(--radio-icon-color);
  opacity: var(--radio-icon-opacity, 0);
  transform: var(--radio-icon-transform, scale(0.2) translateY(calc(0.625rem * var(--mantine-scale))));
  transition:
    opacity 100ms ease,
    transform 200ms ease;
  pointer-events: none;
  width: var(--radio-icon-size);
  height: var(--radio-icon-size);
  position: absolute;
  top: calc(50% - var(--radio-icon-size) / 2);
  left: calc(50% - var(--radio-icon-size) / 2);
}

.m_8a3dbb89 {
  border: calc(0.0625rem * var(--mantine-scale)) solid;
  position: relative;
  appearance: none;
  width: var(--radio-size);
  height: var(--radio-size);
  border-radius: var(--radio-radius, var(--radio-size));
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: background-color, border-color;
  transition-timing-function: ease;
  transition-duration: 100ms;
  cursor: var(--mantine-cursor-type);
  -webkit-tap-highlight-color: transparent;
}

:where([data-mantine-color-scheme='light']) .m_8a3dbb89 {
    background-color: var(--mantine-color-white);
    border-color: var(--mantine-color-gray-4);
}

:where([data-mantine-color-scheme='dark']) .m_8a3dbb89 {
    background-color: var(--mantine-color-dark-6);
    border-color: var(--mantine-color-dark-4);
}

.m_8a3dbb89:checked {
    background-color: var(--radio-color, var(--mantine-primary-color-filled));
    border-color: var(--radio-color, var(--mantine-primary-color-filled));
  }

.m_8a3dbb89:checked + .m_f3ed6b2b {
      --radio-icon-opacity: 1;
      --radio-icon-transform: scale(1);
    }

.m_8a3dbb89:disabled {
    cursor: not-allowed;
  }

:where([data-mantine-color-scheme='light']) .m_8a3dbb89:disabled {
      background-color: var(--mantine-color-gray-1);
      border-color: var(--mantine-color-gray-2);
}

:where([data-mantine-color-scheme='light']) .m_8a3dbb89:disabled + .m_f3ed6b2b {
        --radio-icon-color: var(--mantine-color-gray-3);
      }

:where([data-mantine-color-scheme='dark']) .m_8a3dbb89:disabled {
      background-color: var(--mantine-color-dark-5);
      border-color: var(--mantine-color-dark-4);
}

:where([data-mantine-color-scheme='dark']) .m_8a3dbb89:disabled + .m_f3ed6b2b {
        --radio-icon-color: var(--mantine-color-dark-7);
      }

.m_8a3dbb89:where([data-error]) {
    border-color: var(--mantine-color-error);
  }

.m_1bfe9d39 + .m_f3ed6b2b {
    --radio-icon-color: var(--radio-color);
  }

.m_1bfe9d39:checked:not(:disabled) {
    background-color: transparent;
    border-color: var(--radio-color);
  }

.m_1bfe9d39:checked:not(:disabled) + .m_f3ed6b2b {
      --radio-icon-color: var(--radio-color);
      --radio-icon-opacity: 1;
      --radio-icon-transform: none;
    }

.m_f8d312f2 {
  --rating-size-xs: calc(0.875rem * var(--mantine-scale));
  --rating-size-sm: calc(1.125rem * var(--mantine-scale));
  --rating-size-md: calc(1.25rem * var(--mantine-scale));
  --rating-size-lg: calc(1.75rem * var(--mantine-scale));
  --rating-size-xl: calc(2rem * var(--mantine-scale));

  display: flex;
  width: max-content;
}

  .m_f8d312f2:where(:has(input:disabled)) {
    pointer-events: none;
  }

.m_61734bb7 {
  position: relative;
  transition: transform 100ms ease;
}

.m_61734bb7:where([data-active]) {
    z-index: 1;
    transform: scale(1.1);
  }

.m_5662a89a {
  width: var(--rating-size);
  height: var(--rating-size);
  display: block;
}

:where([data-mantine-color-scheme='light']) .m_5662a89a {
    fill: var(--mantine-color-gray-3);
    stroke: var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_5662a89a {
    fill: var(--mantine-color-dark-3);
    stroke: var(--mantine-color-dark-3);
}

.m_5662a89a:where([data-filled]) {
    fill: var(--rating-color);
    stroke: var(--rating-color);
  }

.m_211007ba {
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}

.m_211007ba:focus-visible + label {
    outline: 2px solid var(--mantine-primary-color-filled);
    outline-offset: calc(0.125rem * var(--mantine-scale));
  }

.m_21342ee4 {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--rating-item-z-index, 0);
  -webkit-tap-highlight-color: transparent;
}

.m_21342ee4:where([data-read-only]) {
    cursor: default;
  }

.m_21342ee4:where(:last-of-type) {
    position: relative;
  }

.m_fae05d6a {
  clip-path: var(--rating-symbol-clip-path);
}

.m_1b3c8819 {
  --tooltip-radius: var(--mantine-radius-default);

  position: absolute;
  padding: calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-xs);
  pointer-events: none;
  font-size: var(--mantine-font-size-sm);
  white-space: nowrap;
  border-radius: var(--tooltip-radius);
}

  :where([data-mantine-color-scheme='light']) .m_1b3c8819 {
    background-color: var(--tooltip-bg, var(--mantine-color-gray-9));
    color: var(--tooltip-color, var(--mantine-color-white));
}

  :where([data-mantine-color-scheme='dark']) .m_1b3c8819 {
    background-color: var(--tooltip-bg, var(--mantine-color-gray-2));
    color: var(--tooltip-color, var(--mantine-color-black));
}

  .m_1b3c8819:where([data-multiline]) {
    white-space: normal;
  }

  .m_1b3c8819:where([data-fixed]) {
    position: fixed;
  }

.m_f898399f {
  background-color: inherit;
  border: 0;
  z-index: 1;
}

.m_b32e4812 {
  position: relative;
  width: var(--rp-size);
  height: var(--rp-size);
  min-width: var(--rp-size);
  min-height: var(--rp-size);
  --rp-transition-duration: 0ms;
}

.m_d43b5134 {
  width: var(--rp-size);
  height: var(--rp-size);
  min-width: var(--rp-size);
  min-height: var(--rp-size);
  transform: rotate(-90deg);
}

.m_b1ca1fbf {
  stroke: var(--curve-color, var(--rp-curve-root-color));
  transition:
    stroke-dashoffset var(--rp-transition-duration) ease,
    stroke-dasharray var(--rp-transition-duration) ease,
    stroke var(--rp-transition-duration);
}

[data-mantine-color-scheme='light'] .m_b1ca1fbf {
    --rp-curve-root-color: var(--mantine-color-gray-2);
}

[data-mantine-color-scheme='dark'] .m_b1ca1fbf {
    --rp-curve-root-color: var(--mantine-color-dark-4);
}

.m_b23f9dc4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline: var(--rp-label-offset);
}

.m_cf365364 {
  --sc-padding-xs: calc(0.1875rem * var(--mantine-scale)) calc(0.375rem * var(--mantine-scale));
  --sc-padding-sm: calc(0.3125rem * var(--mantine-scale)) calc(0.625rem * var(--mantine-scale));
  --sc-padding-md: calc(0.4375rem * var(--mantine-scale)) calc(0.875rem * var(--mantine-scale));
  --sc-padding-lg: calc(0.5625rem * var(--mantine-scale)) calc(1rem * var(--mantine-scale));
  --sc-padding-xl: calc(0.75rem * var(--mantine-scale)) calc(1.25rem * var(--mantine-scale));

  --sc-transition-duration: 200ms;
  --sc-padding: var(--sc-padding-sm);
  --sc-transition-timing-function: ease;
  --sc-font-size: var(--mantine-font-size-sm);

  position: relative;
  display: inline-flex;
  flex-direction: row;
  width: auto;
  border-radius: var(--sc-radius, var(--mantine-radius-default));
  overflow: hidden;
  padding: calc(0.25rem * var(--mantine-scale));
}

  .m_cf365364:where([data-full-width]) {
    display: flex;
  }

  .m_cf365364:where([data-orientation='vertical']) {
    display: flex;
    flex-direction: column;
    width: max-content;
  }

  .m_cf365364:where([data-orientation='vertical']):where([data-full-width]) {
      width: auto;
    }

  :where([data-mantine-color-scheme='light']) .m_cf365364 {
    background-color: var(--mantine-color-gray-1);
}

  :where([data-mantine-color-scheme='dark']) .m_cf365364 {
    background-color: var(--mantine-color-dark-8);
}

.m_9e182ccd {
  position: absolute;
  display: block;
  z-index: 1;
  border-radius: var(--sc-radius, var(--mantine-radius-default));
}

:where([data-mantine-color-scheme='light']) .m_9e182ccd {
    box-shadow: var(--sc-shadow, none);
    background-color: var(--sc-color, var(--mantine-color-white));
}

:where([data-mantine-color-scheme='dark']) .m_9e182ccd {
    box-shadow: none;
    background-color: var(--sc-color, var(--mantine-color-dark-5));
}

.m_1738fcb2 {
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  border-radius: var(--sc-radius, var(--mantine-radius-default));
  font-size: var(--sc-font-size);
  padding: var(--sc-padding);
  transition: color var(--sc-transition-duration) var(--sc-transition-timing-function);
  cursor: pointer;

  /* outline is controlled by .input */
  outline: var(--segmented-control-outline, none);
}

:where([data-mantine-color-scheme='light']) .m_1738fcb2 {
    color: var(--mantine-color-gray-7);
}

:where([data-mantine-color-scheme='dark']) .m_1738fcb2 {
    color: var(--mantine-color-dark-1);
}

.m_1738fcb2:where([data-read-only]) {
    cursor: default;
  }

fieldset:disabled .m_1738fcb2,
  .m_1738fcb2:where([data-disabled]) {
    cursor: not-allowed;
  }

:where([data-mantine-color-scheme='light']) fieldset:disabled .m_1738fcb2, :where([data-mantine-color-scheme='light']) .m_1738fcb2:where([data-disabled]) {
      color: var(--mantine-color-gray-5);
}

:where([data-mantine-color-scheme='dark']) fieldset:disabled .m_1738fcb2, :where([data-mantine-color-scheme='dark']) .m_1738fcb2:where([data-disabled]) {
      color: var(--mantine-color-dark-3);
}

:where([data-mantine-color-scheme='light']) .m_1738fcb2:where([data-active]) {
      color: var(--sc-label-color, var(--mantine-color-black));
}

:where([data-mantine-color-scheme='dark']) .m_1738fcb2:where([data-active]) {
      color: var(--sc-label-color, var(--mantine-color-white));
}

.m_cf365364:where([data-initialized]) .m_1738fcb2:where([data-active])::before {
        display: none;
      }

.m_1738fcb2:where([data-active])::before {
      content: '';
      inset: 0;
      z-index: 0;
      position: absolute;
      border-radius: var(--sc-radius, var(--mantine-radius-default));
}

:where([data-mantine-color-scheme='light']) .m_1738fcb2:where([data-active])::before {
        box-shadow: var(--sc-shadow, none);
        background-color: var(--sc-color, var(--mantine-color-white));
}

:where([data-mantine-color-scheme='dark']) .m_1738fcb2:where([data-active])::before {
        box-shadow: none;
        background-color: var(--sc-color, var(--mantine-color-dark-5));
}

@media (hover: hover) {
      :where([data-mantine-color-scheme='light']) .m_1738fcb2:where(:not([data-disabled], [data-active], [data-read-only])):hover {
        color: var(--mantine-color-black);
  }

      :where([data-mantine-color-scheme='dark']) .m_1738fcb2:where(:not([data-disabled], [data-active], [data-read-only])):hover {
        color: var(--mantine-color-white);
  }
}

@media (hover: none) {
      :where([data-mantine-color-scheme='light']) .m_1738fcb2:where(:not([data-disabled], [data-active], [data-read-only])):active {
        color: var(--mantine-color-black);
  }

      :where([data-mantine-color-scheme='dark']) .m_1738fcb2:where(:not([data-disabled], [data-active], [data-read-only])):active {
        color: var(--mantine-color-white);
  }
}

@media (hover: hover) {
      :where([data-mantine-color-scheme='light']) fieldset:disabled .m_1738fcb2:hover {
        color: var(--mantine-color-gray-5) !important;
  }

      :where([data-mantine-color-scheme='dark']) fieldset:disabled .m_1738fcb2:hover {
        color: var(--mantine-color-dark-3) !important;
  }
}

@media (hover: none) {
      :where([data-mantine-color-scheme='light']) fieldset:disabled .m_1738fcb2:active {
        color: var(--mantine-color-gray-5) !important;
  }

      :where([data-mantine-color-scheme='dark']) fieldset:disabled .m_1738fcb2:active {
        color: var(--mantine-color-dark-3) !important;
  }
}

.m_1714d588 {
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}

.m_1714d588[data-focus-ring='auto']:focus:focus-visible + .m_1738fcb2 {
        --segmented-control-outline: 2px solid var(--mantine-primary-color-filled);
      }

.m_1714d588[data-focus-ring='always']:focus + .m_1738fcb2 {
        --segmented-control-outline: 2px solid var(--mantine-primary-color-filled);
      }

.m_69686b9b {
  position: relative;
  flex: 1;
  z-index: 2;
  transition: border-color var(--sc-transition-duration) var(--sc-transition-timing-function);
}

.m_cf365364[data-with-items-borders] :where(.m_69686b9b)::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    inset-inline-start: 0;
    background-color: var(--separator-color);
    width: calc(0.0625rem * var(--mantine-scale));
    transition: background-color var(--sc-transition-duration) var(--sc-transition-timing-function);
  }

.m_69686b9b[data-orientation='vertical']::before {
      top: 0;
      inset-inline: 0;
      bottom: auto;
      height: calc(0.0625rem * var(--mantine-scale));
      width: auto;
    }

:where([data-mantine-color-scheme='light']) .m_69686b9b {
    --separator-color: var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_69686b9b {
    --separator-color: var(--mantine-color-dark-4);
}

.m_69686b9b:first-of-type::before {
      --separator-color: transparent;
    }

[data-mantine-color-scheme] .m_69686b9b[data-active]::before, [data-mantine-color-scheme] .m_69686b9b[data-active] + .m_69686b9b::before {
          --separator-color: transparent;
        }

.m_78882f40 {
  position: relative;
  z-index: 2;
}

.m_fa528724 {
  --scp-filled-segment-color: var(--mantine-primary-color-filled);
  --scp-transition-duration: 0ms;
  --scp-thickness: calc(0.625rem * var(--mantine-scale));
}

  :where([data-mantine-color-scheme='light']) .m_fa528724 {
    --scp-empty-segment-color: var(--mantine-color-gray-2);
}

  :where([data-mantine-color-scheme='dark']) .m_fa528724 {
    --scp-empty-segment-color: var(--mantine-color-dark-4);
}

  .m_fa528724 {

  position: relative;
  width: fit-content;
}

.m_62e9e7e2 {
  display: block;
  transform: var(--scp-rotation);
  overflow: hidden;
}

.m_c573fb6f {
  transition:
    stroke-dashoffset var(--scp-transition-duration) ease,
    stroke-dasharray var(--scp-transition-duration) ease,
    stroke var(--scp-transition-duration);
}

.m_4fa340f2 {
  position: absolute;
  margin: 0;
  padding: 0;
  inset-inline: 0;
  text-align: center;
  z-index: 1;
}

.m_4fa340f2:where([data-position='bottom']) {
    bottom: 0;
    padding-inline: calc(var(--scp-thickness) * 2);
  }

.m_4fa340f2:where([data-position='bottom']):where([data-orientation='down']) {
      bottom: auto;
      top: 0;
    }

.m_4fa340f2:where([data-position='center']) {
    top: 50%;
    padding-inline: calc(var(--scp-thickness) * 3);
  }

.m_925c2d2c {
  container: simple-grid / inline-size;
}

.m_2415a157 {
  display: grid;
  grid-template-columns: repeat(var(--sg-cols), minmax(0, 1fr));
  gap: var(--sg-spacing-y) var(--sg-spacing-x);
}

@keyframes m_299c329c {
  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }
}

.m_18320242 {
  height: var(--skeleton-height, auto);
  width: var(--skeleton-width, 100%);
  border-radius: var(--skeleton-radius, var(--mantine-radius-default));
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.m_18320242:where([data-animate])::after {
    animation: m_299c329c 1500ms linear infinite;
  }

.m_18320242:where([data-visible]) {
    overflow: hidden;
  }

.m_18320242:where([data-visible])::before {
      position: absolute;
      content: '';
      inset: 0;
      z-index: 10;
      background-color: var(--mantine-color-body);
    }

.m_18320242:where([data-visible])::after {
      position: absolute;
      content: '';
      inset: 0;
      z-index: 11;
    }

:where([data-mantine-color-scheme='light']) .m_18320242:where([data-visible])::after {
        background-color: var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_18320242:where([data-visible])::after {
        background-color: var(--mantine-color-dark-4);
}

.m_dd36362e {
  --slider-size-xs: calc(0.25rem * var(--mantine-scale));
  --slider-size-sm: calc(0.375rem * var(--mantine-scale));
  --slider-size-md: calc(0.5rem * var(--mantine-scale));
  --slider-size-lg: calc(0.625rem * var(--mantine-scale));
  --slider-size-xl: calc(0.75rem * var(--mantine-scale));

  --slider-size: var(--slider-size-md);
  --slider-radius: calc(62.5rem * var(--mantine-scale));
  --slider-color: var(--mantine-primary-color-filled);

  -webkit-tap-highlight-color: transparent;
  outline: none;
  height: calc(var(--slider-size) * 2);
  padding-inline: var(--slider-size);
  display: flex;
  flex-direction: column;
  align-items: center;
  touch-action: none;
  position: relative;
}

  [data-mantine-color-scheme='light'] .m_dd36362e {
    --slider-track-bg: var(--mantine-color-gray-2);
    --slider-track-disabled-bg: var(--mantine-color-gray-4);
}

  [data-mantine-color-scheme='dark'] .m_dd36362e {
    --slider-track-bg: var(--mantine-color-dark-4);
    --slider-track-disabled-bg: var(--mantine-color-dark-3);
}

.m_c9357328 {
  position: absolute;
  top: calc(-2.25rem * var(--mantine-scale));
  font-size: var(--mantine-font-size-xs);
  color: var(--mantine-color-white);
  padding: calc(var(--mantine-spacing-xs) / 2);
  border-radius: var(--mantine-radius-sm);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  touch-action: none;
}

:where([data-mantine-color-scheme='light']) .m_c9357328 {
    background-color: var(--mantine-color-gray-9);
}

:where([data-mantine-color-scheme='dark']) .m_c9357328 {
    background-color: var(--mantine-color-dark-4);
}

.m_c9a9a60a {
  position: absolute;
  display: flex;
  height: var(--slider-thumb-size);
  width: var(--slider-thumb-size);
  border: calc(0.25rem * var(--mantine-scale)) solid;
  transform: translate(-50%, -50%);
  top: 50%;
  cursor: pointer;
  border-radius: var(--slider-radius);
  align-items: center;
  justify-content: center;
  transition:
    box-shadow 100ms ease,
    transform 100ms ease;
  z-index: 3;
  user-select: none;
  touch-action: none;
  outline-offset: calc(0.125rem * var(--mantine-scale));
  left: var(--slider-thumb-offset);
}

:where([dir="rtl"]) .m_c9a9a60a {
    left: auto;
    right: calc(var(--slider-thumb-offset) - var(--slider-thumb-size));
}

fieldset:disabled .m_c9a9a60a,
  .m_c9a9a60a:where([data-disabled]) {
    display: none;
  }

.m_c9a9a60a:where([data-dragging]) {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: var(--mantine-shadow-sm);
  }

:where([data-mantine-color-scheme='light']) .m_c9a9a60a {
    color: var(--slider-color);
    border-color: var(--slider-color);
    background-color: var(--mantine-color-white);
}

:where([data-mantine-color-scheme='dark']) .m_c9a9a60a {
    color: var(--mantine-color-white);
    border-color: var(--mantine-color-white);
    background-color: var(--slider-color);
}

.m_a8645c2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(var(--slider-size) * 2);
  cursor: pointer;
}

fieldset:disabled .m_a8645c2,
  .m_a8645c2:where([data-disabled]) {
    cursor: not-allowed;
  }

.m_c9ade57f {
  position: relative;
  width: 100%;
  height: var(--slider-size);
}

.m_c9ade57f:where([data-inverted]:not([data-disabled])) {
    --track-bg: var(--slider-color);
  }

fieldset:disabled .m_c9ade57f:where([data-inverted]),
  .m_c9ade57f:where([data-inverted][data-disabled]) {
    --track-bg: var(--slider-track-disabled-bg);
  }

.m_c9ade57f::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: var(--slider-radius);
    inset-inline: calc(var(--slider-size) * -1);
    background-color: var(--track-bg, var(--slider-track-bg));
    z-index: 0;
  }

.m_38aeed47 {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-color: var(--slider-color);
  border-radius: var(--slider-radius);
  width: var(--slider-bar-width);
  inset-inline-start: var(--slider-bar-offset);
}

.m_38aeed47:where([data-inverted]) {
    background-color: var(--slider-track-bg);
  }

:where([data-mantine-color-scheme='light']) fieldset:disabled .m_38aeed47:where(:not([data-inverted])), :where([data-mantine-color-scheme='light']) .m_38aeed47:where([data-disabled]:not([data-inverted])) {
      background-color: var(--mantine-color-gray-4);
}

:where([data-mantine-color-scheme='dark']) fieldset:disabled .m_38aeed47:where(:not([data-inverted])), :where([data-mantine-color-scheme='dark']) .m_38aeed47:where([data-disabled]:not([data-inverted])) {
      background-color: var(--mantine-color-dark-3);
}

.m_b7b0423a {
  position: absolute;
  inset-inline-start: calc(var(--mark-offset) - var(--slider-size) / 2);
  top: 0;
  z-index: 2;
  height: 0;
  pointer-events: none;
}

.m_dd33bc19 {
  border: calc(0.125rem * var(--mantine-scale)) solid;
  height: var(--slider-size);
  width: var(--slider-size);
  border-radius: calc(62.5rem * var(--mantine-scale));
  background-color: var(--mantine-color-white);
  pointer-events: none;
}

:where([data-mantine-color-scheme='light']) .m_dd33bc19 {
    border-color: var(--mantine-color-gray-2);
}

:where([data-mantine-color-scheme='dark']) .m_dd33bc19 {
    border-color: var(--mantine-color-dark-4);
}

.m_dd33bc19:where([data-filled]) {
    border-color: var(--slider-color);
  }

:where([data-mantine-color-scheme='light']) .m_dd33bc19:where([data-filled]):where([data-disabled]) {
        border-color: var(--mantine-color-gray-4);
}

:where([data-mantine-color-scheme='dark']) .m_dd33bc19:where([data-filled]):where([data-disabled]) {
        border-color: var(--mantine-color-dark-3);
}

.m_68c77a5b {
  transform: translate(calc(-50% + var(--slider-size) / 2), calc(var(--mantine-spacing-xs) / 2));
  font-size: var(--mantine-font-size-sm);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}

:where([data-mantine-color-scheme='light']) .m_68c77a5b {
    color: var(--mantine-color-gray-6);
}

:where([data-mantine-color-scheme='dark']) .m_68c77a5b {
    color: var(--mantine-color-dark-2);
}

.m_559cce2d {
  position: relative;
}

  .m_559cce2d:where([data-has-spoiler]) {
    margin-bottom: calc(1.5rem * var(--mantine-scale));
  }

.m_b912df4e {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: max-height var(--spoiler-transition-duration, 200ms) ease;
}

.m_b9131032 {
  position: absolute;
  inset-inline-start: 0;
  top: 100%;
  height: calc(1.5rem * var(--mantine-scale));
}

.m_6d731127 {
  display: flex;
  flex-direction: column;
  align-items: var(--stack-align, stretch);
  justify-content: var(--stack-justify, flex-start);
  gap: var(--stack-gap, var(--mantine-spacing-md));
}

.m_cbb4ea7e {
  --stepper-icon-size-xs: calc(2.125rem * var(--mantine-scale));
  --stepper-icon-size-sm: calc(2.25rem * var(--mantine-scale));
  --stepper-icon-size-md: calc(2.625rem * var(--mantine-scale));
  --stepper-icon-size-lg: calc(3rem * var(--mantine-scale));
  --stepper-icon-size-xl: calc(3.25rem * var(--mantine-scale));

  --stepper-icon-size: var(--stepper-icon-size-md);
  --stepper-color: var(--mantine-primary-color-filled);
  --stepper-content-padding: var(--mantine-spacing-md);
  --stepper-spacing: var(--mantine-spacing-md);
  --stepper-radius: calc(62.5rem * var(--mantine-scale));
  --stepper-fz: var(--mantine-font-size-md);
  --stepper-outline-thickness: calc(0.125rem * var(--mantine-scale));
}

  [data-mantine-color-scheme='light'] .m_cbb4ea7e {
    --stepper-outline-color: var(--mantine-color-gray-2);
}

  [data-mantine-color-scheme='dark'] .m_cbb4ea7e {
    --stepper-outline-color: var(--mantine-color-dark-5);
}

.m_aaf89d0b {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.m_aaf89d0b:where([data-wrap]) {
    flex-wrap: wrap;
    gap: var(--mantine-spacing-md) 0;
  }

.m_aaf89d0b:where([data-orientation='vertical']) {
    flex-direction: column;
  }

.m_aaf89d0b:where([data-orientation='vertical']):where([data-icon-position='left']) {
      align-items: flex-start;
    }

.m_aaf89d0b:where([data-orientation='vertical']):where([data-icon-position='right']) {
      align-items: flex-end;
    }

.m_aaf89d0b:where([data-orientation='horizontal']) {
    flex-direction: row;
  }

.m_2a371ac9 {
  transition: background-color 150ms ease;
  flex: 1;
  height: var(--stepper-outline-thickness);
  margin-inline: var(--mantine-spacing-md);
  background-color: var(--stepper-outline-color);
}

.m_2a371ac9:where([data-active]) {
    background-color: var(--stepper-color);
  }

.m_78da155d {
  padding-top: var(--stepper-content-padding);
}

.m_cbb57068 {
  --step-color: var(--stepper-color);

  display: flex;
  cursor: default;
}

.m_cbb57068:where([data-allow-click]) {
    cursor: pointer;
  }

.m_cbb57068:where([data-icon-position='left']) {
    flex-direction: row;
  }

.m_cbb57068:where([data-icon-position='right']) {
    flex-direction: row-reverse;
  }

.m_f56b1e2c {
  align-items: center;
}

.m_833edb7e {
  --separator-spacing: calc(var(--mantine-spacing-xs) / 2);

  justify-content: flex-start;
  min-height: calc(var(--stepper-icon-size) + var(--mantine-spacing-xl) + var(--separator-spacing));
  margin-top: var(--separator-spacing);
  overflow: hidden;
}

.m_833edb7e:where(:first-of-type) {
    margin-top: 0;
  }

.m_833edb7e:where(:last-of-type) {
    min-height: auto;
  }

.m_833edb7e:where(:last-of-type) .m_6496b3f3 {
      display: none;
    }

.m_818e70b {
  position: relative;
}

.m_6496b3f3 {
  top: calc(var(--stepper-icon-size) + var(--separator-spacing));
  inset-inline-start: calc(var(--stepper-icon-size) / 2);
  height: 100vh;
  position: absolute;
  border-inline-start: var(--stepper-outline-thickness) solid var(--stepper-outline-color);
}

.m_6496b3f3:where([data-active]) {
    border-color: var(--stepper-color);
  }

.m_1959ad01 {
  height: var(--stepper-icon-size);
  width: var(--stepper-icon-size);
  min-height: var(--stepper-icon-size);
  min-width: var(--stepper-icon-size);
  border-radius: var(--stepper-radius);
  font-size: var(--stepper-fz);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  transition:
    background-color 150ms ease,
    border-color 150ms ease;
  border: var(--stepper-outline-thickness) solid var(--stepper-outline-color);
  background-color: var(--stepper-outline-color);
}

:where([data-mantine-color-scheme='light']) .m_1959ad01 {
    color: var(--mantine-color-gray-7);
}

:where([data-mantine-color-scheme='dark']) .m_1959ad01 {
    color: var(--mantine-color-dark-1);
}

.m_1959ad01:where([data-progress]) {
    border-color: var(--step-color);
  }

.m_1959ad01:where([data-completed]) {
    color: var(--stepper-icon-color, var(--mantine-color-white));
    background-color: var(--step-color);
    border-color: var(--step-color);
  }

.m_a79331dc {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stepper-icon-color, var(--mantine-color-white));
}

.m_1956aa2a {
  display: flex;
  flex-direction: column;
}

.m_1956aa2a:where([data-icon-position='left']) {
    margin-inline-start: var(--mantine-spacing-sm);
  }

.m_1956aa2a:where([data-icon-position='right']) {
    text-align: right;
    margin-inline-end: var(--mantine-spacing-sm);
  }

:where([dir="rtl"]) .m_1956aa2a:where([data-icon-position='right']) {
      text-align: left;
}

.m_12051f6c {
  font-weight: 500;
  font-size: var(--stepper-fz);
  line-height: 1;
}

.m_164eea74 {
  margin-top: calc(var(--stepper-spacing) / 3);
  margin-bottom: calc(var(--stepper-spacing) / 3);
  font-size: calc(var(--stepper-fz) - calc(0.125rem * var(--mantine-scale)));
  line-height: 1;
  color: var(--mantine-color-dimmed);
}

.m_5f93f3bb {
  --switch-height-xs: calc(1rem * var(--mantine-scale));
  --switch-height-sm: calc(1.25rem * var(--mantine-scale));
  --switch-height-md: calc(1.5rem * var(--mantine-scale));
  --switch-height-lg: calc(1.875rem * var(--mantine-scale));
  --switch-height-xl: calc(2.25rem * var(--mantine-scale));

  --switch-width-xs: calc(2rem * var(--mantine-scale));
  --switch-width-sm: calc(2.375rem * var(--mantine-scale));
  --switch-width-md: calc(2.875rem * var(--mantine-scale));
  --switch-width-lg: calc(3.5rem * var(--mantine-scale));
  --switch-width-xl: calc(4.5rem * var(--mantine-scale));

  --switch-thumb-size-xs: calc(0.75rem * var(--mantine-scale));
  --switch-thumb-size-sm: calc(0.875rem * var(--mantine-scale));
  --switch-thumb-size-md: calc(1.125rem * var(--mantine-scale));
  --switch-thumb-size-lg: calc(1.375rem * var(--mantine-scale));
  --switch-thumb-size-xl: calc(1.75rem * var(--mantine-scale));

  --switch-label-font-size-xs: calc(0.3125rem * var(--mantine-scale));
  --switch-label-font-size-sm: calc(0.375rem * var(--mantine-scale));
  --switch-label-font-size-md: calc(0.4375rem * var(--mantine-scale));
  --switch-label-font-size-lg: calc(0.5625rem * var(--mantine-scale));
  --switch-label-font-size-xl: calc(0.6875rem * var(--mantine-scale));

  --switch-track-label-padding-xs: calc(0.0625rem * var(--mantine-scale));
  --switch-track-label-padding-sm: calc(0.125rem * var(--mantine-scale));
  --switch-track-label-padding-md: calc(0.125rem * var(--mantine-scale));
  --switch-track-label-padding-lg: calc(0.1875rem * var(--mantine-scale));
  --switch-track-label-padding-xl: calc(0.1875rem * var(--mantine-scale));

  --switch-height: var(--switch-height-sm);
  --switch-width: var(--switch-width-sm);
  --switch-thumb-size: var(--switch-thumb-size-sm);
  --switch-label-font-size: var(--switch-label-font-size-sm);
  --switch-track-label-padding: var(--switch-track-label-padding-sm);
  --switch-radius: calc(62.5rem * var(--mantine-scale));
  --switch-color: var(--mantine-primary-color-filled);

  position: relative;
}

.m_926b4011 {
  height: 0;
  width: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
}

.m_9307d992 {
  -webkit-tap-highlight-color: transparent;
  cursor: var(--switch-cursor, var(--mantine-cursor-type));
  overflow: hidden;
  position: relative;
  border-radius: var(--switch-radius);
  background-color: var(--switch-bg);
  border: 1px solid var(--switch-bd);
  height: var(--switch-height);
  min-width: var(--switch-width);
  margin: 0;
  transition:
    background-color 150ms ease,
    border-color 150ms ease;
  appearance: none;
  display: flex;
  align-items: center;
  font-size: var(--switch-label-font-size);
  font-weight: 600;
  order: var(--switch-order, 1);
  user-select: none;
  z-index: 0;
  line-height: 0;
  color: var(--switch-text-color);
}

.m_9307d992:where([data-without-labels]) {
    width: var(--switch-width);
  }

.m_926b4011:focus-visible + .m_9307d992 {
    outline: 2px solid var(--mantine-primary-color-filled);
    outline-offset: calc(0.125rem * var(--mantine-scale));
  }

.m_926b4011:checked + .m_9307d992 {
    --switch-bg: var(--switch-color);
    --switch-bd: var(--switch-color);
    --switch-text-color: var(--mantine-color-white);
  }

.m_926b4011:disabled + .m_9307d992,
  .m_926b4011[data-disabled] + .m_9307d992 {
    --switch-bg: var(--switch-disabled-color);
    --switch-bd: var(--switch-disabled-color);
    --switch-cursor: not-allowed;
  }

[data-mantine-color-scheme='light'] .m_9307d992 {
    --switch-bg: var(--mantine-color-gray-2);
    --switch-bd: var(--mantine-color-gray-3);
    --switch-text-color: var(--mantine-color-gray-6);
    --switch-disabled-color: var(--mantine-color-gray-2);
}

[data-mantine-color-scheme='dark'] .m_9307d992 {
    --switch-bg: var(--mantine-color-dark-6);
    --switch-bd: var(--mantine-color-dark-4);
    --switch-text-color: var(--mantine-color-dark-1);
    --switch-disabled-color: var(--mantine-color-dark-4);
}

.m_9307d992[data-error] {
    --switch-bd: var(--mantine-color-error);
  }

.m_9307d992[data-label-position='left'] {
    --switch-order: 2;
  }

.m_93039a1d {
  position: absolute;
  z-index: 1;
  border-radius: var(--switch-radius);
  display: flex;
  background-color: var(--switch-thumb-bg, var(--mantine-color-white));
  height: var(--switch-thumb-size);
  width: var(--switch-thumb-size);
  border: 1px solid var(--switch-thumb-bd);
  inset-inline-start: var(--switch-thumb-start, var(--switch-track-label-padding));
  transition: inset-inline-start 150ms ease;
}

.m_93039a1d > * {
    margin: auto;
  }

.m_926b4011:checked + * > .m_93039a1d {
    --switch-thumb-start: calc(100% - var(--switch-thumb-size) - var(--switch-track-label-padding));
    --switch-thumb-bd: var(--mantine-color-white);
  }

.m_926b4011:disabled + * > .m_93039a1d,
  .m_926b4011[data-disabled] + * > .m_93039a1d {
    --switch-thumb-bd: var(--switch-thumb-bg-disabled);
    --switch-thumb-bg: var(--switch-thumb-bg-disabled);
  }

[data-mantine-color-scheme='light'] .m_93039a1d {
    --switch-thumb-bd: var(--mantine-color-gray-3);
    --switch-thumb-bg-disabled: var(--mantine-color-gray-0);
}

[data-mantine-color-scheme='dark'] .m_93039a1d {
    --switch-thumb-bd: var(--mantine-color-white);
    --switch-thumb-bg-disabled: var(--mantine-color-dark-3);
}

.m_8277e082 {
  height: 100%;
  display: grid;
  place-content: center;
  min-width: calc(var(--switch-width) - var(--switch-thumb-size));
  padding-inline: var(--switch-track-label-padding);
  margin-inline-start: calc(var(--switch-thumb-size) + var(--switch-track-label-padding));
  transition: margin 150ms ease;
}

.m_926b4011:checked + * > .m_8277e082 {
    margin-inline-end: calc(var(--switch-thumb-size) + var(--switch-track-label-padding));
    margin-inline-start: 0;
  }

.m_b23fa0ef {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: var(--mantine-line-height);
  font-size: var(--mantine-font-size-sm);
  table-layout: var(--table-layout, auto);
  caption-side: var(--table-caption-side, bottom);
  border: none;
}

  :where([data-mantine-color-scheme='light']) .m_b23fa0ef {
    --table-hover-color: var(--mantine-color-gray-1);
    --table-striped-color: var(--mantine-color-gray-0);
    --table-border-color: var(--mantine-color-gray-3);
}

  :where([data-mantine-color-scheme='dark']) .m_b23fa0ef {
    --table-hover-color: var(--mantine-color-dark-5);
    --table-striped-color: var(--mantine-color-dark-6);
    --table-border-color: var(--mantine-color-dark-4);
}

  .m_b23fa0ef:where([data-with-table-border]) {
    border: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
  }

  .m_b23fa0ef:where([data-tabular-nums]) {
    font-variant-numeric: tabular-nums;
  }

  .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
    font-weight: 500;
  }

  :where([data-mantine-color-scheme='light']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
      background-color: var(--mantine-color-gray-0);
}

  :where([data-mantine-color-scheme='dark']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
      background-color: var(--mantine-color-dark-6);
}

.m_4e7aa4f3 {
  text-align: left;
}

:where([dir="rtl"]) .m_4e7aa4f3 {
    text-align: right;
}

.m_4e7aa4fd {
  border-bottom: none;
  background-color: transparent;
}

@media (hover: hover) {
    .m_4e7aa4fd:hover:where([data-hover]) {
      background-color: var(--tr-hover-bg);
    }
}

@media (hover: none) {
    .m_4e7aa4fd:active:where([data-hover]) {
      background-color: var(--tr-hover-bg);
    }
}

.m_4e7aa4fd:where([data-with-row-border]) {
    border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
  }

.m_4e7aa4ef,
.m_4e7aa4f3 {
  padding: var(--table-vertical-spacing) var(--table-horizontal-spacing, var(--mantine-spacing-xs));
}

.m_4e7aa4ef:where([data-with-column-border]:not(:last-child)), .m_4e7aa4f3:where([data-with-column-border]:not(:last-child)) {
    border-inline-end: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
  }

.m_b2404537 > :where(tr):where([data-with-row-border]:last-of-type) {
      border-bottom: none;
    }

.m_b2404537 > :where(tr):where([data-striped='odd']:nth-of-type(odd)) {
      background-color: var(--table-striped-color);
    }

.m_b2404537 > :where(tr):where([data-striped='even']:nth-of-type(even)) {
      background-color: var(--table-striped-color);
    }

.m_b2404537 > :where(tr)[data-hover] {
      --tr-hover-bg: var(--table-highlight-on-hover-color, var(--table-hover-color));
    }

.m_b242d975 {
  top: var(--table-sticky-header-offset, 0);
  z-index: 3;
}

.m_b242d975:where([data-sticky]) {
    position: sticky;
  }

.m_b242d975:where([data-sticky]) :where(.m_4e7aa4f3) {
      position: sticky;
      top: var(--table-sticky-header-offset, 0);
      background-color: var(--mantine-color-body);
    }

:where([data-with-table-border]) .m_b242d975[data-sticky] .m_4e7aa4f3 {
  top: initial;
}

.m_9e5a3ac7 {
  color: var(--mantine-color-dimmed);
}

.m_9e5a3ac7:where([data-side='top']) {
    margin-bottom: var(--mantine-spacing-xs);
  }

.m_9e5a3ac7:where([data-side='bottom']) {
    margin-top: var(--mantine-spacing-xs);
  }

.m_a100c15 {
  overflow-x: var(--table-overflow);
}

.m_62259741 {
  min-width: var(--table-min-width);
  max-height: var(--table-max-height);
}

.m_bcaa9990 {
  display: flex;
  flex-direction: column;
  --toc-depth-offset: 0.8em;
}

.m_375a65ef {
  display: block;
  padding: 0.3em 0.8em;
  font-size: var(--toc-size, var(--mantine-font-size-md));
  border-radius: var(--toc-radius, var(--mantine-radius-default));
  padding-left: max(calc(var(--depth-offset) * var(--toc-depth-offset)), 0.8em);
}

@media (hover: hover) {
      :where([data-mantine-color-scheme='light']) .m_375a65ef:where(:hover):where(:not([data-variant='none'])) {
        background-color: var(--mantine-color-gray-1);
  }

      :where([data-mantine-color-scheme='dark']) .m_375a65ef:where(:hover):where(:not([data-variant='none'])) {
        background-color: var(--mantine-color-dark-5);
  }
}

@media (hover: none) {
      :where([data-mantine-color-scheme='light']) .m_375a65ef:where(:active):where(:not([data-variant='none'])) {
        background-color: var(--mantine-color-gray-1);
  }

      :where([data-mantine-color-scheme='dark']) .m_375a65ef:where(:active):where(:not([data-variant='none'])) {
        background-color: var(--mantine-color-dark-5);
  }
}

.m_375a65ef:where([data-active]) {
    background-color: var(--toc-bg);
    color: var(--toc-color);
  }

.m_89d60db1 {
  display: var(--tabs-display);
  flex-direction: var(--tabs-flex-direction);

  --tab-justify: flex-start;
  --tabs-list-direction: row;
  --tabs-panel-grow: unset;
  --tabs-display: block;
  --tabs-flex-direction: row;
  --tabs-list-border-width: 0;
  --tabs-list-border-size: 0 0 var(--tabs-list-border-width) 0;
  --tabs-list-gap: unset;

  --tabs-list-line-bottom: 0;
  --tabs-list-line-top: unset;
  --tabs-list-line-start: 0;
  --tabs-list-line-end: 0;

  --tab-radius: var(--tabs-radius) var(--tabs-radius) 0 0;
  --tab-border-width: 0 0 var(--tabs-list-border-width) 0;
}

  .m_89d60db1[data-inverted] {
    --tabs-list-line-bottom: unset;
    --tabs-list-line-top: 0;
    --tab-radius: 0 0 var(--tabs-radius) var(--tabs-radius);
    --tab-border-width: var(--tabs-list-border-width) 0 0 0;
  }

  .m_89d60db1[data-inverted] .m_576c9d4::before {
      top: 0;
      bottom: unset;
    }

  .m_89d60db1[data-orientation='vertical'] {
    --tabs-list-line-start: unset;
    --tabs-list-line-end: 0;
    --tabs-list-line-top: 0;
    --tabs-list-line-bottom: 0;
    --tabs-list-border-size: 0 var(--tabs-list-border-width) 0 0;
    --tab-border-width: 0 var(--tabs-list-border-width) 0 0;
    --tab-radius: var(--tabs-radius) 0 0 var(--tabs-radius);
    --tabs-list-direction: column;
    --tabs-panel-grow: 1;
    --tabs-display: flex;
  }

  [dir="rtl"] .m_89d60db1[data-orientation='vertical'] {
      --tabs-list-border-size: 0 0 0 var(--tabs-list-border-width);
      --tab-border-width: 0 0 0 var(--tabs-list-border-width);
      --tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0;
}

  .m_89d60db1[data-orientation='vertical'][data-placement='right'] {
      --tabs-flex-direction: row-reverse;
      --tabs-list-line-start: 0;
      --tabs-list-line-end: unset;
      --tabs-list-border-size: 0 0 0 var(--tabs-list-border-width);
      --tab-border-width: 0 0 0 var(--tabs-list-border-width);
      --tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0;
    }

  [dir="rtl"] .m_89d60db1[data-orientation='vertical'][data-placement='right'] {
        --tabs-list-border-size: 0 var(--tabs-list-border-width) 0 0;
        --tab-border-width: 0 var(--tabs-list-border-width) 0 0;
        --tab-radius: var(--tabs-radius) 0 0 var(--tabs-radius);
}

  [data-mantine-color-scheme='light'] .m_89d60db1 {
    --tab-border-color: var(--mantine-color-gray-3);
}

  [data-mantine-color-scheme='dark'] .m_89d60db1 {
    --tab-border-color: var(--mantine-color-dark-4);
}

  .m_89d60db1[data-orientation='horizontal'] {
    --tab-justify: center;
  }

  .m_89d60db1[data-variant='default'] {
    --tabs-list-border-width: calc(0.125rem * var(--mantine-scale));
  }

  [data-mantine-color-scheme='light'] .m_89d60db1[data-variant='default'] {
      --tab-hover-color: var(--mantine-color-gray-0);
}

  [data-mantine-color-scheme='dark'] .m_89d60db1[data-variant='default'] {
      --tab-hover-color: var(--mantine-color-dark-6);
}

  .m_89d60db1[data-variant='outline'] {
    --tabs-list-border-width: calc(0.0625rem * var(--mantine-scale));
  }

  .m_89d60db1[data-variant='pills'] {
    --tabs-list-gap: calc(var(--mantine-spacing-sm) / 2);
  }

  [data-mantine-color-scheme='light'] .m_89d60db1[data-variant='pills'] {
      --tab-hover-color: var(--mantine-color-gray-0);
}

  [data-mantine-color-scheme='dark'] .m_89d60db1[data-variant='pills'] {
      --tab-hover-color: var(--mantine-color-dark-6);
}

.m_89d33d6d {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--tabs-justify, flex-start);
  flex-direction: var(--tabs-list-direction);
  gap: var(--tabs-list-gap);

  --tab-grow: unset;
}

.m_89d33d6d[data-grow] {
    --tab-grow: 1;
  }

.m_b0c91715 {
  flex-grow: var(--tabs-panel-grow);
}

.m_4ec4dce6 {
  position: relative;
  padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);
  font-size: var(--mantine-font-size-sm);
  white-space: nowrap;
  z-index: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  user-select: none;
  flex-grow: var(--tab-grow);
  justify-content: var(--tab-justify);
}

.m_4ec4dce6:disabled,
  .m_4ec4dce6[data-disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }

.m_4ec4dce6:focus {
    z-index: 1;
  }

.m_fc420b1f {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: var(--tab-section-margin-left, 0);
  margin-right: var(--tab-section-margin-right, 0);
}

.m_fc420b1f[data-position='left']:not(:only-child) {
      --tab-section-margin-right: var(--mantine-spacing-xs);
    }

[dir="rtl"] .m_fc420b1f[data-position='left']:not(:only-child) {
        --tab-section-margin-right: 0rem;
        --tab-section-margin-left: var(--mantine-spacing-xs);
}

.m_fc420b1f[data-position='right']:not(:only-child) {
      --tab-section-margin-left: var(--mantine-spacing-xs);
    }

[dir="rtl"] .m_fc420b1f[data-position='right']:not(:only-child) {
        --tab-section-margin-left: 0rem;
        --tab-section-margin-right: var(--mantine-spacing-xs);
}

/*************************************** default variant ***************************************/
.m_576c9d4 {
  position: relative;
}
.m_576c9d4::before {
    content: '';
    position: absolute;
    border-color: var(--tab-border-color);
    border-width: var(--tabs-list-border-size);
    border-style: solid;
    bottom: var(--tabs-list-line-bottom);
    inset-inline-start: var(--tabs-list-line-start);
    inset-inline-end: var(--tabs-list-line-end);
    top: var(--tabs-list-line-top);
  }

.m_539e827b {
  border-radius: var(--tab-radius);
  border-width: var(--tab-border-width);
  border-style: solid;
  border-color: transparent;
  background-color: var(--tab-bg);

  --tab-bg: transparent;
}

.m_539e827b:where([data-active]) {
    border-color: var(--tabs-color);
  }

@media (hover: hover) {

  .m_539e827b:hover {
    --tab-bg: var(--tab-hover-color);
  }

    .m_539e827b:hover:where(:not([data-active])) {
      border-color: var(--tab-border-color);
    }
}

@media (hover: none) {

  .m_539e827b:active {
    --tab-bg: var(--tab-hover-color);
  }

    .m_539e827b:active:where(:not([data-active])) {
      border-color: var(--tab-border-color);
    }
}

@media (hover: hover) {

  .m_539e827b:disabled:hover, .m_539e827b[data-disabled]:hover {
      --tab-bg: transparent;
  }
}

@media (hover: none) {

  .m_539e827b:disabled:active, .m_539e827b[data-disabled]:active {
      --tab-bg: transparent;
  }
}

/*************************************** outline variant ***************************************/
.m_6772fbd5 {
  position: relative;
}
.m_6772fbd5::before {
    content: '';
    position: absolute;
    border-color: var(--tab-border-color);
    border-width: var(--tabs-list-border-size);
    border-style: solid;
    bottom: var(--tabs-list-line-bottom);
    inset-inline-start: var(--tabs-list-line-start);
    inset-inline-end: var(--tabs-list-line-end);
    top: var(--tabs-list-line-top);
  }

.m_b59ab47c {
  border-top: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  border-right: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  border-left: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  border-top-color: var(--tab-border-top-color);
  border-bottom-color: var(--tab-border-bottom-color);
  border-radius: var(--tab-radius);
  position: relative;

  --tab-border-bottom-color: transparent;
  --tab-border-top-color: transparent;
  --tab-border-inline-end-color: transparent;
  --tab-border-inline-start-color: transparent;
}

.m_b59ab47c:where([data-active])::before {
      content: '';
      position: absolute;
      background-color: var(--tab-border-color);
      bottom: var(--tab-before-bottom, calc(-0.0625rem * var(--mantine-scale)));
      left: var(--tab-before-left, calc(-0.0625rem * var(--mantine-scale)));
      right: var(--tab-before-right, auto);
      top: var(--tab-before-top, auto);
      width: calc(0.0625rem * var(--mantine-scale));
      height: calc(0.0625rem * var(--mantine-scale));
    }

.m_b59ab47c:where([data-active])::after {
      content: '';
      position: absolute;
      background-color: var(--tab-border-color);
      bottom: var(--tab-after-bottom, calc(-0.0625rem * var(--mantine-scale)));
      right: var(--tab-after-right, calc(-0.0625rem * var(--mantine-scale)));
      left: var(--tab-after-left, auto);
      top: var(--tab-after-top, auto);
      width: calc(0.0625rem * var(--mantine-scale));
      height: calc(0.0625rem * var(--mantine-scale));
    }

.m_b59ab47c:where([data-active]) {

    border-top-color: var(--tab-border-top-color);
    border-bottom-color: var(--tab-border-bottom-color);
    border-inline-start-color: var(--tab-border-inline-start-color);
    border-inline-end-color: var(--tab-border-inline-end-color);

    --tab-border-top-color: var(--tab-border-color);
    --tab-border-inline-start-color: var(--tab-border-color);
    --tab-border-inline-end-color: var(--tab-border-color);
    --tab-border-bottom-color: var(--mantine-color-body);
}

.m_b59ab47c:where([data-active])[data-inverted] {
      --tab-border-bottom-color: var(--tab-border-color);
      --tab-border-top-color: var(--mantine-color-body);

      --tab-before-bottom: auto;
      --tab-before-top: calc(-0.0625rem * var(--mantine-scale));
      --tab-after-bottom: auto;
      --tab-after-top: calc(-0.0625rem * var(--mantine-scale));
    }

.m_b59ab47c:where([data-active])[data-orientation='vertical'][data-placement='left'] {
        --tab-border-inline-end-color: var(--mantine-color-body);
        --tab-border-inline-start-color: var(--tab-border-color);
        --tab-border-bottom-color: var(--tab-border-color);

        --tab-before-right: calc(-0.0625rem * var(--mantine-scale));
        --tab-before-left: auto;
        --tab-before-bottom: auto;
        --tab-before-top: calc(-0.0625rem * var(--mantine-scale));
        --tab-after-left: auto;
        --tab-after-right: calc(-0.0625rem * var(--mantine-scale));
      }

[dir="rtl"] .m_b59ab47c:where([data-active])[data-orientation='vertical'][data-placement='left'] {
          --tab-before-right: auto;
          --tab-before-left: calc(-0.0625rem * var(--mantine-scale));
          --tab-after-left: calc(-0.0625rem * var(--mantine-scale));
          --tab-after-right: auto;
}

.m_b59ab47c:where([data-active])[data-orientation='vertical'][data-placement='right'] {
        --tab-border-inline-start-color: var(--mantine-color-body);
        --tab-border-inline-end-color: var(--tab-border-color);
        --tab-border-bottom-color: var(--tab-border-color);

        --tab-before-left: calc(-0.0625rem * var(--mantine-scale));
        --tab-before-right: auto;
        --tab-before-bottom: auto;
        --tab-before-top: calc(-0.0625rem * var(--mantine-scale));
        --tab-after-right: auto;
        --tab-after-left: calc(-0.0625rem * var(--mantine-scale));
      }

[dir="rtl"] .m_b59ab47c:where([data-active])[data-orientation='vertical'][data-placement='right'] {
          --tab-before-left: auto;
          --tab-before-right: calc(-0.0625rem * var(--mantine-scale));
          --tab-after-right: calc(-0.0625rem * var(--mantine-scale));
          --tab-after-left: auto;
}

/*************************************** pills variant ***************************************/
.m_c3381914 {
  border-radius: var(--tabs-radius);
  background-color: var(--tab-bg);
  color: var(--tab-color);

  --tab-bg: transparent;
  --tab-color: inherit;
}
@media (hover: hover) {

  .m_c3381914:not([data-disabled]):hover {
      --tab-bg: var(--tab-hover-color);
  }
}
@media (hover: none) {

  .m_c3381914:not([data-disabled]):active {
      --tab-bg: var(--tab-hover-color);
  }
}
.m_c3381914[data-active][data-active] {
    --tab-bg: var(--tabs-color);
    --tab-color: var(--tabs-text-color, var(--mantine-color-white));
  }
@media (hover: hover) {

  .m_c3381914[data-active][data-active]:hover {
      --tab-bg: var(--tabs-color);
  }
}
@media (hover: none) {

  .m_c3381914[data-active][data-active]:active {
      --tab-bg: var(--tabs-color);
  }
}

.m_7341320d {
  --ti-size-xs: calc(1.125rem * var(--mantine-scale));
  --ti-size-sm: calc(1.375rem * var(--mantine-scale));
  --ti-size-md: calc(1.75rem * var(--mantine-scale));
  --ti-size-lg: calc(2.125rem * var(--mantine-scale));
  --ti-size-xl: calc(2.75rem * var(--mantine-scale));
  --ti-size: var(--ti-size-md);

  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  user-select: none;

  width: var(--ti-size);
  height: var(--ti-size);
  min-width: var(--ti-size);
  min-height: var(--ti-size);
  border-radius: var(--ti-radius, var(--mantine-radius-default));
  background: var(--ti-bg, var(--mantine-primary-color-filled));
  color: var(--ti-color, var(--mantine-color-white));
  border: var(--ti-bd, 1px solid transparent);
}

.m_43657ece {
  --offset: calc(var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2);
  --tl-bullet-size: calc(1.25rem * var(--mantine-scale));
  --tl-line-width: calc(0.25rem * var(--mantine-scale));
  --tl-radius: calc(62.5rem * var(--mantine-scale));
  --tl-color: var(--mantine-primary-color-filled);
}

  .m_43657ece:where([data-align='left']) {
    padding-inline-start: var(--offset);
  }

  .m_43657ece:where([data-align='right']) {
    padding-inline-end: var(--offset);
  }

.m_2ebe8099 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: calc(var(--mantine-spacing-xs) / 2);
}

.m_436178ff {
  --item-border: var(--tl-line-width) var(--tli-border-style, solid) var(--item-border-color);

  position: relative;
  color: var(--mantine-color-text);
}

.m_436178ff::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: var(--timeline-line-left, 0);
    right: var(--timeline-line-right, 0);
    bottom: calc(var(--mantine-spacing-xl) * -1);
    border-inline-start: var(--item-border);
    display: var(--timeline-line-display, none);
  }

.m_43657ece[data-align='left'] .m_436178ff::before {
      --timeline-line-left: calc(var(--tl-line-width) * -1);
      --timeline-line-right: auto;
    }

[dir="rtl"] .m_43657ece[data-align='left'] .m_436178ff::before {
        --timeline-line-left: auto;
        --timeline-line-right: calc(var(--tl-line-width) * -1);
}

.m_43657ece[data-align='right'] .m_436178ff::before {
      --timeline-line-left: auto;
      --timeline-line-right: calc(var(--tl-line-width) * -1);
    }

[dir="rtl"] .m_43657ece[data-align='right'] .m_436178ff::before {
        --timeline-line-left: calc(var(--tl-line-width) * -1);
        --timeline-line-right: auto;
}

.m_43657ece:where([data-align='left']) .m_436178ff {
    padding-inline-start: var(--offset);
    text-align: left;
  }

.m_43657ece:where([data-align='right']) .m_436178ff {
    padding-inline-end: var(--offset);
    text-align: right;
  }

:where([data-mantine-color-scheme='light']) .m_436178ff {
    --item-border-color: var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_436178ff {
    --item-border-color: var(--mantine-color-dark-4);
}

.m_436178ff:where([data-line-active])::before {
      border-color: var(--tli-color, var(--tl-color));
    }

.m_436178ff:where(:not(:last-of-type)) {
    --timeline-line-display: block;
  }

.m_436178ff:where(:not(:first-of-type)) {
    margin-top: var(--mantine-spacing-xl);
  }

.m_8affcee1 {
  width: var(--tl-bullet-size);
  height: var(--tl-bullet-size);
  border-radius: var(--tli-radius, var(--tl-radius));
  border: var(--tl-line-width) solid;
  background-color: var(--mantine-color-body);
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mantine-color-text);
}

:where([data-mantine-color-scheme='light']) .m_8affcee1 {
    border-color: var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_8affcee1 {
    border-color: var(--mantine-color-dark-4);
}

.m_43657ece:where([data-align='left']) .m_8affcee1 {
    left: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
    right: auto;
  }

:where([dir="rtl"]) .m_43657ece:where([data-align='left']) .m_8affcee1 {
      left: auto;
      right: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
}

.m_43657ece:where([data-align='right']) .m_8affcee1 {
    left: auto;
    right: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
  }

:where([dir="rtl"]) .m_43657ece:where([data-align='right']) .m_8affcee1 {
      left: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
      right: auto;
}

.m_8affcee1:where([data-with-child]) {
    border-width: var(--tl-line-width);
  }

:where([data-mantine-color-scheme='light']) .m_8affcee1:where([data-with-child]) {
      background-color: var(--mantine-color-gray-3);
}

:where([data-mantine-color-scheme='dark']) .m_8affcee1:where([data-with-child]) {
      background-color: var(--mantine-color-dark-4);
}

.m_8affcee1:where([data-active]) {
    border-color: var(--tli-color, var(--tl-color));
    background-color: var(--mantine-color-white);
    color: var(--tl-icon-color, var(--mantine-color-white));
  }

.m_8affcee1:where([data-active]):where([data-with-child]) {
      background-color: var(--tli-color, var(--tl-color));
      color: var(--tl-icon-color, var(--mantine-color-white));
    }

.m_43657ece:where([data-align='left']) .m_540e8f41 {
    padding-inline-start: var(--offset);
    text-align: left;
  }

:where([dir="rtl"]) .m_43657ece:where([data-align='left']) .m_540e8f41 {
      text-align: right;
}

.m_43657ece:where([data-align='right']) .m_540e8f41 {
    padding-inline-end: var(--offset);
    text-align: right;
  }

:where([dir="rtl"]) .m_43657ece:where([data-align='right']) .m_540e8f41 {
      text-align: left;
}

.m_8a5d1357 {
  margin: 0;
  font-weight: var(--title-fw);
  font-size: var(--title-fz);
  line-height: var(--title-lh);
  font-family: var(--mantine-font-family-headings);
  text-wrap: var(--title-text-wrap, var(--mantine-heading-text-wrap));
}

  .m_8a5d1357:where([data-line-clamp]) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--title-line-clamp);
    -webkit-box-orient: vertical;
  }

.m_f698e191 {
  --level-offset: var(--mantine-spacing-lg);
  margin: 0;
  padding: 0;
  user-select: none;
}

.m_75f3ecf {
  margin: 0;
  padding: 0;
}

.m_f6970eb1 {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0;
}

.m_f6970eb1:focus-visible > .m_dc283425 {
      outline: 2px solid var(--mantine-primary-color-filled);
      outline-offset: calc(0.125rem * var(--mantine-scale));
    }

.m_dc283425 {
  padding-inline-start: var(--label-offset);
}

:where([data-mantine-color-scheme='light']) .m_dc283425:where([data-selected]) {
      background-color: var(--mantine-color-gray-1);
}

:where([data-mantine-color-scheme='dark']) .m_dc283425:where([data-selected]) {
      background-color: var(--mantine-color-dark-5);
}

.m_d6493fad :first-child {
    margin-top: 0;
  }
  .m_d6493fad :last-child {
    margin-bottom: 0;
  }
  .m_d6493fad :where(h1, h2, h3, h4, h5, h6) {
    margin-bottom: var(--mantine-spacing-xs);
    text-wrap: var(--mantine-heading-text-wrap);
    font-family: var(--mantine-font-family-headings);
  }
  .m_d6493fad :where(h1) {
    margin-top: calc(1.5 * var(--mantine-spacing-xl));
    font-size: var(--mantine-h1-font-size);
    line-height: var(--mantine-h1-line-height);
    font-weight: var(--mantine-h1-font-weight);
  }
  .m_d6493fad :where(h2) {
    margin-top: var(--mantine-spacing-xl);
    font-size: var(--mantine-h2-font-size);
    line-height: var(--mantine-h2-line-height);
    font-weight: var(--mantine-h2-font-weight);
  }
  .m_d6493fad :where(h3) {
    margin-top: calc(0.8 * var(--mantine-spacing-xl));
    font-size: var(--mantine-h3-font-size);
    line-height: var(--mantine-h3-line-height);
    font-weight: var(--mantine-h3-font-weight);
  }
  .m_d6493fad :where(h4) {
    margin-top: calc(0.8 * var(--mantine-spacing-xl));
    font-size: var(--mantine-h4-font-size);
    line-height: var(--mantine-h4-line-height);
    font-weight: var(--mantine-h4-font-weight);
  }
  .m_d6493fad :where(h5) {
    margin-top: calc(0.5 * var(--mantine-spacing-xl));
    font-size: var(--mantine-h5-font-size);
    line-height: var(--mantine-h5-line-height);
    font-weight: var(--mantine-h5-font-weight);
  }
  .m_d6493fad :where(h6) {
    margin-top: calc(0.5 * var(--mantine-spacing-xl));
    font-size: var(--mantine-h6-font-size);
    line-height: var(--mantine-h6-line-height);
    font-weight: var(--mantine-h6-font-weight);
  }
  .m_d6493fad :where(img) {
    max-width: 100%;
    margin-bottom: var(--mantine-spacing-xs);
  }
  .m_d6493fad :where(p) {
    margin-top: 0;
    margin-bottom: var(--mantine-spacing-lg);
  }
  :where([data-mantine-color-scheme='light']) .m_d6493fad :where(mark) {
      background-color: var(--mantine-color-yellow-2);
      color: inherit;
}
  :where([data-mantine-color-scheme='dark']) .m_d6493fad :where(mark) {
      background-color: var(--mantine-color-yellow-5);
      color: var(--mantine-color-black);
}
  .m_d6493fad :where(a) {
    color: var(--mantine-color-anchor);
    text-decoration: none;
  }
  @media (hover: hover) {
    .m_d6493fad :where(a):hover {
      text-decoration: underline;
    }
}
  @media (hover: none) {
    .m_d6493fad :where(a):active {
      text-decoration: underline;
    }
}
  .m_d6493fad :where(hr) {
    margin-top: var(--mantine-spacing-md);
    margin-bottom: var(--mantine-spacing-md);
    border: 0;
    border-top: calc(0.0625rem * var(--mantine-scale)) solid;
  }
  :where([data-mantine-color-scheme='light']) .m_d6493fad :where(hr) {
      border-color: var(--mantine-color-gray-3);
}
  :where([data-mantine-color-scheme='dark']) .m_d6493fad :where(hr) {
      border-color: var(--mantine-color-dark-3);
}
  .m_d6493fad :where(pre) {
    padding: var(--mantine-spacing-xs);
    line-height: var(--mantine-line-height);
    margin: 0;
    margin-top: var(--mantine-spacing-md);
    margin-bottom: var(--mantine-spacing-md);
    overflow-x: auto;
    font-family: var(--mantine-font-family-monospace);
    font-size: var(--mantine-font-size-xs);
    border-radius: var(--mantine-radius-sm);
  }
  :where([data-mantine-color-scheme='light']) .m_d6493fad :where(pre) {
      background-color: var(--mantine-color-gray-0);
}
  :where([data-mantine-color-scheme='dark']) .m_d6493fad :where(pre) {
      background-color: var(--mantine-color-dark-8);
}
  .m_d6493fad :where(pre) :where(code) {
      background-color: transparent;
      padding: 0;
      border-radius: 0;
      color: inherit;
      border: 0;
    }
  .m_d6493fad :where(kbd) {
    --kbd-fz: calc(0.75rem * var(--mantine-scale));
    --kbd-padding: calc(0.1875rem * var(--mantine-scale)) calc(0.3125rem * var(--mantine-scale));

    font-family: var(--mantine-font-family-monospace);
    line-height: var(--mantine-line-height);
    font-weight: 700;
    padding: var(--kbd-padding);
    font-size: var(--kbd-fz);
    border-radius: var(--mantine-radius-sm);
    border: calc(0.0625rem * var(--mantine-scale)) solid;
    border-bottom-width: calc(0.1875rem * var(--mantine-scale));
  }
  :where([data-mantine-color-scheme='light']) .m_d6493fad :where(kbd) {
      border-color: var(--mantine-color-gray-3);
      color: var(--mantine-color-gray-7);
      background-color: var(--mantine-color-gray-0);
}
  :where([data-mantine-color-scheme='dark']) .m_d6493fad :where(kbd) {
      border-color: var(--mantine-color-dark-3);
      color: var(--mantine-color-dark-0);
      background-color: var(--mantine-color-dark-5);
}
  .m_d6493fad :where(code) {
    line-height: var(--mantine-line-height);
    padding: calc(0.0625rem * var(--mantine-scale)) calc(0.3125rem * var(--mantine-scale));
    border-radius: var(--mantine-radius-sm);
    font-family: var(--mantine-font-family-monospace);
    font-size: var(--mantine-font-size-xs);
  }
  :where([data-mantine-color-scheme='light']) .m_d6493fad :where(code) {
      background-color: var(--mantine-color-gray-0);
      color: var(--mantine-color-black);
}
  :where([data-mantine-color-scheme='dark']) .m_d6493fad :where(code) {
      background-color: var(--mantine-color-dark-5);
      color: var(--mantine-color-white);
}
  .m_d6493fad :where(ul, ol):not([data-type='taskList']) {
    margin-bottom: var(--mantine-spacing-md);
    padding-inline-start: var(--mantine-spacing-xl);
    list-style-position: outside;
  }
  .m_d6493fad :where(table) {
    width: 100%;
    border-collapse: collapse;
    caption-side: bottom;
    margin-bottom: var(--mantine-spacing-md);
  }
  :where([data-mantine-color-scheme='light']) .m_d6493fad :where(table) {
      --table-border-color: var(--mantine-color-gray-3);
}
  :where([data-mantine-color-scheme='dark']) .m_d6493fad :where(table) {
      --table-border-color: var(--mantine-color-dark-4);
}
  .m_d6493fad :where(table) :where(caption) {
      margin-top: var(--mantine-spacing-xs);
      font-size: var(--mantine-font-size-sm);
      color: var(--mantine-color-dimmed);
    }
  .m_d6493fad :where(table) :where(th) {
      text-align: left;
      font-weight: bold;
      font-size: var(--mantine-font-size-sm);
      padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
    }
  .m_d6493fad :where(table) :where(thead th) {
      border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
      border-color: var(--table-border-color);
    }
  .m_d6493fad :where(table) :where(tfoot th) {
      border-top: calc(0.0625rem * var(--mantine-scale)) solid;
      border-color: var(--table-border-color);
    }
  .m_d6493fad :where(table) :where(td) {
      padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
      border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
      border-color: var(--table-border-color);
      font-size: var(--mantine-font-size-sm);
    }
  .m_d6493fad :where(table) :where(tr:last-of-type td) {
      border-bottom: 0;
    }
  .m_d6493fad :where(blockquote) {
    font-size: var(--mantine-font-size-lg);
    line-height: var(--mantine-line-height);
    margin: var(--mantine-spacing-md) 0;
    border-radius: var(--mantine-radius-sm);
    padding: var(--mantine-spacing-md) var(--mantine-spacing-lg);
  }
  :where([data-mantine-color-scheme='light']) .m_d6493fad :where(blockquote) {
      background-color: var(--mantine-color-gray-0);
}
  :where([data-mantine-color-scheme='dark']) .m_d6493fad :where(blockquote) {
      background-color: var(--mantine-color-dark-8);
}

@charset "UTF-8";
/**
 * Dark mode overrides for Bootstrap components rendered inside the Mantine skin.
 *
 * These styles ONLY apply when:
 *   1. The user has selected the Mantine skin  ([data-skin="mantine"])
 *   2. Mantine's dark color scheme is active   ([data-mantine-color-scheme="dark"])
 *
 * They target Bootstrap CSS classes (table, card-body, form-control, etc.)
 * that haven't been migrated to Mantine yet in the *Mantine.* variant files.
 *
 * ZERO impact on the Bootstrap skin — scoped to [data-skin="mantine"].
 * The [data-mantine-color-scheme] attr is always present (MantineProvider), so
 * we CANNOT use it alone. [data-skin] is set by UIThemeProvider only when
 * the user has selected the Mantine skin.
 *
 * As individual pages are migrated off reactstrap, the corresponding
 * overrides here become dead code and can be removed.
 */
html[data-mantine-color-scheme=dark][\:has\(\[data-skin\%3Dbootstrap\]\)] {
  background-color: #fff;
  color-scheme: light;
}
html[data-mantine-color-scheme=dark]:has([data-skin=bootstrap]) {
  background-color: #fff;
  color-scheme: light;
}
html[data-mantine-color-scheme=dark][\:has\(\[data-skin\%3Dbootstrap\]\)] body {
  background-color: #fff;
  color: #212529;
}
html[data-mantine-color-scheme=dark]:has([data-skin=bootstrap]) body {
  background-color: #fff;
  color: #212529;
}
html[data-mantine-color-scheme=dark][\:has\(\[data-skin\%3Dbootstrap\]\)] input[type=checkbox],
html[data-mantine-color-scheme=dark][\:has\(\[data-skin\%3Dbootstrap\]\)] input[type=radio] {
  accent-color: auto;
  background-color: #fff;
  border-color: #ced4da;
}
html[data-mantine-color-scheme=dark]:has([data-skin=bootstrap]) input[type=checkbox],
html[data-mantine-color-scheme=dark]:has([data-skin=bootstrap]) input[type=radio] {
  accent-color: auto;
  background-color: #fff;
  border-color: #ced4da;
}
html[data-mantine-color-scheme=dark][\:has\(\[data-skin\%3Dbootstrap\]\)] .form-check-input {
  background-color: #fff;
  border-color: #dee2e6;
}
html[data-mantine-color-scheme=dark]:has([data-skin=bootstrap]) .form-check-input {
  background-color: #fff;
  border-color: #dee2e6;
}
html[data-mantine-color-scheme=dark][\:has\(\[data-skin\%3Dbootstrap\]\)] * {
  scrollbar-color: auto;
}
html[data-mantine-color-scheme=dark]:has([data-skin=bootstrap]) * {
  scrollbar-color: auto;
}

html[data-mantine-color-scheme=dark][\:has\(\[data-skin\%3Dmantine\]\)] {
  background-color: #111;
}

html[data-mantine-color-scheme=dark]:has([data-skin=mantine]) {
  background-color: #111;
}
html[data-mantine-color-scheme=dark][\:has\(\[data-skin\%3Dmantine\]\)] body {
  background-color: #111;
}
html[data-mantine-color-scheme=dark]:has([data-skin=mantine]) body {
  background-color: #111;
}

[data-mantine-color-scheme=dark] [data-skin=mantine],
[data-skin=mantine][data-mantine-color-scheme=dark] {
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .application-layout,
[data-skin=mantine][data-mantine-color-scheme=dark] .application-layout {
  background-color: #111;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .application-top-navigation,
[data-skin=mantine][data-mantine-color-scheme=dark] .application-top-navigation {
  background-color: var(--mantine-color-dark-7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .application-sidebar,
[data-skin=mantine][data-mantine-color-scheme=dark] .application-sidebar {
  background-color: #1a1a1a;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .application-sidebar-row-active,
[data-skin=mantine][data-mantine-color-scheme=dark] .application-sidebar-row-active {
  background-color: #262626;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .ws-wrapper,
[data-skin=mantine][data-mantine-color-scheme=dark] .ws-wrapper {
  background-color: #111;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .pnavbar,
[data-skin=mantine][data-mantine-color-scheme=dark] .pnavbar {
  background-color: #1a1a1a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .collapse-toggle-btn,
[data-skin=mantine][data-mantine-color-scheme=dark] .collapse-toggle-btn {
  background-color: #262626;
  border-color: #3a3a3a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .topnav-dropdown-active,
[data-skin=mantine][data-mantine-color-scheme=dark] .topnav-dropdown-active {
  background-color: #262626;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .header-card,
[data-skin=mantine][data-mantine-color-scheme=dark] .header-card {
  background-color: transparent;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .dash-list-item:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] .dash-list-item:hover {
  background-color: #262626;
  border-color: #3a3a3a;
  color: #ebebeb;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .level-3-menu,
[data-skin=mantine][data-mantine-color-scheme=dark] .level-3-menu {
  background-color: transparent;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table,
[data-skin=mantine][data-mantine-color-scheme=dark] .table {
  color: #d4d4d4;
  border-color: #3a3a3a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table th,
[data-mantine-color-scheme=dark] [data-skin=mantine] .table td,
[data-skin=mantine][data-mantine-color-scheme=dark] .table th,
[data-skin=mantine][data-mantine-color-scheme=dark] .table td {
  border-color: #3a3a3a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table thead th,
[data-skin=mantine][data-mantine-color-scheme=dark] .table thead th {
  border-bottom-color: #4a4a4a;
  color: #c4c4c4;
  background-color: var(--mantine-color-dark-6);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] table:not(.dataTable) thead th,
[data-skin=mantine][data-mantine-color-scheme=dark] table:not(.dataTable) thead th {
  background-color: var(--mantine-color-dark-6);
  color: var(--mantine-color-dark-0);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] th,
[data-skin=mantine][data-mantine-color-scheme=dark] th {
  background-color: var(--mantine-color-dark-6) !important;
  color: var(--mantine-color-dark-0) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table-striped tbody tr:nth-of-type(odd),
[data-skin=mantine][data-mantine-color-scheme=dark] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.02);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table-striped tbody tr:nth-of-type(even),
[data-skin=mantine][data-mantine-color-scheme=dark] .table-striped tbody tr:nth-of-type(even) {
  background-color: transparent;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table-hover tbody tr:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] .table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ebebeb;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .card,
[data-skin=mantine][data-mantine-color-scheme=dark] .card {
  background-color: transparent;
  border-color: transparent;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .card-body,
[data-skin=mantine][data-mantine-color-scheme=dark] .card-body {
  background-color: transparent;
  color: inherit;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .card-header,
[data-skin=mantine][data-mantine-color-scheme=dark] .card-header {
  background-color: transparent;
  border-bottom-color: #3a3a3a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .card-footer,
[data-skin=mantine][data-mantine-color-scheme=dark] .card-footer {
  background-color: transparent;
  border-top-color: #3a3a3a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .bg-light,
[data-skin=mantine][data-mantine-color-scheme=dark] .bg-light {
  background-color: var(--mantine-color-dark-6) !important;
  color: var(--mantine-color-dark-0) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .bg-white,
[data-skin=mantine][data-mantine-color-scheme=dark] .bg-white {
  background-color: var(--mantine-color-dark-7) !important;
  color: var(--mantine-color-dark-0) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .text-dark,
[data-mantine-color-scheme=dark] [data-skin=mantine] .text-body,
[data-skin=mantine][data-mantine-color-scheme=dark] .text-dark,
[data-skin=mantine][data-mantine-color-scheme=dark] .text-body {
  color: var(--mantine-color-dark-0) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .btn-link,
[data-skin=mantine][data-mantine-color-scheme=dark] .btn-link {
  color: var(--mantine-color-dark-1) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .btn-link:hover, [data-mantine-color-scheme=dark] [data-skin=mantine] .btn-link:focus,
[data-skin=mantine][data-mantine-color-scheme=dark] .btn-link:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] .btn-link:focus {
  color: var(--mantine-color-dark-0) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .form-control,
[data-skin=mantine][data-mantine-color-scheme=dark] .form-control {
  background-color: transparent;
  border-bottom-color: #4a4a4a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .form-control::-moz-placeholder, [data-skin=mantine][data-mantine-color-scheme=dark] .form-control::-moz-placeholder {
  color: #808080;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .form-control:-ms-input-placeholder, [data-skin=mantine][data-mantine-color-scheme=dark] .form-control:-ms-input-placeholder {
  color: #808080;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .form-control::placeholder,
[data-skin=mantine][data-mantine-color-scheme=dark] .form-control::placeholder {
  color: #808080;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .form-control:focus,
[data-skin=mantine][data-mantine-color-scheme=dark] .form-control:focus {
  background-color: transparent;
  border-bottom-color: #5a5a5a;
  color: #ebebeb;
  box-shadow: none;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .form-control:disabled, [data-mantine-color-scheme=dark] [data-skin=mantine] .form-control[readonly],
[data-skin=mantine][data-mantine-color-scheme=dark] .form-control:disabled,
[data-skin=mantine][data-mantine-color-scheme=dark] .form-control[readonly] {
  background-color: transparent;
  color: #808080;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .form-control-plaintext,
[data-skin=mantine][data-mantine-color-scheme=dark] .form-control-plaintext {
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] select.form-control,
[data-skin=mantine][data-mantine-color-scheme=dark] select.form-control {
  background-color: #222;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .input-group-text,
[data-skin=mantine][data-mantine-color-scheme=dark] .input-group-text {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #4a4a4a;
  color: #c4c4c4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .text-dark,
[data-skin=mantine][data-mantine-color-scheme=dark] .text-dark {
  color: #d4d4d4 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .text-muted,
[data-skin=mantine][data-mantine-color-scheme=dark] .text-muted {
  color: #999 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .text-body,
[data-skin=mantine][data-mantine-color-scheme=dark] .text-body {
  color: #d4d4d4 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] label,
[data-skin=mantine][data-mantine-color-scheme=dark] label {
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .btn-outline-secondary,
[data-skin=mantine][data-mantine-color-scheme=dark] .btn-outline-secondary {
  color: #c4c4c4;
  border-color: #4a4a4a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .btn-outline-secondary:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] .btn-outline-secondary:hover {
  background-color: #3a3a3a;
  color: #ebebeb;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .btn-light,
[data-skin=mantine][data-mantine-color-scheme=dark] .btn-light {
  background-color: #3a3a3a;
  border-color: #4a4a4a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .nav-link,
[data-skin=mantine][data-mantine-color-scheme=dark] .nav-link {
  color: var(--mantine-color-dark-1);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .nav-link:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] .nav-link:hover {
  color: var(--mantine-color-dark-0);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .nav-link.active,
[data-skin=mantine][data-mantine-color-scheme=dark] .nav-link.active {
  background-color: var(--mantine-color-dark-5);
  color: var(--mantine-color-dark-0);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .nav-tabs,
[data-skin=mantine][data-mantine-color-scheme=dark] .nav-tabs {
  border-bottom-color: #3a3a3a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .nav-tabs .nav-link,
[data-skin=mantine][data-mantine-color-scheme=dark] .nav-tabs .nav-link {
  color: #c4c4c4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .nav-tabs .nav-link:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] .nav-tabs .nav-link:hover {
  border-color: #4a4a4a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .nav-tabs .nav-link.active,
[data-skin=mantine][data-mantine-color-scheme=dark] .nav-tabs .nav-link.active {
  background-color: #1a1a1a;
  border-color: #3a3a3a;
  border-bottom-color: transparent;
  color: #ebebeb;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .modal-content,
[data-skin=mantine][data-mantine-color-scheme=dark] .modal-content {
  background-color: #1a1a1a;
  border-color: #3a3a3a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .modal-content table.dataTable,
[data-mantine-color-scheme=dark] [data-skin=mantine] .modal-content .table,
[data-skin=mantine][data-mantine-color-scheme=dark] .modal-content table.dataTable,
[data-skin=mantine][data-mantine-color-scheme=dark] .modal-content .table {
  background-color: var(--mantine-color-dark-7);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .modal-content table.dataTable tbody td,
[data-mantine-color-scheme=dark] [data-skin=mantine] .modal-content .table tbody td,
[data-skin=mantine][data-mantine-color-scheme=dark] .modal-content table.dataTable tbody td,
[data-skin=mantine][data-mantine-color-scheme=dark] .modal-content .table tbody td {
  background-color: var(--mantine-color-dark-7);
  color: var(--mantine-color-dark-0);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .modal-content table.dataTable thead th,
[data-mantine-color-scheme=dark] [data-skin=mantine] .modal-content .table thead th,
[data-skin=mantine][data-mantine-color-scheme=dark] .modal-content table.dataTable thead th,
[data-skin=mantine][data-mantine-color-scheme=dark] .modal-content .table thead th {
  background-color: var(--mantine-color-dark-6);
  color: var(--mantine-color-dark-0);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .modal-header,
[data-skin=mantine][data-mantine-color-scheme=dark] .modal-header {
  border-bottom-color: #3a3a3a;
  background: transparent;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .modal-footer,
[data-skin=mantine][data-mantine-color-scheme=dark] .modal-footer {
  border-top-color: #3a3a3a;
  background: transparent;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .mantine-Modal-root .mantine-Modal-content,
[data-skin=mantine][data-mantine-color-scheme=dark] .mantine-Modal-root .mantine-Modal-content {
  background-color: var(--mantine-color-dark-7);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .mantine-Modal-root .mantine-Modal-header,
[data-skin=mantine][data-mantine-color-scheme=dark] .mantine-Modal-root .mantine-Modal-header {
  background: transparent;
  border-bottom-color: var(--mantine-color-dark-4);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .mantine-Modal-root .mantine-Modal-body,
[data-skin=mantine][data-mantine-color-scheme=dark] .mantine-Modal-root .mantine-Modal-body {
  background: transparent;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .mantine-Modal-root .modal-header,
[data-mantine-color-scheme=dark] [data-skin=mantine] .mantine-Modal-root .modal-footer,
[data-skin=mantine][data-mantine-color-scheme=dark] .mantine-Modal-root .modal-header,
[data-skin=mantine][data-mantine-color-scheme=dark] .mantine-Modal-root .modal-footer {
  background: transparent !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .dropdown-menu,
[data-skin=mantine][data-mantine-color-scheme=dark] .dropdown-menu {
  background-color: #1a1a1a;
  border-color: #3a3a3a;
  color: #d4d4d4;
  border-radius: 12px;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .dropdown-item,
[data-skin=mantine][data-mantine-color-scheme=dark] .dropdown-item {
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .dropdown-item:hover, [data-mantine-color-scheme=dark] [data-skin=mantine] .dropdown-item:focus,
[data-skin=mantine][data-mantine-color-scheme=dark] .dropdown-item:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] .dropdown-item:focus {
  background-color: #262626;
  color: #ebebeb;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .dropdown-item.active, [data-mantine-color-scheme=dark] [data-skin=mantine] .dropdown-item:active,
[data-skin=mantine][data-mantine-color-scheme=dark] .dropdown-item.active,
[data-skin=mantine][data-mantine-color-scheme=dark] .dropdown-item:active {
  background-color: #3a3a3a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .dropdown-divider,
[data-skin=mantine][data-mantine-color-scheme=dark] .dropdown-divider {
  border-top-color: #3a3a3a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .list-group-item,
[data-skin=mantine][data-mantine-color-scheme=dark] .list-group-item {
  background-color: #1a1a1a;
  border-color: #3a3a3a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .list-group-item.disabled,
[data-skin=mantine][data-mantine-color-scheme=dark] .list-group-item.disabled {
  background-color: #111;
  color: #808080;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .list-group-item.list-group-item-action:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] .list-group-item.list-group-item-action:hover {
  background-color: #222;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .badge-secondary,
[data-skin=mantine][data-mantine-color-scheme=dark] .badge-secondary {
  background-color: #4a4a4a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .border-bottom,
[data-skin=mantine][data-mantine-color-scheme=dark] .border-bottom {
  border-bottom-color: #3a3a3a !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .border,
[data-skin=mantine][data-mantine-color-scheme=dark] .border {
  border-color: #3a3a3a !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] h1, [data-mantine-color-scheme=dark] [data-skin=mantine] h2, [data-mantine-color-scheme=dark] [data-skin=mantine] h3, [data-mantine-color-scheme=dark] [data-skin=mantine] h4, [data-mantine-color-scheme=dark] [data-skin=mantine] h5, [data-mantine-color-scheme=dark] [data-skin=mantine] h6,
[data-skin=mantine][data-mantine-color-scheme=dark] h1,
[data-skin=mantine][data-mantine-color-scheme=dark] h2,
[data-skin=mantine][data-mantine-color-scheme=dark] h3,
[data-skin=mantine][data-mantine-color-scheme=dark] h4,
[data-skin=mantine][data-mantine-color-scheme=dark] h5,
[data-skin=mantine][data-mantine-color-scheme=dark] h6 {
  color: #ebebeb;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] a,
[data-skin=mantine][data-mantine-color-scheme=dark] a {
  color: light-dark(#1971c2, #74b3f0);
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .bg-white,
[data-skin=mantine][data-mantine-color-scheme=dark] .bg-white {
  background-color: #1a1a1a !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .bg-light,
[data-skin=mantine][data-mantine-color-scheme=dark] .bg-light {
  background-color: #222 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .small, [data-mantine-color-scheme=dark] [data-skin=mantine] small,
[data-skin=mantine][data-mantine-color-scheme=dark] .small,
[data-skin=mantine][data-mantine-color-scheme=dark] small {
  color: inherit;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .sorting,
[data-mantine-color-scheme=dark] [data-skin=mantine] .sorting_asc,
[data-mantine-color-scheme=dark] [data-skin=mantine] .sorting_desc,
[data-skin=mantine][data-mantine-color-scheme=dark] .sorting,
[data-skin=mantine][data-mantine-color-scheme=dark] .sorting_asc,
[data-skin=mantine][data-mantine-color-scheme=dark] .sorting_desc {
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .tabs button,
[data-skin=mantine][data-mantine-color-scheme=dark] .tabs button {
  background-color: #222;
  border-color: #4a4a4a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .tabs button.active, [data-mantine-color-scheme=dark] [data-skin=mantine] .tabs button[data-active=true],
[data-skin=mantine][data-mantine-color-scheme=dark] .tabs button.active,
[data-skin=mantine][data-mantine-color-scheme=dark] .tabs button[data-active=true] {
  background-color: #1a1a1a;
  border-color: #4a4a4a;
  border-color: var(--brand-primary-color, #4a4a4a);
  color: #ebebeb;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .extended-dropdown,
[data-skin=mantine][data-mantine-color-scheme=dark] .extended-dropdown {
  background-color: #1a1a1a;
  border-color: #3a3a3a;
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .css-1s2u09g-control,
[data-mantine-color-scheme=dark] [data-skin=mantine] .css-1pahdxg-control,
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-control]:not([class*=mantine-Pagination]),
[data-skin=mantine][data-mantine-color-scheme=dark] .css-1s2u09g-control,
[data-skin=mantine][data-mantine-color-scheme=dark] .css-1pahdxg-control,
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-control]:not([class*=mantine-Pagination]) {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #4a4a4a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-menu],
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-menu] {
  background-color: #1a1a1a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-option],
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-option] {
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-option]:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-option]:hover {
  background-color: #3a3a3a;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-singleValue],
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-placeholder],
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-input],
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-singleValue],
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-placeholder],
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-input] {
  color: #d4d4d4;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .badge-warning,
[data-skin=mantine][data-mantine-color-scheme=dark] .badge-warning {
  background-color: #b45309 !important;
  color: #fef3c7 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .h1, [data-mantine-color-scheme=dark] [data-skin=mantine] .h2, [data-mantine-color-scheme=dark] [data-skin=mantine] .h3, [data-mantine-color-scheme=dark] [data-skin=mantine] .h4, [data-mantine-color-scheme=dark] [data-skin=mantine] .h5, [data-mantine-color-scheme=dark] [data-skin=mantine] .h6,
[data-skin=mantine][data-mantine-color-scheme=dark] .h1,
[data-skin=mantine][data-mantine-color-scheme=dark] .h2,
[data-skin=mantine][data-mantine-color-scheme=dark] .h3,
[data-skin=mantine][data-mantine-color-scheme=dark] .h4,
[data-skin=mantine][data-mantine-color-scheme=dark] .h5,
[data-skin=mantine][data-mantine-color-scheme=dark] .h6 {
  color: #ebebeb;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .icon-not-started,
[data-skin=mantine][data-mantine-color-scheme=dark] .icon-not-started {
  color: #666;
}
@charset "UTF-8";
/**
 * Base form styling for ALL Mantine skin themes.
 *
 * KEY DESIGN DECISIONS (shared across all themes):
 *   1. Stacked layout — handled by HookField component (renders Stack for Mantine)
 *   2. Full-width inputs — no wasted horizontal space
 *   3. Tighter vertical rhythm — consistent spacing between fields
 *   4. Modern typography — slightly smaller labels, dimmed helper text
 *
 * Theme-specific overrides (input borders, card styles, shadows) live in
 * /styles/themes/<theme>-overrides.scss and are scoped via data-theme attr.
 *
 * ZERO impact on Bootstrap skin — all rules scoped to [data-skin="mantine"].
 *
 * NOTE: Form layout (stacked vs columns) is now handled at component level
 * in HookField.tsx via useSkin() hook. These CSS rules handle typography
 * and styling only.
 */
:root {
  --z-index-base: 1;
  --z-index-sticky: 100;
  --z-index-navbar: 500;
  --z-index-sidebar: 510;
  --z-index-dropdown: 1000;
  --z-index-popover: 1050;
  --z-index-tooltip: 1100;
  --z-index-modal-backdrop: 1200;
  --z-index-modal: 1250;
  --z-index-modal-dropdown: 1400;
  --z-index-modal-popover: 1450;
  --z-index-modal-tooltip: 1500;
  --z-index-toast: 1600;
  --z-index-loader: 9999;
}

[data-skin=mantine] .form-label {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));
}
[data-skin=mantine] .form-control {
  font-size: 0.875rem;
  height: auto;
  min-height: 38px;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}
[data-skin=mantine] .form-control::-moz-placeholder {
  opacity: 0.5;
}
[data-skin=mantine] .form-control:-ms-input-placeholder {
  opacity: 0.5;
}
[data-skin=mantine] .form-control::placeholder {
  opacity: 0.5;
}
[data-skin=mantine] .form-control:focus {
  outline: none;
}
[data-skin=mantine] .form-group .form-control {
  border-top-left-radius: var(--mantine-radius-sm) !important;
  border-bottom-left-radius: var(--mantine-radius-sm) !important;
  border-top-right-radius: var(--mantine-radius-sm) !important;
  border-bottom-right-radius: var(--mantine-radius-sm) !important;
}
[data-skin=mantine] .input-group > .input-group-prepend > .input-group-text {
  border-top-left-radius: var(--mantine-radius-sm) !important;
  border-bottom-left-radius: var(--mantine-radius-sm) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[data-skin=mantine] .input-group > .form-control {
  border-radius: 0 !important;
}
[data-skin=mantine] .input-group > .form-control:first-child {
  border-top-left-radius: var(--mantine-radius-sm) !important;
  border-bottom-left-radius: var(--mantine-radius-sm) !important;
}
[data-skin=mantine] .input-group > .form-control:last-child {
  border-top-right-radius: var(--mantine-radius-sm) !important;
  border-bottom-right-radius: var(--mantine-radius-sm) !important;
}
[data-skin=mantine] .input-group > .form-control:only-child,
[data-skin=mantine] .input-group > .form-control:first-child:last-child {
  border-radius: var(--mantine-radius-sm) !important;
}
[data-skin=mantine] .mantine-Input-input,
[data-skin=mantine] .mantine-TextInput-input,
[data-skin=mantine] .mantine-Textarea-input,
[data-skin=mantine] .mantine-Select-input,
[data-skin=mantine] .mantine-NumberInput-input {
  font-size: 0.875rem;
  min-height: 38px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
[data-skin=mantine] .formInstructions {
  font-size: 0.75rem !important;
  margin-top: 0.25rem;
  line-height: 1.45;
  color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-2)) !important;
}
[data-skin=mantine] .invalid-feedback {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  font-weight: 500;
  color: light-dark(var(--mantine-color-red-6), var(--mantine-color-red-4));
}
[data-skin=mantine] .required-indicator,
[data-skin=mantine] .text-danger {
  color: light-dark(var(--mantine-color-red-6), var(--mantine-color-red-4));
}
[data-skin=mantine] .card {
  overflow: visible;
}
[data-skin=mantine] .card.level-3-menu {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
[data-skin=mantine] .level-3-menu .nav-pills {
  overflow: visible !important;
}
[data-skin=mantine] .level-3-menu .nav-item {
  overflow: visible !important;
}
[data-skin=mantine] .level-3-menu .nav-link {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}
[data-skin=mantine] .level-3-menu .nav-link > .d-flex.align-items-center {
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
}
[data-skin=mantine] .level-3-menu .nav-link > .d-flex.align-items-center > div:first-child {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  word-wrap: break-word;
  word-wrap: break-word;
}
[data-skin=mantine] .level-3-menu .nav-link > .d-flex.align-items-center > div:first-child div {
  min-width: 0 !important;
}
[data-skin=mantine] .level-3-menu .nav-link > .d-flex.align-items-center > div.ml-auto {
  flex: 0 0 auto !important;
  margin-left: 0.5rem !important;
}
[data-skin=mantine] .level-3-menu .d-flex.align-items-center.justify-content-start {
  flex-wrap: nowrap !important;
  min-width: 0 !important;
}
[data-skin=mantine] .level-3-menu .d-flex.align-items-center.justify-content-start .draggable {
  flex: 0 0 auto !important;
  margin-right: 0.5rem;
}
[data-skin=mantine] .level-3-menu .d-flex.align-items-center.justify-content-start > div:last-child {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  word-wrap: break-word;
  word-wrap: break-word;
}
[data-skin=mantine] .level-3-menu .dropdown-toggle {
  white-space: normal !important;
  word-wrap: break-word !important;
  text-align: left;
}
[data-skin=mantine] .level-3-menu .add-inline {
  white-space: normal !important;
  word-wrap: break-word !important;
}
[data-skin=mantine] .level-3-menu .add-inline span {
  white-space: normal !important;
  word-wrap: break-word !important;
}
[data-skin=mantine] .ws-header > div {
  padding: 0.75rem 1rem !important;
}
[data-skin=mantine] .ws-header .card-body {
  padding: 0 !important;
}
[data-skin=mantine] .ws-header h2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
[data-skin=mantine] .card-header {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));
  background-color: light-dark(rgba(0, 0, 0, 0.03), var(--mantine-color-dark-5));
  color: light-dark(inherit, var(--mantine-color-dark-0));
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root[\:has\(\%3E\%20.card-header\)] {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible;
  padding: 0 !important;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root:has(> .card-header) {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible;
  padding: 0 !important;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root[\:has\(\%3E\%20.card-header\)] > .card-header {
  background: none !important;
  border-bottom: none !important;
  padding: 0.5rem 0;
  margin-left: -15px;
  margin-right: -15px;
  align-items: baseline !important;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root:has(> .card-header) > .card-header {
  background: none !important;
  border-bottom: none !important;
  padding: 0.5rem 0;
  margin-left: -15px;
  margin-right: -15px;
  align-items: baseline !important;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root[\:has\(\%3E\%20.card-header\)] > .card-header .hr-text {
  flex: 1;
  min-width: 0;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root:has(> .card-header) > .card-header .hr-text {
  flex: 1;
  min-width: 0;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root[\:has\(\%3E\%20.card-header\)] > .card-header .hr-text::after {
  display: none !important;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root:has(> .card-header) > .card-header .hr-text::after {
  display: none !important;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root[\:has\(\%3E\%20.card-header\)] > .card-header .hr-text > div:first-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 1;
  min-width: 0;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root:has(> .card-header) > .card-header .hr-text > div:first-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 1;
  min-width: 0;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root[\:has\(\%3E\%20.card-header\)] > .card-header .hr-text > div:first-child > div {
  width: 100%;
}
[data-skin=mantine] .mantine-Paper-root .mantine-Paper-root:has(> .card-header) > .card-header .hr-text > div:first-child > div {
  width: 100%;
}
[data-skin=mantine] .card-header > span[\:has\(.fa-plus\)],
[data-skin=mantine] .card-header > span[\:has\(.fa-minus\)] {
  display: inline-flex;
  align-items: center;
}
[data-skin=mantine] .card-header > span:has(.fa-plus),
[data-skin=mantine] .card-header > span:has(.fa-minus) {
  display: inline-flex;
  align-items: center;
}
[data-skin=mantine] .card-header .fa-plus,
[data-skin=mantine] .card-header .fa-minus {
  font-size: 0.65rem;
}
[data-skin=mantine] .card-header .fa-plus::before {
  content: "";
}
[data-skin=mantine] .card-header .fa-minus::before {
  content: "";
}
[data-skin=mantine] .btn {
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  transition: all 150ms ease;
  letter-spacing: 0;
}
[data-skin=mantine] .btn-primary {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 1.5rem;
}
[data-skin=mantine] .btn-outline-primary:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
[data-skin=mantine] .badge {
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  padding: 0.3em 0.65em;
  border-radius: 999px;
}
[data-skin=mantine] .form-header.hr-text::before, [data-skin=mantine] .form-header.hr-text::after,
[data-skin=mantine] .hr-text::before,
[data-skin=mantine] .hr-text::after {
  border-top: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4)) !important;
}
[data-skin=mantine] .form-header.hr-text > *:first-child,
[data-skin=mantine] .hr-text > *:first-child {
  color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));
}
[data-skin=mantine] .form-header.hr-text strong,
[data-skin=mantine] .hr-text strong {
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-2));
}
[data-skin=mantine] h5.mantine-Title-root,
[data-skin=mantine] h6.mantine-Title-root {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-2));
}
[data-skin=mantine] h5.mantine-Title-root strong, [data-skin=mantine] h5.mantine-Title-root span,
[data-skin=mantine] h6.mantine-Title-root strong,
[data-skin=mantine] h6.mantine-Title-root span {
  font-weight: 600;
  color: inherit;
}
[data-skin=mantine] .form-section-header {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-2));
}
[data-skin=mantine] .form-section-divider {
  background-color: light-dark(var(--mantine-color-default-border), var(--mantine-color-dark-4));
}
[data-skin=mantine] .css-yk16xz-control,
[data-skin=mantine] .css-1pahdxg-control,
[data-skin=mantine] [class*=-control]:not([class*=mantine-Pagination]) {
  min-height: 38px !important;
  font-size: 0.875rem;
  transition: border-color 200ms ease, box-shadow 200ms ease !important;
}
[data-skin=mantine] [class*=-menu] {
  border-radius: 10px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden;
  border: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4)) !important;
}
[data-skin=mantine] [class*=-option] {
  font-size: 0.875rem !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 6px !important;
  margin: 2px 4px !important;
  transition: background-color 100ms ease !important;
}
[data-skin=mantine] .input-group {
  align-items: stretch;
}
[data-skin=mantine] .input-group .input-group-text {
  font-size: 0.8125rem;
}
[data-skin=mantine] .input-group .form-control {
  height: 38px;
  min-height: 38px;
}
[data-skin=mantine] .input-group .input-group-prepend,
[data-skin=mantine] .input-group .input-group-append {
  display: flex;
  align-items: stretch;
}
[data-skin=mantine] .input-group .input-group-prepend .btn,
[data-skin=mantine] .input-group .input-group-prepend .input-group-text,
[data-skin=mantine] .input-group .input-group-append .btn,
[data-skin=mantine] .input-group .input-group-append .input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
}
[data-skin=mantine] .input-group .input-group-prepend .mantine-Button-root,
[data-skin=mantine] .input-group .input-group-append .mantine-Button-root {
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
}
[data-skin=mantine] .input-group .input-group-prepend .mantine-Button-root .mantine-Button-inner,
[data-skin=mantine] .input-group .input-group-append .mantine-Button-root .mantine-Button-inner {
  height: 100%;
}
[data-skin=mantine] .input-group .input-group-prepend .mantine-Button-root .mantine-Button-label,
[data-skin=mantine] .input-group .input-group-append .mantine-Button-root .mantine-Button-label {
  height: 100%;
  display: flex;
  align-items: center;
}
[data-skin=mantine] .input-group .input-group-prepend .btn,
[data-skin=mantine] .input-group .input-group-prepend .input-group-text,
[data-skin=mantine] .input-group .input-group-prepend .mantine-Button-root {
  border-right: none !important;
  border-radius: var(--mantine-radius-sm) 0 0 var(--mantine-radius-sm) !important;
}
[data-skin=mantine] .input-group .input-group-append .btn,
[data-skin=mantine] .input-group .input-group-append .input-group-text,
[data-skin=mantine] .input-group .input-group-append .mantine-Button-root {
  border-left: none !important;
  border-radius: 0 var(--mantine-radius-sm) var(--mantine-radius-sm) 0 !important;
}
[data-skin=mantine] .input-group .input-group-prepend + .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none !important;
}
[data-skin=mantine] .input-group .form-control[\:has\(\%2B\%20.input-group-append\)],
[data-skin=mantine] .input-group .form-control + .input-group-append {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[data-skin=mantine] .input-group .form-control:has(+ .input-group-append),
[data-skin=mantine] .input-group .form-control + .input-group-append {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[data-skin=mantine] .form-check {
  padding-left: 0;
}
[data-skin=mantine] .mantine-Switch-root .mantine-Switch-track {
  min-width: 44px;
  height: 24px;
  border-radius: 999px;
}
[data-skin=mantine] .alert {
  font-size: 0.8125rem;
  padding: 0.75rem 1rem;
}
[data-skin=mantine] .alert-heading {
  color: light-dark(#1a1a1a, var(--mantine-color-white));
}
[data-skin=mantine] .dropdown-menu {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-4));
  padding: 6px;
  overflow: hidden;
}
[data-skin=mantine] .dropdown-item {
  border-radius: 8px;
  padding: 0.45rem 0.75rem;
  font-size: 0.875rem;
  transition: background-color 100ms ease;
}
[data-skin=mantine] .modal-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
}
[data-skin=mantine] div[style*="marginLeft: 33.33%"],
[data-skin=mantine] div[style*="margin-left: 33.33%"] {
  margin-left: 0 !important;
  flex: none !important;
}
[data-skin=mantine] .form-row-grid {
  margin-left: -15px;
  margin-right: -15px;
}
[data-skin=mantine] .form-row-grid > .form-group.row,
[data-skin=mantine] .form-row-grid > .form-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  margin-left: 0;
  margin-right: 0;
  min-width: 0;
  overflow: hidden;
}
[data-skin=mantine] .form-row-grid > .form-group .form-text-right-sm.form-label,
[data-skin=mantine] .form-row-grid > .form-group .form-label {
  text-align: left !important;
  padding-top: 0;
  flex: none !important;
  max-width: none !important;
  width: 100%;
}
[data-skin=mantine] .form-row-grid > .form-group .form-text-right-sm.form-label label,
[data-skin=mantine] .form-row-grid > .form-group .form-label label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));
}
[data-skin=mantine] .form-row-grid > .form-group > div:not(.form-label):not(.form-text-right-sm) {
  flex: none !important;
  max-width: none !important;
  width: 100%;
}
[data-skin=mantine] .form-row-grid > .form-group > .d-flex.align-items-center {
  flex: none !important;
  max-width: none !important;
  width: 100%;
  padding-left: 0 !important;
}
[data-skin=mantine] .form-row-grid-inline > .form-group.row,
[data-skin=mantine] .form-row-grid-inline > .form-group {
  margin-bottom: 0;
}
[data-skin=mantine] .revealable-code-btn:hover {
  background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-5));
  border-color: light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
}
[data-skin=mantine] .editor-wrapper {
  border: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
  border-radius: var(--mantine-radius-sm);
  overflow: hidden;
}
[data-skin=mantine] .editor-menu {
  background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));
  border-bottom-color: light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
}
[data-skin=mantine] .editor-body {
  background: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7));
  color: light-dark(var(--mantine-color-black), var(--mantine-color-dark-0));
}
[data-skin=mantine] .topnav-active {
  background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}
[data-skin=mantine] .topnav-inactive {
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: background-color 0.15s ease;
}
[data-skin=mantine] .topnav-inactive:hover {
  background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-7));
}
[data-skin=mantine] .topnav-text {
  font-weight: 600;
  color: light-dark(var(--mantine-color-dark-9), var(--mantine-color-white));
}
[data-skin=mantine] .topnav-text-inactive {
  color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2));
}
[data-skin=mantine] .tabnav {
  margin-top: 0;
  min-height: auto;
  text-align: left;
  flex: 0 0 auto !important;
  box-shadow: none !important;
}
[data-skin=mantine] .tabnav-active,
[data-skin=mantine] a.tabnav-active {
  font-weight: 600;
  font-size: 0.875rem;
  color: light-dark(var(--mantine-color-dark-9), var(--mantine-color-white));
  background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));
  border-radius: 8px;
  padding: 6px 14px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
[data-skin=mantine] .tabnav-active:hover,
[data-skin=mantine] a.tabnav-active:hover {
  text-decoration: none;
  color: light-dark(var(--mantine-color-dark-9), var(--mantine-color-white));
}
[data-skin=mantine] .tabnav-inactive,
[data-skin=mantine] a.tabnav-inactive {
  font-weight: 400;
  font-size: 0.875rem;
  color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2));
  background-color: transparent;
  border-radius: 8px;
  padding: 6px 14px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
[data-skin=mantine] .tabnav-inactive:hover,
[data-skin=mantine] a.tabnav-inactive:hover {
  background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-5));
  color: light-dark(var(--mantine-color-dark-7), var(--mantine-color-dark-0));
  text-decoration: none;
}
[data-skin=mantine] .d-flex.justify-content-between[\:has\(.fa-stack\)] {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
[data-skin=mantine] .d-flex.justify-content-between:has(.fa-stack) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
[data-skin=mantine] .d-flex.justify-content-between[\:has\(.fa-stack\)] > div {
  flex: 0 0 auto;
  min-width: 80px;
}
[data-skin=mantine] .d-flex.justify-content-between:has(.fa-stack) > div {
  flex: 0 0 auto;
  min-width: 80px;
}
[data-skin=mantine] .fa-stack + br + span.h6,
[data-skin=mantine] .fa-stack ~ span.h6 {
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  display: inline-block;
}

[data-mantine-color-scheme=dark] [data-skin=mantine] .form-control,
[data-skin=mantine][data-mantine-color-scheme=dark] .form-control {
  color: #e5e5e5;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .form-control:disabled, [data-mantine-color-scheme=dark] [data-skin=mantine] .form-control[readonly],
[data-skin=mantine][data-mantine-color-scheme=dark] .form-control:disabled,
[data-skin=mantine][data-mantine-color-scheme=dark] .form-control[readonly] {
  cursor: not-allowed;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-singleValue],
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-singleValue] {
  color: var(--mantine-color-dark-0) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-placeholder],
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-placeholder] {
  color: var(--mantine-color-dark-2) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-input] input,
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-input] input {
  color: var(--mantine-color-dark-0) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-menu],
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-menu] {
  background-color: var(--mantine-color-dark-6) !important;
  border-color: var(--mantine-color-dark-4) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-option],
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-option] {
  color: var(--mantine-color-dark-0) !important;
  background-color: transparent !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] [class*=-option]:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] [class*=-option]:hover {
  background-color: var(--mantine-color-dark-5) !important;
}

[data-mantine-color-scheme=light] [data-skin=mantine] .form-control,
[data-skin=mantine][data-mantine-color-scheme=light] .form-control {
  color: #1a1a1a;
}
[data-mantine-color-scheme=light] [data-skin=mantine] .form-control:disabled, [data-mantine-color-scheme=light] [data-skin=mantine] .form-control[readonly],
[data-skin=mantine][data-mantine-color-scheme=light] .form-control:disabled,
[data-skin=mantine][data-mantine-color-scheme=light] .form-control[readonly] {
  color: #6b7280;
  cursor: not-allowed;
}
[data-mantine-color-scheme=light] [data-skin=mantine] .mantine-Input-input:disabled, [data-mantine-color-scheme=light] [data-skin=mantine] .mantine-Input-input[data-disabled],
[data-skin=mantine][data-mantine-color-scheme=light] .mantine-Input-input:disabled,
[data-skin=mantine][data-mantine-color-scheme=light] .mantine-Input-input[data-disabled] {
  color: #6b7280;
  opacity: 0.8;
}

.mantine-Alert-root .mantine-Alert-message {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  grid-gap: 0.25rem;
  gap: 0.25rem;
}
.mantine-Alert-root .mantine-Alert-message > div {
  display: inline;
}
.mantine-Alert-root .mantine-Alert-message .alert-icon,
.mantine-Alert-root .mantine-Alert-message i[class*=fa-] {
  color: var(--alert-color);
}

.mantine-Tooltip-tooltip {
  z-index: 1500 !important;
}

.mantine-Popover-dropdown {
  z-index: 1450 !important;
}

.mantine-Menu-dropdown {
  z-index: 1400 !important;
}

.mantine-Combobox-dropdown {
  z-index: 1400 !important;
}

.mantine-Menu-dropdown .draggable-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
.mantine-Menu-dropdown .draggable-column > div:first-child {
  display: flex;
  align-items: center;
}
.mantine-Menu-dropdown .draggable-column > div:first-child i.fa-ellipsis-v {
  opacity: 0.5;
  margin-right: 0.75rem;
}
.mantine-Menu-dropdown .draggable-column > div:last-child {
  display: flex;
  align-items: center;
}

[data-mantine-color-scheme=dark][data-skin=mantine] .btn-warning,
[data-mantine-color-scheme=dark] [data-skin=mantine] .btn-warning {
  color: #1a1a1a !important;
}

.mantine-Modal-overlay {
  z-index: 1200 !important;
}

.mantine-Modal-inner {
  z-index: 1250 !important;
}

.mantine-Modal-root {
  z-index: 1260 !important;
}
.mantine-Modal-root .mantine-Modal-content {
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
}
.mantine-Modal-root .mantine-Modal-header {
  padding: 1rem;
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
  background: transparent;
  min-height: auto;
}
.mantine-Modal-root .mantine-Modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}
.mantine-Modal-root .mantine-Modal-close {
  color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-1));
}
.mantine-Modal-root .mantine-Modal-body {
  padding: 1rem;
}
.mantine-Modal-root .modal-header {
  background: transparent !important;
  padding: 1rem !important;
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
}
.mantine-Modal-root .modal-footer {
  background: transparent !important;
  padding: 1rem !important;
  border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
}
.mantine-Modal-root .modal-body {
  padding: 1rem !important;
}

[data-mantine-color-scheme=dark][data-skin=mantine] .table,
[data-mantine-color-scheme=dark] [data-skin=mantine] .table {
  color: #d4d4d4;
  background-color: var(--mantine-color-dark-7) !important;
  border-color: #3a3a3a;
}
[data-mantine-color-scheme=dark][data-skin=mantine] .table th, [data-mantine-color-scheme=dark][data-skin=mantine] .table td,
[data-mantine-color-scheme=dark] [data-skin=mantine] .table th,
[data-mantine-color-scheme=dark] [data-skin=mantine] .table td {
  border-color: #3a3a3a;
  color: #d4d4d4;
  background-color: inherit !important;
}
[data-mantine-color-scheme=dark][data-skin=mantine] .table thead,
[data-mantine-color-scheme=dark] [data-skin=mantine] .table thead {
  background-color: var(--mantine-color-dark-6) !important;
}
[data-mantine-color-scheme=dark][data-skin=mantine] .table thead th,
[data-mantine-color-scheme=dark] [data-skin=mantine] .table thead th {
  border-bottom-color: #4a4a4a;
  color: #c4c4c4;
  background-color: var(--mantine-color-dark-6) !important;
}
[data-mantine-color-scheme=dark][data-skin=mantine] .table tbody,
[data-mantine-color-scheme=dark] [data-skin=mantine] .table tbody {
  background-color: var(--mantine-color-dark-7) !important;
}
[data-mantine-color-scheme=dark][data-skin=mantine] .table tbody tr,
[data-mantine-color-scheme=dark] [data-skin=mantine] .table tbody tr {
  background-color: var(--mantine-color-dark-7) !important;
}
[data-mantine-color-scheme=dark][data-skin=mantine] .table-striped tbody tr:nth-of-type(odd),
[data-mantine-color-scheme=dark] [data-skin=mantine] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.02) !important;
}
[data-mantine-color-scheme=dark][data-skin=mantine] .table-striped tbody tr:nth-of-type(even),
[data-mantine-color-scheme=dark] [data-skin=mantine] .table-striped tbody tr:nth-of-type(even) {
  background-color: var(--mantine-color-dark-7) !important;
}
[data-mantine-color-scheme=dark][data-skin=mantine] .table-hover tbody tr:hover,
[data-mantine-color-scheme=dark] [data-skin=mantine] .table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #ebebeb;
}

[data-mantine-color-scheme=dark] .mantine-Modal-root .table,
[data-mantine-color-scheme=dark][data-skin=mantine] .mantine-Modal-root .table {
  color: #d4d4d4;
  background-color: var(--mantine-color-dark-7) !important;
}

.extended-dropdown {
  max-width: 350px;
}
.extended-dropdown .list-group-item {
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.extended-dropdown .list-group-item .media-body {
  min-width: 0;
}
.extended-dropdown .list-group-item .media-body .h6, .extended-dropdown .list-group-item .media-body span.h6 {
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.extended-dropdown .list-group-item .media-body p {
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.extended-dropdown .standalone-multiselect-compact .mantine-MultiSelect-input {
  min-height: 28px;
  border-color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-4));
}
.extended-dropdown .standalone-multiselect-compact .mantine-MultiSelect-pill {
  font-size: 0.7rem;
  padding: 0 6px;
  height: 18px;
}
.extended-dropdown .standalone-multiselect-compact .mantine-MultiSelect-pillsList {
  grid-gap: 2px;
  gap: 2px;
  padding: 2px;
}
.extended-dropdown .standalone-multiselect-compact .mantine-MultiSelect-inputField {
  font-size: 0.8rem;
}
@charset "UTF-8";
/**
 * Modern fintech-style table overrides for the Mantine skin.
 *
 * Inspired by Mercury, Ramp, and Stripe table patterns:
 *   – Clean, borderless rows with subtle bottom dividers
 *   – Soft hover states (no heavy zebra striping)
 *   – Refined typography with lighter header weight
 *   – Compact, balanced spacing
 *   – Mantine-native filter inputs
 *   – Smooth transitions
 *
 * ZERO impact on Bootstrap skin — all rules scoped to [data-skin="mantine"].
 */
[data-skin=mantine] .table-scroll-wrapper {
  border: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));
  border-radius: var(--mantine-radius-md);
  overflow: hidden;
  background: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7));
}
[data-skin=mantine] table.dataTable.display,
[data-skin=mantine] table.dataTable.table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
  background: transparent;
  border: none;
}
[data-skin=mantine] table.dataTable.display,
[data-skin=mantine] table.dataTable.display > thead,
[data-skin=mantine] table.dataTable.display > tbody,
[data-skin=mantine] table.dataTable.display > tfoot,
[data-skin=mantine] table.dataTable.table,
[data-skin=mantine] table.dataTable.table > thead,
[data-skin=mantine] table.dataTable.table > tbody,
[data-skin=mantine] table.dataTable.table > tfoot {
  border-color: transparent;
}
[data-skin=mantine] table.dataTable thead th {
  background: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6)) !important;
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4)) !important;
  border-top: none !important;
  color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-1));
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.625rem 0.75rem !important;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
}
[data-skin=mantine] table.dataTable thead th.border-bottom-0 {
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4)) !important;
}
[data-skin=mantine] table.dataTable thead th.pb-0 {
  padding-bottom: 0.625rem !important;
}
[data-skin=mantine] table.dataTable thead tr:last-child th {
  padding: 0.375rem 0.5rem !important;
  background: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7)) !important;
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4)) !important;
}
[data-skin=mantine] table.dataTable thead th .sorting,
[data-skin=mantine] table.dataTable thead th .sorting_asc,
[data-skin=mantine] table.dataTable thead th .sorting_desc {
  padding-right: 1.25rem;
  cursor: pointer;
}
[data-skin=mantine] table.dataTable thead th .sorting:before,
[data-skin=mantine] table.dataTable thead th .sorting_asc:before,
[data-skin=mantine] table.dataTable thead th .sorting_desc:before {
  right: 0 !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  font-size: 0.7rem !important;
  color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-4)) !important;
  transition: color 150ms ease;
}
[data-skin=mantine] table.dataTable thead th .sorting_asc:before,
[data-skin=mantine] table.dataTable thead th .sorting_desc:before {
  color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-1)) !important;
}
[data-skin=mantine] table.dataTable thead th .mantine-TextInput-input,
[data-skin=mantine] table.dataTable thead th .mantine-Input-input {
  height: 30px;
  min-height: 30px;
  font-size: 0.8125rem;
  border-radius: var(--mantine-radius-sm);
  border-color: light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
  background: light-dark(var(--mantine-color-white), var(--mantine-color-dark-6));
  color: light-dark(var(--mantine-color-black), var(--mantine-color-dark-0));
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
[data-skin=mantine] table.dataTable thead th .mantine-TextInput-input::-moz-placeholder, [data-skin=mantine] table.dataTable thead th .mantine-Input-input::-moz-placeholder {
  color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3));
  font-size: 0.8125rem;
}
[data-skin=mantine] table.dataTable thead th .mantine-TextInput-input:-ms-input-placeholder, [data-skin=mantine] table.dataTable thead th .mantine-Input-input:-ms-input-placeholder {
  color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3));
  font-size: 0.8125rem;
}
[data-skin=mantine] table.dataTable thead th .mantine-TextInput-input::placeholder,
[data-skin=mantine] table.dataTable thead th .mantine-Input-input::placeholder {
  color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3));
  font-size: 0.8125rem;
}
[data-skin=mantine] table.dataTable thead th .mantine-TextInput-input:focus,
[data-skin=mantine] table.dataTable thead th .mantine-Input-input:focus {
  border-color: light-dark(var(--mantine-color-blue-4), var(--mantine-color-blue-7));
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.12);
}
[data-skin=mantine] table.dataTable thead th [class*=-control]:not([class*=mantine-Pagination]) {
  min-height: 30px !important;
  font-size: 0.8125rem;
  border-radius: var(--mantine-radius-sm) !important;
  border-color: light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4)) !important;
  background-color: light-dark(var(--mantine-color-white), var(--mantine-color-dark-6)) !important;
}
[data-skin=mantine] table.dataTable thead th [class*=-placeholder] {
  font-size: 0.8125rem;
  color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3)) !important;
}
[data-skin=mantine] table.dataTable thead th [class*=-indicatorContainer] {
  padding: 2px 4px !important;
}
[data-skin=mantine] table.dataTable thead th .mantine-DateInput-input,
[data-skin=mantine] table.dataTable thead th .mantine-DatePickerInput-input {
  height: 30px;
  min-height: 30px;
  font-size: 0.8125rem;
}
[data-skin=mantine] table.dataTable tbody td {
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-5)) !important;
  border-top: none !important;
  padding: 0.625rem 0.75rem !important;
  font-size: 0.8125rem;
  color: light-dark(var(--mantine-color-gray-8), var(--mantine-color-dark-0));
  vertical-align: middle;
  transition: background-color 100ms ease;
}
[data-skin=mantine] table.dataTable tbody td a {
  color: light-dark(var(--mantine-color-blue-6), var(--mantine-color-blue-4));
  text-decoration: none;
  font-weight: 500;
}
[data-skin=mantine] table.dataTable tbody td a:hover {
  color: light-dark(var(--mantine-color-blue-7), var(--mantine-color-blue-3));
  text-decoration: underline;
}
[data-skin=mantine] table.dataTable tbody tr:hover td {
  background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-5)) !important;
}
[data-skin=mantine] table.table-striped tbody tr:nth-of-type(odd),
[data-skin=mantine] table.table-striped tbody tr:nth-of-type(even) {
  background-color: transparent !important;
}
[data-skin=mantine] table.table-hover tbody tr:hover {
  background-color: transparent !important;
}
[data-skin=mantine] .select-all-column,
[data-skin=mantine] .select-column {
  background-color: inherit !important;
}
[data-skin=mantine] .row-checkbox {
  accent-color: var(--mantine-primary-color-filled);
  width: 15px;
  height: 15px;
  cursor: pointer;
}
[data-skin=mantine] .actions-icons {
  font-size: 0.875rem;
}
[data-skin=mantine] .actions-icons > div {
  opacity: 0.4 !important;
  transition: opacity 150ms ease, color 150ms ease;
}
[data-skin=mantine] .actions-icons > div:hover {
  opacity: 1 !important;
  color: var(--mantine-color-blue-6);
}
[data-skin=mantine] .small {
  font-size: 0.8125rem !important;
  color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2));
}
[data-skin=mantine] table.dataTable tbody td[colspan] {
  text-align: center;
  padding: 2.5rem 1rem !important;
  color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));
  font-size: 0.875rem;
  font-style: italic;
  border-bottom: none !important;
}
[data-skin=mantine] .table-loader-wrap {
  padding: 2rem 0;
  color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
[data-skin=mantine] .table-loader-wrap svg#loader-circle {
  width: 24px;
  height: 24px;
}
[data-skin=mantine] .table-spinner-text {
  font-family: inherit !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));
}
[data-skin=mantine] .mantine-Pagination-root {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
[data-skin=mantine] .mantine-Pagination-control[data-active] {
  background-color: var(--mantine-primary-color-filled);
  color: var(--mantine-color-white);
  border-color: var(--mantine-primary-color-filled);
}
[data-skin=mantine] .search-header:after {
  border-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));
}
[data-skin=mantine] .nav-tabs {
  border-bottom-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));
}
[data-skin=mantine] .nav-tabs .nav-link {
  font-size: 0.8125rem;
  color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2));
  border: 1px solid transparent;
  border-radius: var(--mantine-radius-sm) var(--mantine-radius-sm) 0 0;
  padding: 0.5rem 1rem;
  transition: color 150ms ease, background-color 150ms ease;
}
[data-skin=mantine] .nav-tabs .nav-link:hover {
  color: light-dark(var(--mantine-color-gray-8), var(--mantine-color-dark-0));
  border-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4)) light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4)) transparent;
  background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-5));
}
[data-skin=mantine] .nav-tabs .nav-link.active {
  color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-white));
  font-weight: 600;
  background-color: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7));
  border-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4)) light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4)) light-dark(var(--mantine-color-white), var(--mantine-color-dark-7)) !important;
}
[data-skin=mantine] .select-all-column {
  background-color: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7)) !important;
}

[data-mantine-color-scheme=dark] [data-skin=mantine] .table,
[data-skin=mantine][data-mantine-color-scheme=dark] .table {
  color: inherit;
  border-color: inherit;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table th, [data-mantine-color-scheme=dark] [data-skin=mantine] .table td,
[data-skin=mantine][data-mantine-color-scheme=dark] .table th,
[data-skin=mantine][data-mantine-color-scheme=dark] .table td {
  color: inherit;
  border-color: inherit;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table thead th,
[data-skin=mantine][data-mantine-color-scheme=dark] .table thead th {
  color: inherit;
  border-bottom-color: inherit;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table-striped tbody tr:nth-of-type(odd),
[data-mantine-color-scheme=dark] [data-skin=mantine] .table-striped tbody tr:nth-of-type(even),
[data-skin=mantine][data-mantine-color-scheme=dark] .table-striped tbody tr:nth-of-type(odd),
[data-skin=mantine][data-mantine-color-scheme=dark] .table-striped tbody tr:nth-of-type(even) {
  background-color: transparent !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine] .table-hover tbody tr:hover,
[data-skin=mantine][data-mantine-color-scheme=dark] .table-hover tbody tr:hover {
  background-color: transparent !important;
}

[data-skin=mantine] .form-table {
  table-layout: auto;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
[data-skin=mantine] .form-table th, [data-skin=mantine] .form-table td {
  min-width: 120px;
  white-space: nowrap;
}
[data-skin=mantine] .form-table td .form-control,
[data-skin=mantine] .form-table td .mantine-TextInput-input,
[data-skin=mantine] .form-table td .mantine-Input-input,
[data-skin=mantine] .form-table td .mantine-Select-input,
[data-skin=mantine] .form-table td [class*=-control] {
  min-width: 100px;
  width: 100%;
}
[data-skin=mantine] .form-table td[\:has\(.react-toggle\)],
[data-skin=mantine] .form-table td[\:has\(.styled-toggle\)] {
  min-width: 60px;
}
[data-skin=mantine] .form-table td:has(.react-toggle),
[data-skin=mantine] .form-table td:has(.styled-toggle) {
  min-width: 60px;
}
[data-skin=mantine] .form-table td:last-child[\:has\(.delete-inline\)],
[data-skin=mantine] .form-table td:last-child:empty {
  min-width: 50px;
  width: 50px;
}
[data-skin=mantine] .form-table td:last-child:has(.delete-inline),
[data-skin=mantine] .form-table td:last-child:empty {
  min-width: 50px;
  width: 50px;
}
[data-skin=mantine] .overflow-auto[\:has\(.form-table\)] {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
[data-skin=mantine] .overflow-auto:has(.form-table) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
/**
 * Revolut theme overrides.
 * Bottom-border-only inputs, borderless cards, transparent containers.
 * These styles were previously in the base mantine-form-overrides.scss
 * and are now scoped specifically to the Revolut theme.
 *
 * Scoped to [data-skin="mantine"][data-theme="revolut"].
 */
[data-skin=mantine][data-theme=revolut] .form-control {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1.5px solid light-dark(#e0e0e0, var(--mantine-color-dark-4)) !important;
  padding: 0.5rem 0 !important;
  background-color: transparent !important;
}
[data-skin=mantine][data-theme=revolut] .form-control:focus {
  border-bottom-color: #3b82f6 !important;
  border-bottom-color: var(--brand-primary-color, #3b82f6) !important;
  box-shadow: none !important;
}
[data-skin=mantine][data-theme=revolut] .form-control:hover:not(:focus):not(:disabled) {
  border-bottom-color: light-dark(#b0b8c4, var(--mantine-color-dark-2)) !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Input-input,
[data-skin=mantine][data-theme=revolut] .mantine-TextInput-input,
[data-skin=mantine][data-theme=revolut] .mantine-Textarea-input,
[data-skin=mantine][data-theme=revolut] .mantine-Select-input,
[data-skin=mantine][data-theme=revolut] .mantine-NumberInput-input {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1.5px solid light-dark(#e0e0e0, var(--mantine-color-dark-4)) !important;
  background-color: transparent !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Input-input:focus, [data-skin=mantine][data-theme=revolut] .mantine-Input-input[focus-within],
[data-skin=mantine][data-theme=revolut] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=revolut] .mantine-TextInput-input[focus-within],
[data-skin=mantine][data-theme=revolut] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=revolut] .mantine-Textarea-input[focus-within],
[data-skin=mantine][data-theme=revolut] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=revolut] .mantine-Select-input[focus-within],
[data-skin=mantine][data-theme=revolut] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=revolut] .mantine-NumberInput-input[focus-within] {
  border-bottom-color: #3b82f6 !important;
  border-bottom-color: var(--brand-primary-color, #3b82f6) !important;
  box-shadow: none !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Input-input:focus, [data-skin=mantine][data-theme=revolut] .mantine-Input-input:focus-within,
[data-skin=mantine][data-theme=revolut] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=revolut] .mantine-TextInput-input:focus-within,
[data-skin=mantine][data-theme=revolut] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=revolut] .mantine-Textarea-input:focus-within,
[data-skin=mantine][data-theme=revolut] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=revolut] .mantine-Select-input:focus-within,
[data-skin=mantine][data-theme=revolut] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=revolut] .mantine-NumberInput-input:focus-within {
  border-bottom-color: #3b82f6 !important;
  border-bottom-color: var(--brand-primary-color, #3b82f6) !important;
  box-shadow: none !important;
}
[data-skin=mantine][data-theme=revolut] .card {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
[data-skin=mantine][data-theme=revolut] .card-body {
  padding: 1.5rem 0;
}
[data-skin=mantine][data-theme=revolut] .card-header {
  background-color: transparent !important;
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));
  border-radius: 0 !important;
  padding: 1rem 0;
}
[data-skin=mantine][data-theme=revolut] .mantine-Paper-root {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
[data-skin=mantine][data-theme=revolut] .btn-primary {
  border-radius: 999px !important;
}
[data-skin=mantine][data-theme=revolut] .btn-outline-primary {
  border-radius: 999px !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Button-root {
  border-radius: 999px !important;
}
[data-skin=mantine][data-theme=revolut] [class*=-control]:not([class*=mantine-Pagination]) {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1.5px solid light-dark(#e0e0e0, var(--mantine-color-dark-4)) !important;
  background-color: transparent !important;
}
[data-skin=mantine][data-theme=revolut] [class*=-control]:not([class*=mantine-Pagination])[\:has\(input\:focus\)] {
  border-bottom-color: #3b82f6 !important;
  border-bottom-color: var(--brand-primary-color, #3b82f6) !important;
  box-shadow: none !important;
}
[data-skin=mantine][data-theme=revolut] [class*=-control]:not([class*=mantine-Pagination]):has(input:focus) {
  border-bottom-color: #3b82f6 !important;
  border-bottom-color: var(--brand-primary-color, #3b82f6) !important;
  box-shadow: none !important;
}
[data-skin=mantine][data-theme=revolut] .alert {
  border: none !important;
  border-radius: 12px;
  background-color: light-dark(#f8f9fa, var(--mantine-color-dark-6));
  color: light-dark(#525252, var(--mantine-color-dark-0));
}
[data-skin=mantine][data-theme=revolut] .input-group .input-group-text {
  border-radius: 0;
  border: none;
  border-bottom: 1.5px solid light-dark(#e0e0e0, var(--mantine-color-dark-4));
  background-color: transparent;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
[data-skin=mantine][data-theme=revolut] .input-group .form-control:last-child {
  border-radius: 0 !important;
}
[data-skin=mantine][data-theme=revolut] .input-group .input-group-prepend + .form-control,
[data-skin=mantine][data-theme=revolut] .input-group .input-group-prepend ~ .form-control {
  padding-left: 0.5rem !important;
}
[data-skin=mantine][data-theme=revolut] .entity-page-header {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
[data-skin=mantine][data-theme=revolut] .entity-page-header__title {
  padding: 0.75rem 0 !important;
  border-bottom: none !important;
}
[data-skin=mantine][data-theme=revolut] .entity-page-header__title h2, [data-skin=mantine][data-theme=revolut] .entity-page-header__title .mantine-Text-root:first-child {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}
[data-skin=mantine][data-theme=revolut] .entity-page-header__tabs {
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-5)) !important;
  padding: 0 !important;
}
[data-skin=mantine][data-theme=revolut] .ws-header > div {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-5)) !important;
  border-radius: 0 !important;
  padding: 1.25rem 0 !important;
}
[data-skin=mantine][data-theme=revolut] .ws-header > div h2 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}
[data-skin=mantine][data-theme=revolut] .search-page-header {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-5)) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0.75rem 0 !important;
  margin-bottom: 1rem !important;
}
[data-skin=mantine][data-theme=revolut] .search-page-header h2 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}
[data-skin=mantine][data-theme=revolut] .mantine-NavLink-root {
  border-radius: 0 !important;
  border-left: none !important;
  padding-left: 0.75rem !important;
  background-color: transparent !important;
  transition: color 150ms ease;
}
[data-skin=mantine][data-theme=revolut] .mantine-NavLink-root[data-active=true], [data-skin=mantine][data-theme=revolut] .mantine-NavLink-root[data-active] {
  background-color: transparent !important;
  font-weight: 700 !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-NavLink-root[data-active=true]::before, [data-skin=mantine][data-theme=revolut] .mantine-NavLink-root[data-active]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  border-radius: 0 2px 2px 0;
  background-color: #3b82f6;
  background-color: var(--brand-primary-color, #3b82f6);
}
[data-skin=mantine][data-theme=revolut] .mantine-NavLink-root:hover {
  background-color: light-dark(rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0.04)) !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-NavLink-label {
  font-size: 0.8125rem !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Menu-dropdown {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  padding: 6px !important;
  background-color: light-dark(#fff, var(--mantine-color-dark-7)) !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Menu-item {
  border-radius: 8px !important;
  font-size: 0.8125rem !important;
  padding: 8px 12px !important;
  font-weight: 400;
  transition: background-color 100ms ease;
}
[data-skin=mantine][data-theme=revolut] .mantine-Menu-item:hover, [data-skin=mantine][data-theme=revolut] .mantine-Menu-item[data-hovered] {
  background-color: light-dark(#f5f5f5, var(--mantine-color-dark-5)) !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Menu-label {
  font-size: 0.6875rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));
  padding: 8px 12px 4px !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Menu-divider {
  border-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-5)) !important;
  margin: 4px 8px !important;
}
[data-skin=mantine][data-theme=revolut] .dropdown-menu {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  padding: 6px !important;
}
[data-skin=mantine][data-theme=revolut] .dropdown-item {
  border-radius: 8px !important;
  font-weight: 400;
  padding: 0.45rem 0.75rem !important;
}
[data-skin=mantine][data-theme=revolut] .dropdown-item:active, [data-skin=mantine][data-theme=revolut] .dropdown-item.active {
  background-color: light-dark(#f5f5f5, var(--mantine-color-dark-5)) !important;
  color: inherit !important;
}
[data-skin=mantine][data-theme=revolut] .tabnav-active,
[data-skin=mantine][data-theme=revolut] a.tabnav-active {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #3b82f6;
  border-bottom: 2px solid var(--brand-primary-color, #3b82f6);
  padding: 6px 14px 4px !important;
  font-weight: 600;
}
[data-skin=mantine][data-theme=revolut] .tabnav-inactive,
[data-skin=mantine][data-theme=revolut] a.tabnav-inactive {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
  padding: 6px 14px 4px !important;
}
[data-skin=mantine][data-theme=revolut] .tabnav-inactive:hover,
[data-skin=mantine][data-theme=revolut] a.tabnav-inactive:hover {
  background-color: transparent !important;
  border-bottom-color: light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
}
[data-skin=mantine][data-theme=revolut] .table-scroll-wrapper {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}
[data-skin=mantine][data-theme=revolut] table.dataTable thead th {
  background: transparent !important;
  border-bottom: 1px solid var(--mantine-color-gray-2) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  color: var(--mantine-color-gray-5) !important;
}
[data-skin=mantine][data-theme=revolut] table.dataTable tbody td {
  border-bottom: 1px solid var(--mantine-color-gray-1) !important;
}
[data-skin=mantine][data-theme=revolut] table.dataTable tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0.015) !important;
}
[data-skin=mantine][data-theme=revolut] .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
}
[data-skin=mantine][data-theme=revolut] .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.02) !important;
}
[data-skin=mantine][data-theme=revolut] .modal-content {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=revolut] .modal-header {
  border-bottom: 1px solid var(--mantine-color-gray-1) !important;
  padding: 1.25rem 1.5rem !important;
}
[data-skin=mantine][data-theme=revolut] .modal-header .modal-title {
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}
[data-skin=mantine][data-theme=revolut] .modal-footer {
  border-top: none !important;
  padding: 1rem 1.5rem 1.25rem !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Modal-content {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Modal-header {
  border-bottom: 1px solid var(--mantine-color-gray-1) !important;
  padding: 1.25rem 1.5rem !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Modal-title {
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Modal-body {
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=revolut] .mantine-Tooltip-tooltip {
  font-size: 0.75rem !important;
  border-radius: 6px !important;
  padding: 4px 10px !important;
  font-weight: 500;
}
[data-skin=mantine][data-theme=revolut] .sidebar {
  border-right: none !important;
  box-shadow: none !important;
  background: light-dark(#fff, var(--mantine-color-dark-7)) !important;
}
[data-skin=mantine][data-theme=revolut] .form-section-header {
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0)) !important;
}
[data-skin=mantine][data-theme=revolut] .form-section-divider {
  background-color: transparent !important;
}
[data-skin=mantine][data-theme=revolut] .hr-text::after {
  border-top: none !important;
}
[data-skin=mantine][data-theme=revolut] .hr-text > *:first-child {
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}
[data-skin=mantine][data-theme=revolut] .card-header {
  background-color: transparent !important;
  border-bottom: none !important;
  padding: 1rem 0 0.5rem !important;
}
[data-skin=mantine][data-theme=revolut] .nav-tabs {
  border-bottom: 1px solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-5)) !important;
}
[data-skin=mantine][data-theme=revolut] .nav-tabs .nav-link {
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
}
[data-skin=mantine][data-theme=revolut] .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom-color: #3b82f6 !important;
  border-bottom-color: var(--brand-primary-color, #3b82f6) !important;
  font-weight: 600;
}
[data-skin=mantine][data-theme=revolut] .nav-tabs .nav-link:hover:not(.active) {
  background-color: transparent !important;
  border-bottom-color: light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4)) !important;
}

[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=revolut] .mantine-Modal-content,
[data-skin=mantine][data-theme=revolut][data-mantine-color-scheme=dark] .mantine-Modal-content {
  background-color: var(--mantine-color-dark-7) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=revolut] .mantine-Modal-body,
[data-skin=mantine][data-theme=revolut][data-mantine-color-scheme=dark] .mantine-Modal-body {
  background-color: var(--mantine-color-dark-7) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=revolut] .mantine-Modal-header,
[data-skin=mantine][data-theme=revolut][data-mantine-color-scheme=dark] .mantine-Modal-header {
  border-bottom-color: var(--mantine-color-dark-5) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=revolut] .modal-content,
[data-skin=mantine][data-theme=revolut][data-mantine-color-scheme=dark] .modal-content {
  background-color: var(--mantine-color-dark-7) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=revolut] .modal-header,
[data-skin=mantine][data-theme=revolut][data-mantine-color-scheme=dark] .modal-header {
  border-bottom-color: var(--mantine-color-dark-5) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=revolut] table.dataTable thead th,
[data-skin=mantine][data-theme=revolut][data-mantine-color-scheme=dark] table.dataTable thead th {
  border-bottom-color: var(--mantine-color-dark-5) !important;
  color: var(--mantine-color-dark-3) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=revolut] table.dataTable tbody td,
[data-skin=mantine][data-theme=revolut][data-mantine-color-scheme=dark] table.dataTable tbody td {
  border-bottom-color: var(--mantine-color-dark-6) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=revolut] table.dataTable tbody tr:hover td,
[data-skin=mantine][data-theme=revolut][data-mantine-color-scheme=dark] table.dataTable tbody tr:hover td {
  background-color: rgba(255, 255, 255, 0.02) !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=revolut] .table-striped tbody tr:nth-of-type(even),
[data-skin=mantine][data-theme=revolut][data-mantine-color-scheme=dark] .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.03) !important;
}
/**
 * Stripe theme overrides.
 * Crisp 1px borders, indigo accent, refined shadows, medium radius.
 * Scoped to [data-skin="mantine"][data-theme="stripe"].
 */
[data-skin=mantine][data-theme=stripe] .form-control {
  border-radius: 6px !important;
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-bottom: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  padding: 0.5rem 0.75rem !important;
  background-color: light-dark(#fff, #1a1f36) !important;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
[data-skin=mantine][data-theme=stripe] .form-control:focus {
  border-color: #635BFF !important;
  box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.12) !important;
}
[data-skin=mantine][data-theme=stripe] .form-control:hover:not(:focus):not(:disabled) {
  border-color: light-dark(#c1c9d2, #4f566b) !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Input-input,
[data-skin=mantine][data-theme=stripe] .mantine-TextInput-input,
[data-skin=mantine][data-theme=stripe] .mantine-Textarea-input,
[data-skin=mantine][data-theme=stripe] .mantine-Select-input,
[data-skin=mantine][data-theme=stripe] .mantine-NumberInput-input {
  border-radius: 6px !important;
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-bottom: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  background-color: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Input-input:focus, [data-skin=mantine][data-theme=stripe] .mantine-Input-input[focus-within],
[data-skin=mantine][data-theme=stripe] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=stripe] .mantine-TextInput-input[focus-within],
[data-skin=mantine][data-theme=stripe] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=stripe] .mantine-Textarea-input[focus-within],
[data-skin=mantine][data-theme=stripe] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=stripe] .mantine-Select-input[focus-within],
[data-skin=mantine][data-theme=stripe] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=stripe] .mantine-NumberInput-input[focus-within] {
  border-color: #635BFF !important;
  box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.12) !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Input-input:focus, [data-skin=mantine][data-theme=stripe] .mantine-Input-input:focus-within,
[data-skin=mantine][data-theme=stripe] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=stripe] .mantine-TextInput-input:focus-within,
[data-skin=mantine][data-theme=stripe] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=stripe] .mantine-Textarea-input:focus-within,
[data-skin=mantine][data-theme=stripe] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=stripe] .mantine-Select-input:focus-within,
[data-skin=mantine][data-theme=stripe] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=stripe] .mantine-NumberInput-input:focus-within {
  border-color: #635BFF !important;
  box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.12) !important;
}
[data-skin=mantine][data-theme=stripe] .card {
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  background-color: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] .card.level-3-menu {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
[data-skin=mantine][data-theme=stripe] .card-body {
  padding: 1.25rem;
}
[data-skin=mantine][data-theme=stripe] .card-header {
  background-color: light-dark(#f7f8fa, #2a2f45) !important;
  border-bottom: 1px solid light-dark(#e3e8ee, #3c4257);
  border-radius: 8px 8px 0 0 !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Paper-root {
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  background-color: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] .btn-primary {
  border-radius: 6px !important;
  background: linear-gradient(180deg, #7B73FF 0%, #635BFF 100%) !important;
  border: none !important;
  box-shadow: 0 1px 3px rgba(99, 91, 255, 0.2) !important;
}
[data-skin=mantine][data-theme=stripe] .btn-primary:hover {
  background: linear-gradient(180deg, #8B83FF 0%, #7B73FF 100%) !important;
}
[data-skin=mantine][data-theme=stripe] .btn-outline-primary {
  border-radius: 6px !important;
  border-color: #635BFF !important;
  color: #635BFF !important;
}
[data-skin=mantine][data-theme=stripe] [class*=-control]:not([class*=mantine-Pagination]) {
  border-radius: 6px !important;
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-bottom: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  background-color: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] .alert {
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-left: 3px solid #635BFF !important;
  border-radius: 6px;
  background-color: light-dark(#fff, #1a1f36);
}
[data-skin=mantine][data-theme=stripe] .input-group > .input-group-prepend > .input-group-text {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid light-dark(#e3e8ee, #3c4257);
  background-color: light-dark(#f7f8fa, #2a2f45);
  padding: 0.5rem 0.75rem;
}
[data-skin=mantine][data-theme=stripe] .input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border: 1px solid light-dark(#e3e8ee, #3c4257);
  background-color: light-dark(#f7f8fa, #2a2f45);
  padding: 0.5rem 0.75rem;
}
[data-skin=mantine][data-theme=stripe] .input-group > .form-control {
  border-radius: 0 !important;
}
[data-skin=mantine][data-theme=stripe] .input-group > .form-control:first-child {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
[data-skin=mantine][data-theme=stripe] .input-group > .form-control:last-child {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
[data-skin=mantine][data-theme=stripe] .input-group > .form-control:only-child,
[data-skin=mantine][data-theme=stripe] .input-group > .form-control:first-child:last-child {
  border-radius: 6px !important;
}
[data-skin=mantine][data-theme=stripe] .dropdown-menu {
  border-radius: 8px;
  border: 1px solid light-dark(#e3e8ee, #3c4257);
}
[data-skin=mantine][data-theme=stripe] .entity-page-header {
  background-color: light-dark(#fff, #1a1f36) !important;
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-top: 3px solid #635BFF !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden;
}
[data-skin=mantine][data-theme=stripe] .entity-page-header__title {
  padding: 0.75rem 1.5rem !important;
}
[data-skin=mantine][data-theme=stripe] .entity-page-header__title h2, [data-skin=mantine][data-theme=stripe] .entity-page-header__title .mantine-Text-root:first-child {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em;
}
[data-skin=mantine][data-theme=stripe] .entity-page-header__tabs {
  background-color: light-dark(#f7f8fa, #0d1117) !important;
  border-top: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-bottom: none !important;
  padding: 0 1.5rem !important;
}
[data-skin=mantine][data-theme=stripe] .ws-header > div {
  background-color: light-dark(#fff, #1a1f36) !important;
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-top: 3px solid #635BFF !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 1.25rem 1.5rem !important;
}
[data-skin=mantine][data-theme=stripe] .ws-header > div h2 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}
[data-skin=mantine][data-theme=stripe] .search-page-header {
  background-color: light-dark(#fff, #1a1f36) !important;
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-top: 3px solid #635BFF !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 0.75rem 1.5rem !important;
  margin-bottom: 1rem !important;
}
[data-skin=mantine][data-theme=stripe] .search-page-header h2 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-NavLink-root {
  border-radius: 6px !important;
  margin-bottom: 1px;
  transition: all 120ms ease;
}
[data-skin=mantine][data-theme=stripe] .mantine-NavLink-root[data-active=true], [data-skin=mantine][data-theme=stripe] .mantine-NavLink-root[data-active] {
  background-color: light-dark(rgba(99, 91, 255, 0.06), rgba(99, 91, 255, 0.12)) !important;
  border-left: 2px solid #635BFF !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-NavLink-root[data-active=true] .mantine-NavLink-label, [data-skin=mantine][data-theme=stripe] .mantine-NavLink-root[data-active] .mantine-NavLink-label {
  font-weight: 600 !important;
  color: light-dark(#1a1f36, var(--mantine-color-white)) !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-NavLink-root:hover:not([data-active=true]) {
  background-color: light-dark(#f7f8fa, var(--mantine-color-dark-5)) !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-NavLink-label {
  font-size: 0.8125rem !important;
  color: light-dark(#4f566b, var(--mantine-color-dark-1));
}
[data-skin=mantine][data-theme=stripe] .mantine-Menu-dropdown {
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.08) !important;
  padding: 4px !important;
  background-color: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Menu-item {
  border-radius: 6px !important;
  font-size: 0.8125rem !important;
  padding: 7px 10px !important;
  transition: background-color 80ms ease;
}
[data-skin=mantine][data-theme=stripe] .mantine-Menu-item:hover, [data-skin=mantine][data-theme=stripe] .mantine-Menu-item[data-hovered] {
  background-color: light-dark(#f7f8fa, rgba(255, 255, 255, 0.04)) !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Menu-label {
  font-size: 0.6875rem !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: light-dark(#8792a2, #6b7385);
  padding: 8px 10px 4px !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Menu-divider {
  border-color: light-dark(#e3e8ee, #3c4257) !important;
  margin: 4px 6px !important;
}
[data-skin=mantine][data-theme=stripe] .dropdown-menu {
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.08) !important;
  padding: 4px !important;
  background-color: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] .dropdown-item {
  border-radius: 6px !important;
  font-size: 0.8125rem !important;
  padding: 0.4rem 0.7rem !important;
}
[data-skin=mantine][data-theme=stripe] .dropdown-item:active, [data-skin=mantine][data-theme=stripe] .dropdown-item.active {
  background-color: light-dark(rgba(99, 91, 255, 0.06), rgba(99, 91, 255, 0.1)) !important;
  color: #635BFF !important;
  font-weight: 600;
}
[data-skin=mantine][data-theme=stripe] .tabnav-active,
[data-skin=mantine][data-theme=stripe] a.tabnav-active {
  background-color: light-dark(#fff, #1a1f36) !important;
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
  padding: 5px 14px !important;
  font-weight: 600;
  color: light-dark(#1a1f36, var(--mantine-color-white)) !important;
}
[data-skin=mantine][data-theme=stripe] .tabnav-inactive,
[data-skin=mantine][data-theme=stripe] a.tabnav-inactive {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  padding: 5px 14px !important;
}
[data-skin=mantine][data-theme=stripe] .tabnav-inactive:hover,
[data-skin=mantine][data-theme=stripe] a.tabnav-inactive:hover {
  background-color: light-dark(#f7f8fa, var(--mantine-color-dark-5)) !important;
  border-color: light-dark(#e3e8ee, #3c4257) !important;
}
[data-skin=mantine][data-theme=stripe] .table-scroll-wrapper {
  border: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] table.dataTable thead th {
  background: light-dark(#f7f8fa, #0d1117) !important;
  border-bottom: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  color: light-dark(#6b7385, var(--mantine-color-dark-2)) !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}
[data-skin=mantine][data-theme=stripe] table.dataTable tbody td {
  border-bottom: 1px solid light-dark(#f0f3f7, var(--mantine-color-dark-5)) !important;
  font-size: 0.8125rem;
}
[data-skin=mantine][data-theme=stripe] table.dataTable tbody tr:hover td {
  background-color: light-dark(#f7f8fa, rgba(255, 255, 255, 0.02)) !important;
}
[data-skin=mantine][data-theme=stripe] .modal-content {
  border: 1px solid #e3e8ee !important;
  border-top: 3px solid #635BFF !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=stripe] .modal-header {
  border-bottom: 1px solid #e3e8ee !important;
  background-color: #f7f8fa !important;
  padding: 1rem 1.25rem !important;
}
[data-skin=mantine][data-theme=stripe] .modal-header .modal-title {
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  color: #1a1f36;
}
[data-skin=mantine][data-theme=stripe] .modal-footer {
  border-top: 1px solid #e3e8ee !important;
  background-color: #f7f8fa !important;
  padding: 0.75rem 1.25rem !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Modal-content {
  border: 1px solid #e3e8ee !important;
  border-top: 3px solid #635BFF !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Modal-header {
  border-bottom: 1px solid #e3e8ee !important;
  background-color: #f7f8fa !important;
  padding: 1rem 1.25rem !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Modal-title {
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  color: #1a1f36;
}
[data-skin=mantine][data-theme=stripe] .mantine-Modal-body {
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=stripe] .mantine-Tooltip-tooltip {
  font-size: 0.75rem !important;
  border-radius: 4px !important;
  padding: 4px 8px !important;
  font-weight: 500;
  background-color: light-dark(#1a1f36, #f7f8fa) !important;
  color: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] .sidebar {
  border-right: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  box-shadow: none !important;
  background: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] .form-section-header {
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: light-dark(#1a1f36, var(--mantine-color-white)) !important;
}
[data-skin=mantine][data-theme=stripe] .form-section-divider {
  background-color: light-dark(#e3e8ee, #3c4257) !important;
}
[data-skin=mantine][data-theme=stripe] .hr-text::after {
  border-top-color: light-dark(#e3e8ee, #3c4257) !important;
}
[data-skin=mantine][data-theme=stripe] .hr-text > *:first-child {
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: light-dark(#1a1f36, var(--mantine-color-white)) !important;
}
[data-skin=mantine][data-theme=stripe] .card-header {
  background-color: light-dark(#f7f8fa, #0d1117) !important;
  border-bottom: 1px solid light-dark(#e3e8ee, #3c4257) !important;
  border-radius: 8px 8px 0 0 !important;
}
[data-skin=mantine][data-theme=stripe] .nav-tabs {
  border-bottom: 1px solid light-dark(#e3e8ee, #3c4257) !important;
}
[data-skin=mantine][data-theme=stripe] .nav-tabs .nav-link {
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  font-size: 0.8125rem;
  padding: 0.4rem 0.9rem;
}
[data-skin=mantine][data-theme=stripe] .nav-tabs .nav-link.active {
  background-color: light-dark(#fff, #1a1f36) !important;
  border-color: light-dark(#e3e8ee, #3c4257) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  font-weight: 600;
  color: light-dark(#1a1f36, var(--mantine-color-white));
}
[data-skin=mantine][data-theme=stripe] .nav-tabs .nav-link:hover:not(.active) {
  background-color: light-dark(#f7f8fa, var(--mantine-color-dark-5)) !important;
}
[data-skin=mantine][data-theme=stripe] .list-group-item {
  border-color: light-dark(#e3e8ee, #3c4257) !important;
  background-color: light-dark(#fff, #1a1f36) !important;
}
[data-skin=mantine][data-theme=stripe] .list-group-item.list-group-item-action:hover {
  background-color: light-dark(#f7f8fa, rgba(255, 255, 255, 0.03)) !important;
}

[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=stripe] .mantine-Modal-content,
[data-skin=mantine][data-theme=stripe][data-mantine-color-scheme=dark] .mantine-Modal-content {
  border-color: #3c4257 !important;
  background-color: #1a1f36 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=stripe] .mantine-Modal-header,
[data-skin=mantine][data-theme=stripe][data-mantine-color-scheme=dark] .mantine-Modal-header {
  border-bottom-color: #3c4257 !important;
  background-color: #0d1117 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=stripe] .mantine-Modal-title,
[data-skin=mantine][data-theme=stripe][data-mantine-color-scheme=dark] .mantine-Modal-title {
  color: var(--mantine-color-white);
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=stripe] .mantine-Modal-body,
[data-skin=mantine][data-theme=stripe][data-mantine-color-scheme=dark] .mantine-Modal-body {
  background-color: #1a1f36 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=stripe] .modal-content,
[data-skin=mantine][data-theme=stripe][data-mantine-color-scheme=dark] .modal-content {
  border-color: #3c4257 !important;
  background-color: #1a1f36 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=stripe] .modal-header,
[data-skin=mantine][data-theme=stripe][data-mantine-color-scheme=dark] .modal-header {
  border-bottom-color: #3c4257 !important;
  background-color: #0d1117 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=stripe] .modal-header .modal-title,
[data-skin=mantine][data-theme=stripe][data-mantine-color-scheme=dark] .modal-header .modal-title {
  color: var(--mantine-color-white);
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=stripe] .modal-footer,
[data-skin=mantine][data-theme=stripe][data-mantine-color-scheme=dark] .modal-footer {
  border-top-color: #3c4257 !important;
  background-color: #0d1117 !important;
}
@charset "UTF-8";
/**
 * Mercury theme overrides.
 * Calm banking — rounded cards with borders, blue-gray palette, trustworthy.
 * Scoped to [data-skin="mantine"][data-theme="mercury"].
 */
[data-skin=mantine][data-theme=mercury] .form-control {
  border-radius: 8px !important;
  border: 1px solid light-dark(#cdd3de, #434c62) !important;
  border-bottom: 1px solid light-dark(#cdd3de, #434c62) !important;
  padding: 0.5rem 0.75rem !important;
  background-color: light-dark(#fff, #212838) !important;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
[data-skin=mantine][data-theme=mercury] .form-control:focus {
  border-color: #3B6FC0 !important;
  box-shadow: 0 0 0 3px rgba(59, 111, 192, 0.12) !important;
}
[data-skin=mantine][data-theme=mercury] .form-control:hover:not(:focus):not(:disabled) {
  border-color: light-dark(#b0b8c9, #5a6378) !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Input-input,
[data-skin=mantine][data-theme=mercury] .mantine-TextInput-input,
[data-skin=mantine][data-theme=mercury] .mantine-Textarea-input,
[data-skin=mantine][data-theme=mercury] .mantine-Select-input,
[data-skin=mantine][data-theme=mercury] .mantine-NumberInput-input {
  border-radius: 8px !important;
  border: 1px solid light-dark(#cdd3de, #434c62) !important;
  border-bottom: 1px solid light-dark(#cdd3de, #434c62) !important;
  background-color: light-dark(#fff, #212838) !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Input-input:focus, [data-skin=mantine][data-theme=mercury] .mantine-Input-input[focus-within],
[data-skin=mantine][data-theme=mercury] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=mercury] .mantine-TextInput-input[focus-within],
[data-skin=mantine][data-theme=mercury] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=mercury] .mantine-Textarea-input[focus-within],
[data-skin=mantine][data-theme=mercury] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=mercury] .mantine-Select-input[focus-within],
[data-skin=mantine][data-theme=mercury] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=mercury] .mantine-NumberInput-input[focus-within] {
  border-color: #3B6FC0 !important;
  box-shadow: 0 0 0 3px rgba(59, 111, 192, 0.12) !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Input-input:focus, [data-skin=mantine][data-theme=mercury] .mantine-Input-input:focus-within,
[data-skin=mantine][data-theme=mercury] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=mercury] .mantine-TextInput-input:focus-within,
[data-skin=mantine][data-theme=mercury] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=mercury] .mantine-Textarea-input:focus-within,
[data-skin=mantine][data-theme=mercury] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=mercury] .mantine-Select-input:focus-within,
[data-skin=mantine][data-theme=mercury] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=mercury] .mantine-NumberInput-input:focus-within {
  border-color: #3B6FC0 !important;
  box-shadow: 0 0 0 3px rgba(59, 111, 192, 0.12) !important;
}
[data-skin=mantine][data-theme=mercury] .card {
  border: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
  background-color: light-dark(#fff, #212838) !important;
}
[data-skin=mantine][data-theme=mercury] .card.level-3-menu {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
[data-skin=mantine][data-theme=mercury] .card-body {
  padding: 1.5rem;
}
[data-skin=mantine][data-theme=mercury] .card-header {
  background-color: light-dark(#f8f9fb, #2f3749) !important;
  border-bottom: 1px solid light-dark(#e4e8ef, #434c62);
  border-radius: 12px 12px 0 0 !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Paper-root {
  border: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
  background-color: light-dark(#fff, #212838) !important;
}
[data-skin=mantine][data-theme=mercury] .btn-primary {
  border-radius: 10px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
}
[data-skin=mantine][data-theme=mercury] .btn-outline-primary {
  border-radius: 10px !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Button-root {
  border-radius: 10px !important;
}
[data-skin=mantine][data-theme=mercury] [class*=-control]:not([class*=mantine-Pagination]) {
  border-radius: 8px !important;
  border: 1px solid light-dark(#cdd3de, #434c62) !important;
  border-bottom: 1px solid light-dark(#cdd3de, #434c62) !important;
  background-color: light-dark(#fff, #212838) !important;
}
[data-skin=mantine][data-theme=mercury] .alert {
  border: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-radius: 10px;
  background-color: light-dark(#f8f9fb, #2f3749);
}
[data-skin=mantine][data-theme=mercury] .input-group > .input-group-prepend > .input-group-text {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid light-dark(#cdd3de, #434c62);
  background-color: light-dark(#f8f9fb, #2f3749);
  padding: 0.5rem 0.75rem;
}
[data-skin=mantine][data-theme=mercury] .input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border: 1px solid light-dark(#cdd3de, #434c62);
  background-color: light-dark(#f8f9fb, #2f3749);
  padding: 0.5rem 0.75rem;
}
[data-skin=mantine][data-theme=mercury] .input-group > .form-control {
  border-radius: 0 !important;
}
[data-skin=mantine][data-theme=mercury] .input-group > .form-control:first-child {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
[data-skin=mantine][data-theme=mercury] .input-group > .form-control:last-child {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
[data-skin=mantine][data-theme=mercury] .input-group > .form-control:only-child,
[data-skin=mantine][data-theme=mercury] .input-group > .form-control:first-child:last-child {
  border-radius: 8px !important;
}
[data-skin=mantine][data-theme=mercury] .dropdown-menu {
  border-radius: 10px;
  border: 1px solid light-dark(#e4e8ef, #434c62);
}
[data-skin=mantine][data-theme=mercury] .entity-page-header {
  background-color: light-dark(#f8f9fb, #212838) !important;
  border: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-left: 4px solid #3B6FC0 !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
  overflow: visible;
}
[data-skin=mantine][data-theme=mercury] .entity-page-header__title {
  padding: 0.75rem 1.5rem !important;
  background-color: light-dark(#fff, #2f3749) !important;
  border-bottom: 1px solid light-dark(#e4e8ef, #434c62) !important;
}
[data-skin=mantine][data-theme=mercury] .entity-page-header__title h2, [data-skin=mantine][data-theme=mercury] .entity-page-header__title .mantine-Text-root:first-child {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: light-dark(#252a38, #c5cad6) !important;
}
[data-skin=mantine][data-theme=mercury] .entity-page-header__tabs {
  background-color: light-dark(#f8f9fb, #212838) !important;
  border-bottom: none !important;
  padding: 0 1.5rem !important;
}
[data-skin=mantine][data-theme=mercury] .ws-header > div {
  background-color: light-dark(#fff, #2f3749) !important;
  border: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-left: 4px solid #3B6FC0 !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
  padding: 1.25rem 1.5rem !important;
}
[data-skin=mantine][data-theme=mercury] .ws-header > div h2 {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: light-dark(#252a38, #c5cad6) !important;
}
[data-skin=mantine][data-theme=mercury] .search-page-header {
  background-color: light-dark(#fff, #2f3749) !important;
  border: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-left: 4px solid #3B6FC0 !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
  padding: 0.75rem 1.5rem !important;
  margin-bottom: 1rem !important;
}
[data-skin=mantine][data-theme=mercury] .search-page-header h2 {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: light-dark(#252a38, #c5cad6) !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-NavLink-root {
  border-radius: 10px !important;
  margin-bottom: 2px;
  padding: 8px 12px !important;
  transition: all 150ms ease;
}
[data-skin=mantine][data-theme=mercury] .mantine-NavLink-root[data-active=true], [data-skin=mantine][data-theme=mercury] .mantine-NavLink-root[data-active] {
  background-color: light-dark(rgba(59, 111, 192, 0.08), rgba(59, 111, 192, 0.15)) !important;
  border-left: none !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-NavLink-root[data-active=true] .mantine-NavLink-label, [data-skin=mantine][data-theme=mercury] .mantine-NavLink-root[data-active] .mantine-NavLink-label {
  font-weight: 600 !important;
  color: light-dark(#3B6FC0, #8ab4f0) !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-NavLink-root[data-active=true] .mantine-NavLink-section, [data-skin=mantine][data-theme=mercury] .mantine-NavLink-root[data-active] .mantine-NavLink-section {
  color: #3B6FC0 !important;
  opacity: 1 !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-NavLink-root:hover:not([data-active=true]) {
  background-color: light-dark(#f3f5f8, var(--mantine-color-dark-5)) !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-NavLink-label {
  font-size: 0.8125rem !important;
  color: light-dark(#525a6e, var(--mantine-color-dark-1));
}
[data-skin=mantine][data-theme=mercury] .mantine-Menu-dropdown {
  border: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
  padding: 6px !important;
  background-color: light-dark(#fff, #212838) !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Menu-item {
  border-radius: 8px !important;
  font-size: 0.8125rem !important;
  padding: 8px 12px !important;
  transition: background-color 120ms ease;
}
[data-skin=mantine][data-theme=mercury] .mantine-Menu-item:hover, [data-skin=mantine][data-theme=mercury] .mantine-Menu-item[data-hovered] {
  background-color: light-dark(#f3f5f8, rgba(255, 255, 255, 0.04)) !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Menu-item[data-active] {
  background-color: light-dark(rgba(59, 111, 192, 0.06), rgba(59, 111, 192, 0.12)) !important;
  font-weight: 600;
}
[data-skin=mantine][data-theme=mercury] .mantine-Menu-label {
  font-size: 0.6875rem !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: light-dark(#9aa2b4, #6a7385);
  padding: 8px 12px 4px !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Menu-divider {
  border-color: light-dark(#e4e8ef, #434c62) !important;
  margin: 4px 8px !important;
}
[data-skin=mantine][data-theme=mercury] .dropdown-menu {
  border: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
  padding: 6px !important;
  background-color: light-dark(#fff, #212838) !important;
}
[data-skin=mantine][data-theme=mercury] .dropdown-item {
  border-radius: 8px !important;
  font-size: 0.8125rem !important;
  padding: 0.45rem 0.75rem !important;
}
[data-skin=mantine][data-theme=mercury] .dropdown-item:active, [data-skin=mantine][data-theme=mercury] .dropdown-item.active {
  background-color: light-dark(rgba(59, 111, 192, 0.06), rgba(59, 111, 192, 0.1)) !important;
  color: #3B6FC0 !important;
  font-weight: 600;
}
[data-skin=mantine][data-theme=mercury] .tabnav-active,
[data-skin=mantine][data-theme=mercury] a.tabnav-active {
  background-color: light-dark(rgba(59, 111, 192, 0.08), rgba(59, 111, 192, 0.15)) !important;
  border-radius: 10px !important;
  padding: 6px 16px !important;
  font-weight: 600;
  color: light-dark(#3B6FC0, #8ab4f0) !important;
}
[data-skin=mantine][data-theme=mercury] .tabnav-inactive,
[data-skin=mantine][data-theme=mercury] a.tabnav-inactive {
  background-color: transparent !important;
  border-radius: 10px !important;
  padding: 6px 16px !important;
}
[data-skin=mantine][data-theme=mercury] .tabnav-inactive:hover,
[data-skin=mantine][data-theme=mercury] a.tabnav-inactive:hover {
  background-color: light-dark(#f3f5f8, var(--mantine-color-dark-5)) !important;
}
[data-skin=mantine][data-theme=mercury] .table-scroll-wrapper {
  border: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: light-dark(#fff, #212838) !important;
}
[data-skin=mantine][data-theme=mercury] table.dataTable thead th {
  background: light-dark(#f8f9fb, #2f3749) !important;
  border-bottom: 1px solid light-dark(#e4e8ef, #434c62) !important;
  color: light-dark(#6b7a94, var(--mantine-color-dark-2)) !important;
  font-size: 0.6875rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
[data-skin=mantine][data-theme=mercury] table.dataTable tbody td {
  border-bottom: 1px solid light-dark(#eef0f5, var(--mantine-color-dark-5)) !important;
  color: light-dark(#252a38, #c5cad6) !important;
}
[data-skin=mantine][data-theme=mercury] table.dataTable tbody tr:hover td {
  background-color: light-dark(#f8f9fb, rgba(255, 255, 255, 0.02)) !important;
}
[data-skin=mantine][data-theme=mercury] .modal-content {
  border: 1px solid #e4e8ef !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=mercury] .modal-header {
  border-bottom: 1px solid #e4e8ef !important;
  background-color: #f8f9fb !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 1.25rem 1.5rem !important;
}
[data-skin=mantine][data-theme=mercury] .modal-header .modal-title {
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: #252a38;
}
[data-skin=mantine][data-theme=mercury] .modal-footer {
  border-top: 1px solid #e4e8ef !important;
  padding: 1rem 1.5rem !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Modal-content {
  border: 1px solid #e4e8ef !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Modal-header {
  border-bottom: 1px solid #e4e8ef !important;
  background-color: #f8f9fb !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 1.25rem 1.5rem !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Modal-title {
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: #252a38;
}
[data-skin=mantine][data-theme=mercury] .mantine-Modal-body {
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=mercury] .mantine-Tooltip-tooltip {
  font-size: 0.75rem !important;
  border-radius: 8px !important;
  padding: 6px 12px !important;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
[data-skin=mantine][data-theme=mercury] .sidebar {
  border-right: 1px solid light-dark(#e4e8ef, #434c62) !important;
  box-shadow: none !important;
  background: light-dark(#fafbfc, #212838) !important;
}
[data-skin=mantine][data-theme=mercury] .form-section-header {
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: light-dark(#252a38, #c5cad6) !important;
}
[data-skin=mantine][data-theme=mercury] .form-section-divider {
  background-color: light-dark(#e4e8ef, #434c62) !important;
}
[data-skin=mantine][data-theme=mercury] .hr-text::after {
  border-top-color: light-dark(#e4e8ef, #434c62) !important;
}
[data-skin=mantine][data-theme=mercury] .hr-text > *:first-child {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: light-dark(#252a38, #c5cad6) !important;
}
[data-skin=mantine][data-theme=mercury] .card-header {
  background-color: light-dark(#f8f9fb, #2f3749) !important;
  border-bottom: 1px solid light-dark(#e4e8ef, #434c62) !important;
  border-radius: 12px 12px 0 0 !important;
}
[data-skin=mantine][data-theme=mercury] .nav-tabs {
  border-bottom: 1px solid light-dark(#e4e8ef, #434c62) !important;
}
[data-skin=mantine][data-theme=mercury] .nav-tabs .nav-link {
  border: none !important;
  border-radius: 10px !important;
  font-size: 0.8125rem;
  padding: 0.4rem 1rem;
}
[data-skin=mantine][data-theme=mercury] .nav-tabs .nav-link.active {
  background-color: light-dark(rgba(59, 111, 192, 0.08), rgba(59, 111, 192, 0.15)) !important;
  color: light-dark(#3B6FC0, #8ab4f0) !important;
  font-weight: 600;
}
[data-skin=mantine][data-theme=mercury] .nav-tabs .nav-link:hover:not(.active) {
  background-color: light-dark(#f3f5f8, var(--mantine-color-dark-5)) !important;
}
[data-skin=mantine][data-theme=mercury] .list-group-item {
  border-color: light-dark(#e4e8ef, #434c62) !important;
  background-color: light-dark(#fff, #212838) !important;
}
[data-skin=mantine][data-theme=mercury] .list-group-item:first-child {
  border-radius: 12px 12px 0 0 !important;
}
[data-skin=mantine][data-theme=mercury] .list-group-item:last-child {
  border-radius: 0 0 12px 12px !important;
}
[data-skin=mantine][data-theme=mercury] .list-group-item.list-group-item-action:hover {
  background-color: light-dark(#f8f9fb, rgba(255, 255, 255, 0.03)) !important;
}

[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=mercury] .mantine-Modal-content,
[data-skin=mantine][data-theme=mercury][data-mantine-color-scheme=dark] .mantine-Modal-content {
  border-color: #434c62 !important;
  background-color: #212838 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=mercury] .mantine-Modal-header,
[data-skin=mantine][data-theme=mercury][data-mantine-color-scheme=dark] .mantine-Modal-header {
  border-bottom-color: #434c62 !important;
  background-color: #2f3749 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=mercury] .mantine-Modal-title,
[data-skin=mantine][data-theme=mercury][data-mantine-color-scheme=dark] .mantine-Modal-title {
  color: #c5cad6;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=mercury] .mantine-Modal-body,
[data-skin=mantine][data-theme=mercury][data-mantine-color-scheme=dark] .mantine-Modal-body {
  background-color: #212838 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=mercury] .modal-content,
[data-skin=mantine][data-theme=mercury][data-mantine-color-scheme=dark] .modal-content {
  border-color: #434c62 !important;
  background-color: #212838 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=mercury] .modal-header,
[data-skin=mantine][data-theme=mercury][data-mantine-color-scheme=dark] .modal-header {
  border-bottom-color: #434c62 !important;
  background-color: #2f3749 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=mercury] .modal-header .modal-title,
[data-skin=mantine][data-theme=mercury][data-mantine-color-scheme=dark] .modal-header .modal-title {
  color: #c5cad6;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=mercury] .modal-footer,
[data-skin=mantine][data-theme=mercury][data-mantine-color-scheme=dark] .modal-footer {
  border-top-color: #434c62 !important;
}
/**
 * Soft UI theme overrides.
 * Inspired by Creative Tim Soft UI Dashboard PRO: gentle shadows,
 * large border-radius, rounded inputs, diffuse depth, airy whitespace.
 * Accent stays teal; surfaces shift to cool gray tones.
 * Scoped to [data-skin="mantine"][data-theme="material"].
 */
[data-skin=mantine][data-theme=material] .form-control {
  border-radius: 10px !important;
  border: 1px solid light-dark(#d2d6da, #555) !important;
  padding: 0.625rem 0.875rem !important;
  background-color: light-dark(#fff, #2b2b30) !important;
  font-size: 0.875rem;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
[data-skin=mantine][data-theme=material] .form-control:focus {
  border-color: #0D9488 !important;
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.15) !important;
  background-color: light-dark(#fff, #2b2b30) !important;
}
[data-skin=mantine][data-theme=material] .form-control:hover:not(:focus):not(:disabled) {
  border-color: light-dark(#bbb, #777) !important;
}
[data-skin=mantine][data-theme=material] .mantine-Input-input,
[data-skin=mantine][data-theme=material] .mantine-TextInput-input,
[data-skin=mantine][data-theme=material] .mantine-Textarea-input,
[data-skin=mantine][data-theme=material] .mantine-Select-input,
[data-skin=mantine][data-theme=material] .mantine-NumberInput-input {
  border-radius: 10px !important;
  border: 1px solid light-dark(#d2d6da, #555) !important;
  background-color: light-dark(#fff, #2b2b30) !important;
}
[data-skin=mantine][data-theme=material] .mantine-Input-input:focus, [data-skin=mantine][data-theme=material] .mantine-Input-input[focus-within],
[data-skin=mantine][data-theme=material] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=material] .mantine-TextInput-input[focus-within],
[data-skin=mantine][data-theme=material] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=material] .mantine-Textarea-input[focus-within],
[data-skin=mantine][data-theme=material] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=material] .mantine-Select-input[focus-within],
[data-skin=mantine][data-theme=material] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=material] .mantine-NumberInput-input[focus-within] {
  border-color: #0D9488 !important;
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.15) !important;
}
[data-skin=mantine][data-theme=material] .mantine-Input-input:focus, [data-skin=mantine][data-theme=material] .mantine-Input-input:focus-within,
[data-skin=mantine][data-theme=material] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=material] .mantine-TextInput-input:focus-within,
[data-skin=mantine][data-theme=material] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=material] .mantine-Textarea-input:focus-within,
[data-skin=mantine][data-theme=material] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=material] .mantine-Select-input:focus-within,
[data-skin=mantine][data-theme=material] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=material] .mantine-NumberInput-input:focus-within {
  border-color: #0D9488 !important;
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.15) !important;
}
[data-skin=mantine][data-theme=material] .card {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  background-color: light-dark(#fff, #2b2b30) !important;
}
[data-skin=mantine][data-theme=material] .card.level-3-menu {
  box-shadow: none !important;
  background: transparent !important;
}
[data-skin=mantine][data-theme=material] .card-body {
  padding: 1.25rem;
}
[data-skin=mantine][data-theme=material] .card-header {
  background-color: light-dark(#fff, #32323a) !important;
  border-bottom: 1px solid light-dark(#e9ecef, #444) !important;
  border-radius: 16px 16px 0 0 !important;
  font-weight: 600;
}
[data-skin=mantine][data-theme=material] .mantine-Paper-root {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  background-color: light-dark(#fff, #2b2b30) !important;
}
[data-skin=mantine][data-theme=material] .btn-primary {
  border-radius: 10px !important;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: 0 2px 6px rgba(13, 148, 136, 0.25) !important;
  transition: all 200ms ease !important;
}
[data-skin=mantine][data-theme=material] .btn-primary:hover {
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.3) !important;
  transform: translateY(-1px);
}
[data-skin=mantine][data-theme=material] .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(13, 148, 136, 0.2) !important;
}
[data-skin=mantine][data-theme=material] .btn-outline-primary {
  border-radius: 10px !important;
  font-weight: 600;
  font-size: 0.875rem;
}
[data-skin=mantine][data-theme=material] .mantine-Button-root {
  border-radius: 10px !important;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: 0.01em;
}
[data-skin=mantine][data-theme=material] [class*=-control]:not([class*=mantine-Pagination]) {
  border-radius: 10px !important;
  border: 1px solid light-dark(#d2d6da, #555) !important;
  background-color: light-dark(#fff, #2b2b30) !important;
}
[data-skin=mantine][data-theme=material] .alert {
  border: none !important;
  border-radius: 12px;
  background-color: light-dark(#f8f9fa, #32323a);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
[data-skin=mantine][data-theme=material] .input-group > .input-group-prepend > .input-group-text {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid light-dark(#d2d6da, #555);
  border-right: none;
  background-color: light-dark(#f8f9fa, #32323a);
  padding: 0.625rem 0.875rem;
}
[data-skin=mantine][data-theme=material] .input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: 1px solid light-dark(#d2d6da, #555);
  background-color: light-dark(#f8f9fa, #32323a);
  padding: 0.625rem 0.875rem;
}
[data-skin=mantine][data-theme=material] .input-group > .form-control {
  border-radius: 0 !important;
}
[data-skin=mantine][data-theme=material] .input-group > .form-control:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
[data-skin=mantine][data-theme=material] .input-group > .form-control:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
[data-skin=mantine][data-theme=material] .input-group > .form-control:only-child,
[data-skin=mantine][data-theme=material] .input-group > .form-control:first-child:last-child {
  border-radius: 10px !important;
}
[data-skin=mantine][data-theme=material] .dropdown-menu {
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04);
}
[data-skin=mantine][data-theme=material] h5.mantine-Title-root,
[data-skin=mantine][data-theme=material] h6.mantine-Title-root {
  letter-spacing: 0;
  color: light-dark(#344767, var(--mantine-color-dark-0));
}
[data-skin=mantine][data-theme=material] .entity-page-header {
  background-color: light-dark(#fff, #2b2b30) !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden;
}
[data-skin=mantine][data-theme=material] .entity-page-header__title {
  padding: 0.75rem 1.5rem 0.75rem !important;
}
[data-skin=mantine][data-theme=material] .entity-page-header__title h2, [data-skin=mantine][data-theme=material] .entity-page-header__title .mantine-Text-root:first-child {
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  color: light-dark(#344767, var(--mantine-color-dark-0));
}
[data-skin=mantine][data-theme=material] .entity-page-header__tabs {
  background-color: transparent !important;
  border-bottom: none !important;
  border-top: 1px solid light-dark(#e9ecef, #444) !important;
  padding: 0 1.5rem !important;
}
[data-skin=mantine][data-theme=material] .ws-header > div {
  background-color: light-dark(#fff, #2b2b30) !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  padding: 1.5rem !important;
}
[data-skin=mantine][data-theme=material] .ws-header > div h2 {
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  color: light-dark(#344767, var(--mantine-color-dark-0));
}
[data-skin=mantine][data-theme=material] .search-page-header {
  background-color: light-dark(#fff, #2b2b30) !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  padding: 0.75rem 1.5rem !important;
  margin-bottom: 1rem !important;
}
[data-skin=mantine][data-theme=material] .search-page-header h2 {
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  color: light-dark(#344767, var(--mantine-color-dark-0));
}
[data-skin=mantine][data-theme=material] .mantine-NavLink-root {
  border-radius: 10px !important;
  margin-bottom: 4px;
  margin-top: 2px;
  padding: 10px 16px 10px 14px !important;
  transition: all 200ms ease;
  position: relative;
  height: auto !important;
  min-height: unset !important;
}
[data-skin=mantine][data-theme=material] .mantine-NavLink-root[data-active=true], [data-skin=mantine][data-theme=material] .mantine-NavLink-root[data-active] {
  background-color: light-dark(#fff, #32323a) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  border-left: none !important;
}
[data-skin=mantine][data-theme=material] .mantine-NavLink-root[data-active=true] .mantine-NavLink-label, [data-skin=mantine][data-theme=material] .mantine-NavLink-root[data-active] .mantine-NavLink-label {
  font-weight: 700 !important;
  color: light-dark(#344767, #fff) !important;
}
[data-skin=mantine][data-theme=material] .mantine-NavLink-root[data-active=true] .mantine-NavLink-section, [data-skin=mantine][data-theme=material] .mantine-NavLink-root[data-active] .mantine-NavLink-section {
  color: light-dark(#0D9488, #5eead4) !important;
  opacity: 1 !important;
}
[data-skin=mantine][data-theme=material] .mantine-NavLink-root:hover:not([data-active=true]) {
  background-color: light-dark(rgba(248, 249, 250, 0.8), rgba(255, 255, 255, 0.04)) !important;
}
[data-skin=mantine][data-theme=material] .mantine-NavLink-root:active {
  transform: scale(0.98);
}
[data-skin=mantine][data-theme=material] .mantine-NavLink-label {
  font-size: 0.875rem !important;
  font-weight: 500;
  letter-spacing: 0;
  color: light-dark(#67748e, var(--mantine-color-dark-1));
  white-space: normal !important;
  line-height: 1.4 !important;
}
[data-skin=mantine][data-theme=material] .mantine-NavLink-body {
  overflow: visible !important;
}
[data-skin=mantine][data-theme=material] .mantine-Menu-dropdown {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  padding: 8px !important;
  background-color: light-dark(#fff, #2b2b30) !important;
}
[data-skin=mantine][data-theme=material] .mantine-Menu-item {
  border-radius: 8px !important;
  font-size: 0.875rem !important;
  padding: 10px 14px !important;
  font-weight: 500;
  letter-spacing: 0;
  transition: background-color 150ms ease;
}
[data-skin=mantine][data-theme=material] .mantine-Menu-item:hover, [data-skin=mantine][data-theme=material] .mantine-Menu-item[data-hovered] {
  background-color: light-dark(#f8f9fa, rgba(255, 255, 255, 0.06)) !important;
}
[data-skin=mantine][data-theme=material] .mantine-Menu-label {
  font-size: 0.6875rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: light-dark(#67748e, #999);
  padding: 10px 14px 4px !important;
}
[data-skin=mantine][data-theme=material] .mantine-Menu-divider {
  border-color: light-dark(#e9ecef, #444) !important;
  margin: 4px 8px !important;
}
[data-skin=mantine][data-theme=material] .dropdown-menu {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  padding: 8px !important;
  background-color: light-dark(#fff, #2b2b30) !important;
}
[data-skin=mantine][data-theme=material] .dropdown-item {
  border-radius: 8px !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  padding: 10px 14px !important;
  transition: background-color 150ms ease;
}
[data-skin=mantine][data-theme=material] .dropdown-item:hover {
  background-color: light-dark(#f8f9fa, rgba(255, 255, 255, 0.06)) !important;
}
[data-skin=mantine][data-theme=material] .dropdown-item:active, [data-skin=mantine][data-theme=material] .dropdown-item.active {
  background-color: light-dark(rgba(13, 148, 136, 0.1), rgba(13, 148, 136, 0.16)) !important;
  color: light-dark(#0D9488, #5eead4) !important;
  font-weight: 700;
}
[data-skin=mantine][data-theme=material] .tabnav-active,
[data-skin=mantine][data-theme=material] a.tabnav-active {
  background-color: transparent !important;
  border-bottom: 2px solid #0D9488 !important;
  border-radius: 0 !important;
  padding: 8px 16px !important;
  font-weight: 700;
  color: light-dark(#344767, #fff) !important;
}
[data-skin=mantine][data-theme=material] .tabnav-inactive,
[data-skin=mantine][data-theme=material] a.tabnav-inactive {
  background-color: transparent !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  padding: 8px 16px !important;
  color: light-dark(#67748e, var(--mantine-color-dark-2)) !important;
}
[data-skin=mantine][data-theme=material] .tabnav-inactive:hover,
[data-skin=mantine][data-theme=material] a.tabnav-inactive:hover {
  color: light-dark(#344767, var(--mantine-color-dark-0)) !important;
  border-bottom-color: light-dark(#d2d6da, #555) !important;
}
[data-skin=mantine][data-theme=material] .table-scroll-wrapper {
  border: none !important;
  border-radius: 16px !important;
  overflow: hidden;
  background: light-dark(#fff, #2b2b30) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
}
[data-skin=mantine][data-theme=material] table.dataTable thead th {
  background: transparent !important;
  border-bottom: 1px solid light-dark(#e9ecef, #444) !important;
  color: light-dark(#8392ab, var(--mantine-color-dark-3)) !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
[data-skin=mantine][data-theme=material] table.dataTable tbody td {
  border-bottom: 1px solid light-dark(#f0f2f5, var(--mantine-color-dark-5)) !important;
  color: light-dark(#344767, var(--mantine-color-dark-0));
  font-size: 0.875rem;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
[data-skin=mantine][data-theme=material] table.dataTable tbody tr:hover td {
  background-color: light-dark(#f8f9fa, rgba(255, 255, 255, 0.03)) !important;
}
[data-skin=mantine][data-theme=material] table.dataTable tbody tr:last-child td {
  border-bottom: none !important;
}
[data-skin=mantine][data-theme=material] .modal-content {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14), 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  background-color: #fff !important;
  overflow: hidden;
}
[data-skin=mantine][data-theme=material] .modal-header {
  border-bottom: none !important;
  padding: 1.5rem 1.5rem 0.75rem !important;
}
[data-skin=mantine][data-theme=material] .modal-header .modal-title {
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  color: #344767;
}
[data-skin=mantine][data-theme=material] .modal-body {
  padding: 0 1.5rem 1rem !important;
  font-size: 0.875rem;
  color: #67748e;
  line-height: 1.6;
}
[data-skin=mantine][data-theme=material] .modal-footer {
  border-top: none !important;
  padding: 0.5rem 1.5rem 1.5rem !important;
  justify-content: flex-end;
  grid-gap: 8px;
  gap: 8px;
}
[data-skin=mantine][data-theme=material] .mantine-Modal-content {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14), 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  background-color: #fff !important;
  overflow: hidden;
}
[data-skin=mantine][data-theme=material] .mantine-Modal-header {
  border-bottom: none !important;
  padding: 1.5rem 1.5rem 0.75rem !important;
}
[data-skin=mantine][data-theme=material] .mantine-Modal-title {
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  color: #344767;
}
[data-skin=mantine][data-theme=material] .mantine-Modal-body {
  padding: 0 1.5rem 1rem !important;
  font-size: 0.875rem;
  color: #67748e;
  line-height: 1.6;
  background-color: #fff !important;
}
[data-skin=mantine][data-theme=material] .mantine-Tooltip-tooltip {
  font-size: 0.75rem !important;
  border-radius: 8px !important;
  padding: 6px 10px !important;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
[data-skin=mantine][data-theme=material] .sidebar {
  border-right: none !important;
  box-shadow: none !important;
  background: light-dark(#f8f9fa, #1e1e24) !important;
}
[data-skin=mantine][data-theme=material] .form-section-header {
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: light-dark(#344767, #e9ecef) !important;
}
[data-skin=mantine][data-theme=material] .form-section-divider {
  background-color: light-dark(#e9ecef, #444) !important;
}
[data-skin=mantine][data-theme=material] .hr-text::after {
  border-top: none !important;
  height: 0 !important;
}
[data-skin=mantine][data-theme=material] .hr-text > *:first-child {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: light-dark(#344767, var(--mantine-color-dark-0)) !important;
}
[data-skin=mantine][data-theme=material] .nav-tabs {
  border-bottom: 1px solid light-dark(#e9ecef, #444) !important;
}
[data-skin=mantine][data-theme=material] .nav-tabs .nav-link {
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 1.125rem;
  letter-spacing: 0;
  color: light-dark(#67748e, var(--mantine-color-dark-2));
  transition: all 200ms ease;
}
[data-skin=mantine][data-theme=material] .nav-tabs .nav-link.active {
  border-bottom-color: #0D9488 !important;
  color: light-dark(#344767, #fff) !important;
  font-weight: 700;
  background: transparent !important;
}
[data-skin=mantine][data-theme=material] .nav-tabs .nav-link:hover:not(.active) {
  color: light-dark(#344767, var(--mantine-color-dark-0)) !important;
  border-bottom-color: light-dark(#d2d6da, #555) !important;
}
[data-skin=mantine][data-theme=material] .list-group-item {
  border-color: light-dark(#e9ecef, #444) !important;
  background-color: light-dark(#fff, #2b2b30) !important;
  font-size: 0.875rem;
}
[data-skin=mantine][data-theme=material] .list-group-item.list-group-item-action:hover {
  background-color: light-dark(#f8f9fa, rgba(255, 255, 255, 0.04)) !important;
}
[data-skin=mantine][data-theme=material] .badge {
  border-radius: 8px !important;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  padding: 0.35em 0.65em;
}
[data-skin=mantine][data-theme=material] .sidebar-section-label,
[data-skin=mantine][data-theme=material] .mantine-NavLink-root[data-level="0"] > .mantine-NavLink-label {
  text-transform: uppercase;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  color: light-dark(#8392ab, var(--mantine-color-dark-3)) !important;
}

[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=material] .mantine-Modal-content,
[data-skin=mantine][data-theme=material][data-mantine-color-scheme=dark] .mantine-Modal-content {
  background-color: #2b2b30 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=material] .mantine-Modal-body,
[data-skin=mantine][data-theme=material][data-mantine-color-scheme=dark] .mantine-Modal-body {
  background-color: #2b2b30 !important;
  color: var(--mantine-color-dark-1);
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=material] .mantine-Modal-title,
[data-skin=mantine][data-theme=material][data-mantine-color-scheme=dark] .mantine-Modal-title {
  color: var(--mantine-color-dark-0);
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=material] .modal-content,
[data-skin=mantine][data-theme=material][data-mantine-color-scheme=dark] .modal-content {
  background-color: #2b2b30 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=material] .modal-header .modal-title,
[data-skin=mantine][data-theme=material][data-mantine-color-scheme=dark] .modal-header .modal-title {
  color: var(--mantine-color-dark-0);
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=material] .modal-body,
[data-skin=mantine][data-theme=material][data-mantine-color-scheme=dark] .modal-body {
  color: var(--mantine-color-dark-1);
}
/**
 * Glassmorphism theme overrides.
 * Frosted glass cards, blur effects, translucent layers, violet accent.
 * Scoped to [data-skin="mantine"][data-theme="glass"].
 */
[dir="ltr"] [data-skin=mantine][data-theme=glass] .form-control {
          padding-left: 0.75rem !important;
}
[dir="rtl"] [data-skin=mantine][data-theme=glass] .form-control {
          padding-right: 0.75rem !important;
}
[dir="ltr"] [data-skin=mantine][data-theme=glass] .form-control {
          padding-right: 0.75rem !important;
}
[dir="rtl"] [data-skin=mantine][data-theme=glass] .form-control {
          padding-left: 0.75rem !important;
}
[data-skin=mantine][data-theme=glass] .form-control {
  border-radius: 12px !important;
  border: 1px solid light-dark(rgba(200, 200, 220, 0.5), rgba(255, 255, 255, 0.12)) !important;
  border-bottom: 1px solid light-dark(rgba(200, 200, 220, 0.5), rgba(255, 255, 255, 0.12)) !important;
  padding: 0.5rem 0.75rem !important;
  -webkit-padding-start: 0.75rem !important;
  -webkit-padding-end: 0.75rem !important;
  background-color: light-dark(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.08)) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}
[data-skin=mantine][data-theme=glass] .form-control:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15) !important;
  background-color: light-dark(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.12)) !important;
}
[data-skin=mantine][data-theme=glass] .form-group .form-control {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
[data-skin=mantine][data-theme=glass] .mantine-Input-input,
[data-skin=mantine][data-theme=glass] .mantine-TextInput-input,
[data-skin=mantine][data-theme=glass] .mantine-Textarea-input,
[data-skin=mantine][data-theme=glass] .mantine-Select-input,
[data-skin=mantine][data-theme=glass] .mantine-NumberInput-input {
  border-radius: 12px !important;
  border: 1px solid light-dark(rgba(200, 200, 220, 0.5), rgba(255, 255, 255, 0.12)) !important;
  border-bottom: 1px solid light-dark(rgba(200, 200, 220, 0.5), rgba(255, 255, 255, 0.12)) !important;
  background-color: light-dark(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.08)) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}
[data-skin=mantine][data-theme=glass] .mantine-Input-input:focus, [data-skin=mantine][data-theme=glass] .mantine-Input-input[focus-within],
[data-skin=mantine][data-theme=glass] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=glass] .mantine-TextInput-input[focus-within],
[data-skin=mantine][data-theme=glass] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=glass] .mantine-Textarea-input[focus-within],
[data-skin=mantine][data-theme=glass] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=glass] .mantine-Select-input[focus-within],
[data-skin=mantine][data-theme=glass] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=glass] .mantine-NumberInput-input[focus-within] {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15) !important;
  background-color: light-dark(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.12)) !important;
}
[data-skin=mantine][data-theme=glass] .mantine-Input-input:focus, [data-skin=mantine][data-theme=glass] .mantine-Input-input:focus-within,
[data-skin=mantine][data-theme=glass] .mantine-TextInput-input:focus,
[data-skin=mantine][data-theme=glass] .mantine-TextInput-input:focus-within,
[data-skin=mantine][data-theme=glass] .mantine-Textarea-input:focus,
[data-skin=mantine][data-theme=glass] .mantine-Textarea-input:focus-within,
[data-skin=mantine][data-theme=glass] .mantine-Select-input:focus,
[data-skin=mantine][data-theme=glass] .mantine-Select-input:focus-within,
[data-skin=mantine][data-theme=glass] .mantine-NumberInput-input:focus,
[data-skin=mantine][data-theme=glass] .mantine-NumberInput-input:focus-within {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15) !important;
  background-color: light-dark(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.12)) !important;
}
[data-skin=mantine][data-theme=glass] .card {
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08)) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
  background-color: light-dark(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.04)) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .card-body {
  padding: 0 !important;
  overflow: visible !important;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .nav-pills {
  overflow: visible !important;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .nav-item {
  overflow: visible !important;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .nav-link {
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  padding: 0.5rem 0.75rem !important;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .d-flex.align-items-center {
  overflow: visible !important;
  flex-wrap: nowrap !important;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .d-flex.align-items-center > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
  word-wrap: break-word;
  word-wrap: break-word;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .d-flex.align-items-center > div.ml-auto {
  flex: 0 0 auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .dropdown-toggle {
  white-space: normal !important;
  overflow: visible !important;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .add-inline {
  white-space: normal !important;
  display: block !important;
}
[data-skin=mantine][data-theme=glass] .card.level-3-menu .add-inline span {
  white-space: normal !important;
  word-wrap: break-word !important;
}
[data-skin=mantine][data-theme=glass] .card-body {
  padding: 1.5rem;
}
[data-skin=mantine][data-theme=glass] .card-header {
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03)) !important;
  border-bottom: 1px solid light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06));
  border-radius: 16px 16px 0 0 !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
[data-skin=mantine][data-theme=glass] .mantine-Paper-root {
  border: 1px solid light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.06)) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
  background-color: light-dark(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.03)) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
[data-skin=mantine][data-theme=glass] .btn-primary {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #7C3AED 0%, #6D28D9 100%) !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.3) !important;
}
[data-skin=mantine][data-theme=glass] .btn-primary:hover {
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4) !important;
}
[data-skin=mantine][data-theme=glass] .btn-outline-primary {
  border-radius: 999px !important;
  border-color: #7C3AED !important;
  color: #7C3AED !important;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
[data-skin=mantine][data-theme=glass] .mantine-Button-root {
  border-radius: 999px !important;
}
[data-skin=mantine][data-theme=glass] [class*=-control]:not([class*=mantine-Pagination]) {
  border-radius: 12px !important;
  border: 1px solid light-dark(rgba(200, 200, 220, 0.5), rgba(255, 255, 255, 0.12)) !important;
  border-bottom: 1px solid light-dark(rgba(200, 200, 220, 0.5), rgba(255, 255, 255, 0.12)) !important;
  background-color: light-dark(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.08)) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}
[data-skin=mantine][data-theme=glass] .alert {
  border: 1px solid light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.06)) !important;
  border-radius: 14px;
  background-color: light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
[data-skin=mantine][data-theme=glass] .input-group > .input-group-prepend > .input-group-text {
  border-radius: 12px 0 0 12px !important;
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.5rem 0.75rem;
}
[data-skin=mantine][data-theme=glass] .input-group > .form-control {
  border-radius: 0 !important;
}
[data-skin=mantine][data-theme=glass] .input-group > .form-control:first-child {
  border-radius: 12px 0 0 12px !important;
}
[data-skin=mantine][data-theme=glass] .input-group > .form-control:last-child {
  border-radius: 0 12px 12px 0 !important;
}
[data-skin=mantine][data-theme=glass] .input-group > .form-control:only-child,
[data-skin=mantine][data-theme=glass] .input-group > .form-control:first-child:last-child {
  border-radius: 12px !important;
}
[data-skin=mantine][data-theme=glass] .input-group > .input-group-append > .input-group-text {
  border-radius: 0 12px 12px 0 !important;
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.5rem 0.75rem;
}
[data-skin=mantine][data-theme=glass] .dropdown-menu {
  border-radius: 14px;
  border: 1px solid light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06));
  background-color: light-dark(rgba(255, 255, 255, 0.7), rgba(30, 36, 51, 0.9));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1050;
}
[data-skin=mantine][data-theme=glass] .modal-content {
  border-radius: 20px;
  background-color: light-dark(rgba(255, 255, 255, 0.8), rgba(30, 36, 51, 0.9));
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.06));
}
[data-skin=mantine][data-theme=glass] .entity-page-header {
  background-color: light-dark(rgba(255, 255, 255, 0.55), rgba(30, 36, 51, 0.6)) !important;
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08)) !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: visible;
}
[data-skin=mantine][data-theme=glass] .entity-page-header__title {
  padding: 0.75rem 1.5rem 0.75rem !important;
  background: light-dark(linear-gradient(135deg, rgba(124, 58, 237, 0.04) 0%, rgba(109, 40, 217, 0.02) 50%, transparent 100%), linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(109, 40, 217, 0.04) 50%, transparent 100%)) !important;
  border-bottom: 1px solid light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)) !important;
}
[data-skin=mantine][data-theme=glass] .entity-page-header__title h2, [data-skin=mantine][data-theme=glass] .entity-page-header__title .mantine-Text-root:first-child {
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
}
[data-skin=mantine][data-theme=glass] .entity-page-header__tabs {
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03)) !important;
  border-bottom: none !important;
  padding: 0 1.5rem !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
[data-skin=mantine][data-theme=glass] .ws-header > div {
  background-color: light-dark(rgba(255, 255, 255, 0.55), rgba(30, 36, 51, 0.6)) !important;
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08)) !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 1.5rem !important;
  background-image: light-dark(linear-gradient(135deg, rgba(124, 58, 237, 0.04) 0%, transparent 100%), linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, transparent 100%)) !important;
}
[data-skin=mantine][data-theme=glass] .ws-header > div h2 {
  font-size: 1.375rem !important;
  font-weight: 500 !important;
}
[data-skin=mantine][data-theme=glass] .search-page-header {
  background-color: light-dark(rgba(255, 255, 255, 0.55), rgba(30, 36, 51, 0.6)) !important;
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08)) !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0.75rem 1.5rem !important;
  margin-bottom: 1rem !important;
  background-image: light-dark(linear-gradient(135deg, rgba(124, 58, 237, 0.04) 0%, transparent 100%), linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, transparent 100%)) !important;
}
[data-skin=mantine][data-theme=glass] .search-page-header h2 {
  font-size: 1.375rem !important;
  font-weight: 500 !important;
}
[data-skin=mantine][data-theme=glass] .mantine-NavLink-root {
  border-radius: 12px !important;
  margin-bottom: 2px;
  padding: 8px 12px !important;
  transition: all 200ms ease;
  border-left: none !important;
  position: relative;
}
[data-skin=mantine][data-theme=glass] .mantine-NavLink-root[data-active=true], [data-skin=mantine][data-theme=glass] .mantine-NavLink-root[data-active] {
  background-color: light-dark(rgba(124, 58, 237, 0.08), rgba(124, 58, 237, 0.15)) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid light-dark(rgba(124, 58, 237, 0.15), rgba(124, 58, 237, 0.25)) !important;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.1) !important;
}
[data-skin=mantine][data-theme=glass] .mantine-NavLink-root[data-active=true] .mantine-NavLink-label, [data-skin=mantine][data-theme=glass] .mantine-NavLink-root[data-active] .mantine-NavLink-label {
  font-weight: 600 !important;
  color: light-dark(#7C3AED, #c4b5fd) !important;
}
[data-skin=mantine][data-theme=glass] .mantine-NavLink-root[data-active=true] .mantine-NavLink-section, [data-skin=mantine][data-theme=glass] .mantine-NavLink-root[data-active] .mantine-NavLink-section {
  color: #7C3AED !important;
  opacity: 1 !important;
}
[data-skin=mantine][data-theme=glass] .mantine-NavLink-root:hover:not([data-active=true]) {
  background-color: light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.06)) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
[data-skin=mantine][data-theme=glass] .mantine-NavLink-label {
  font-size: 0.8125rem !important;
  color: light-dark(#565267, var(--mantine-color-dark-1));
}
[data-skin=mantine][data-theme=glass] .mantine-Menu-dropdown {
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08)) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  padding: 6px !important;
  background-color: light-dark(rgba(255, 255, 255, 0.75), rgba(30, 36, 51, 0.85)) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
[data-skin=mantine][data-theme=glass] .mantine-Menu-item {
  border-radius: 10px !important;
  font-size: 0.8125rem !important;
  padding: 8px 12px !important;
  transition: all 150ms ease;
}
[data-skin=mantine][data-theme=glass] .mantine-Menu-item:hover, [data-skin=mantine][data-theme=glass] .mantine-Menu-item[data-hovered] {
  background-color: light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08)) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
[data-skin=mantine][data-theme=glass] .mantine-Menu-item[data-active] {
  background-color: light-dark(rgba(124, 58, 237, 0.08), rgba(124, 58, 237, 0.15)) !important;
}
[data-skin=mantine][data-theme=glass] .mantine-Menu-label {
  font-size: 0.6875rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: light-dark(rgba(86, 82, 103, 0.6), rgba(255, 255, 255, 0.4));
  padding: 8px 12px 4px !important;
}
[data-skin=mantine][data-theme=glass] .mantine-Menu-divider {
  border-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06)) !important;
  margin: 4px 8px !important;
}
[data-skin=mantine][data-theme=glass] .dropdown-menu {
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08)) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  padding: 6px !important;
  background-color: light-dark(rgba(255, 255, 255, 0.75), rgba(30, 36, 51, 0.85)) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1050 !important;
  z-index: var(--z-index-dropdown, 1050) !important;
}
[data-skin=mantine][data-theme=glass] .dropdown-item {
  border-radius: 10px !important;
  font-size: 0.8125rem !important;
  padding: 0.5rem 0.75rem !important;
  transition: all 150ms ease;
}
[data-skin=mantine][data-theme=glass] .dropdown-item:hover {
  background-color: light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08)) !important;
}
[data-skin=mantine][data-theme=glass] .dropdown-item:active, [data-skin=mantine][data-theme=glass] .dropdown-item.active {
  background-color: light-dark(rgba(124, 58, 237, 0.08), rgba(124, 58, 237, 0.15)) !important;
  color: light-dark(#7C3AED, #c4b5fd) !important;
}
[data-skin=mantine][data-theme=glass] .topnav-active {
  background-color: light-dark(rgba(124, 58, 237, 0.1), rgba(124, 58, 237, 0.18)) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid light-dark(rgba(124, 58, 237, 0.15), rgba(124, 58, 237, 0.2)) !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.1);
}
[data-skin=mantine][data-theme=glass] .topnav-active .topnav-text {
  color: light-dark(#7C3AED, #c4b5fd) !important;
}
[data-skin=mantine][data-theme=glass] .topnav-inactive {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
}
[data-skin=mantine][data-theme=glass] .topnav-inactive:hover {
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)) !important;
  border-color: light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.06)) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
[data-skin=mantine][data-theme=glass] .tabnav-active,
[data-skin=mantine][data-theme=glass] a.tabnav-active {
  background-color: light-dark(rgba(124, 58, 237, 0.1), rgba(124, 58, 237, 0.18)) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid light-dark(rgba(124, 58, 237, 0.15), rgba(124, 58, 237, 0.2)) !important;
  border-radius: 999px !important;
  padding: 5px 16px !important;
  font-weight: 600;
  color: light-dark(#7C3AED, #c4b5fd) !important;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.1);
}
[data-skin=mantine][data-theme=glass] .tabnav-inactive,
[data-skin=mantine][data-theme=glass] a.tabnav-inactive {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  padding: 5px 16px !important;
}
[data-skin=mantine][data-theme=glass] .tabnav-inactive:hover,
[data-skin=mantine][data-theme=glass] a.tabnav-inactive:hover {
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)) !important;
  border-color: light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.06)) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
[data-skin=mantine][data-theme=glass] .table-scroll-wrapper {
  border: 1px solid light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.06)) !important;
  border-radius: 16px !important;
  overflow: hidden;
  background: light-dark(rgba(255, 255, 255, 0.5), rgba(30, 36, 51, 0.5)) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
[data-skin=mantine][data-theme=glass] table.dataTable thead th {
  background: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03)) !important;
  border-bottom: 1px solid light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06)) !important;
  color: light-dark(rgba(86, 82, 103, 0.7), rgba(255, 255, 255, 0.5)) !important;
  font-size: 0.6875rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
[data-skin=mantine][data-theme=glass] table.dataTable tbody td {
  border-bottom: 1px solid light-dark(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04)) !important;
  background: transparent;
}
[data-skin=mantine][data-theme=glass] table.dataTable tbody tr:hover td {
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.04)) !important;
}
[data-skin=mantine][data-theme=glass] .modal-content {
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.12)) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
  background-color: light-dark(#fff, #1e2433) !important;
}
[data-skin=mantine][data-theme=glass] .modal-header {
  border-bottom: 1px solid light-dark(rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06)) !important;
  background-color: transparent !important;
  border-radius: 16px 16px 0 0 !important;
}
[data-skin=mantine][data-theme=glass] .modal-footer {
  border-top: 1px solid light-dark(rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06)) !important;
  background-color: transparent !important;
  border-radius: 0 0 16px 16px !important;
}
[data-skin=mantine][data-theme=glass] .mantine-Modal-content {
  border: 1px solid light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.12)) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
  background-color: light-dark(#fff, #1e2433) !important;
}
[data-skin=mantine][data-theme=glass] .mantine-Modal-header {
  border-bottom: 1px solid light-dark(rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06)) !important;
  background-color: transparent !important;
  border-radius: 16px 16px 0 0 !important;
}
[data-skin=mantine][data-theme=glass] .mantine-Tooltip-tooltip {
  font-size: 0.75rem !important;
  border-radius: 8px !important;
  padding: 5px 10px !important;
  font-weight: 500;
  background-color: light-dark(rgba(30, 36, 51, 0.85), rgba(255, 255, 255, 0.12)) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid light-dark(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
}
[data-skin=mantine][data-theme=glass] .sidebar {
  border-right: 1px solid light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06)) !important;
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.04) !important;
  background: light-dark(rgba(255, 255, 255, 0.6), rgba(30, 36, 51, 0.6)) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
[data-skin=mantine][data-theme=glass] .form-section-header {
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-1)) !important;
}
[data-skin=mantine][data-theme=glass] .form-section-divider {
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06)) !important;
}
[data-skin=mantine][data-theme=glass] .hr-text::after {
  border-top-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06)) !important;
}
[data-skin=mantine][data-theme=glass] .hr-text > *:first-child {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}
[data-skin=mantine][data-theme=glass] .card-header {
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03)) !important;
  border-bottom: 1px solid light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06)) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px 16px 0 0 !important;
}
[data-skin=mantine][data-theme=glass] .nav-tabs {
  border-bottom: 1px solid light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06)) !important;
}
[data-skin=mantine][data-theme=glass] .nav-tabs .nav-link {
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: 0.8125rem;
  padding: 0.4rem 1rem;
  transition: all 200ms ease;
}
[data-skin=mantine][data-theme=glass] .nav-tabs .nav-link.active {
  background-color: light-dark(rgba(124, 58, 237, 0.1), rgba(124, 58, 237, 0.18)) !important;
  border-color: light-dark(rgba(124, 58, 237, 0.15), rgba(124, 58, 237, 0.2)) !important;
  color: light-dark(#7C3AED, #c4b5fd) !important;
  font-weight: 600;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
[data-skin=mantine][data-theme=glass] .nav-tabs .nav-link:hover:not(.active) {
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)) !important;
  border-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.04)) !important;
}
[data-skin=mantine][data-theme=glass] .list-group-item {
  border-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06)) !important;
  background-color: light-dark(rgba(255, 255, 255, 0.4), rgba(30, 36, 51, 0.4)) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
[data-skin=mantine][data-theme=glass] .list-group-item.list-group-item-action:hover {
  background-color: light-dark(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.06)) !important;
}
[data-skin=mantine][data-theme=glass] .badge:not(.mantine-Badge-root) {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06));
  background-color: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06)) !important;
}
[data-skin=mantine][data-theme=glass] ::-webkit-scrollbar {
  width: 6px;
}
[data-skin=mantine][data-theme=glass] ::-webkit-scrollbar-track {
  background: transparent;
}
[data-skin=mantine][data-theme=glass] ::-webkit-scrollbar-thumb {
  background: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  border-radius: 999px;
}
[data-skin=mantine][data-theme=glass] ::-webkit-scrollbar-thumb:hover {
  background: light-dark(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
}

[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=glass] .mantine-Modal-content,
[data-skin=mantine][data-theme=glass][data-mantine-color-scheme=dark] .mantine-Modal-content {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  background-color: #1e2433 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=glass] .mantine-Modal-header,
[data-skin=mantine][data-theme=glass][data-mantine-color-scheme=dark] .mantine-Modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  background-color: transparent !important;
  border-radius: 16px 16px 0 0 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=glass] .modal-content,
[data-skin=mantine][data-theme=glass][data-mantine-color-scheme=dark] .modal-content {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  background-color: #1e2433 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=glass] .modal-header,
[data-skin=mantine][data-theme=glass][data-mantine-color-scheme=dark] .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  background-color: transparent !important;
  border-radius: 16px 16px 0 0 !important;
}
[data-mantine-color-scheme=dark] [data-skin=mantine][data-theme=glass] .modal-footer,
[data-skin=mantine][data-theme=glass][data-mantine-color-scheme=dark] .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  background-color: transparent !important;
  border-radius: 0 0 16px 16px !important;
}
/* Avatar Variants Definitions */
.custom-card-header--background {
  color: #FFF;
}
.custom-card-header--background.custom-card-header--color-100 {
  background-color: #F8F9FA;
}
.custom-card-header--background.custom-card-header--color-200 {
  background-color: #E9ECEF;
}
.custom-card-header--background.custom-card-header--color-300 {
  background-color: #DEE2E6;
}
.custom-card-header--background.custom-card-header--color-400 {
  background-color: #CED4DA;
}
.custom-card-header--background.custom-card-header--color-500 {
  background-color: #ADB5BD;
}
.custom-card-header--background.custom-card-header--color-600 {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-700 {
  background-color: #5D636D;
}
.custom-card-header--background.custom-card-header--color-800 {
  background-color: #3F4651;
}
.custom-card-header--background.custom-card-header--color-900 {
  background-color: #353C48;
}
.custom-card-header--background.custom-card-header--color-blue {
  background-color: #1EB7FF;
}
.custom-card-header--background.custom-card-header--color-indigo {
  background-color: #6610f2;
}
.custom-card-header--background.custom-card-header--color-purple {
  background-color: #CA8EFF;
}
.custom-card-header--background.custom-card-header--color-pink {
  background-color: #e83e8c;
}
.custom-card-header--background.custom-card-header--color-red {
  background-color: #ED1C24;
}
.custom-card-header--background.custom-card-header--color-orange {
  background-color: #F27212;
}
.custom-card-header--background.custom-card-header--color-yellow {
  background-color: #F7BF47;
}
.custom-card-header--background.custom-card-header--color-green {
  background-color: #1BB934;
}
.custom-card-header--background.custom-card-header--color-teal {
  background-color: #20c997;
}
.custom-card-header--background.custom-card-header--color-cyan {
  background-color: #33AE9A;
}
.custom-card-header--background.custom-card-header--color-white {
  background-color: #FFF;
}
.custom-card-header--background.custom-card-header--color-gray {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-gray-dark {
  background-color: #3F4651;
}
.custom-card-header--background.custom-card-header--color-facebook {
  background-color: #3A5E95;
}
.custom-card-header--background.custom-card-header--color-twitter {
  background-color: #60ADDB;
}
.custom-card-header--background.custom-card-header--color-lastfm {
  background-color: #E01132;
}
.custom-card-header--background.custom-card-header--color-pinterest {
  background-color: #BD0520;
}
.custom-card-header--background.custom-card-header--color-linkedin {
  background-color: #057CB2;
}
.custom-card-header--background.custom-card-header--color-medium {
  background-color: #5cb85c;
}
.custom-card-header--background.custom-card-header--color-skype {
  background-color: #0AB2EF;
}
.custom-card-header--background.custom-card-header--color-foursquare {
  background-color: #F84978;
}
.custom-card-header--background.custom-card-header--color-android {
  background-color: #A6C843;
}
.custom-card-header--background.custom-card-header--color-spotify {
  background-color: #2FD665;
}
.custom-card-header--background.custom-card-header--color-paypal {
  background-color: #2A9AD7;
}
.custom-card-header--background.custom-card-header--color-dribble {
  background-color: #F16898;
}
.custom-card-header--background.custom-card-header--color-youtube {
  background-color: #ED1922;
}
.custom-card-header--background.custom-card-header--color-windows {
  background-color: #10BFF2;
}
.custom-card-header--background.custom-card-header--color-amazon {
  background-color: #FEA320;
}
.custom-card-header--background.custom-card-header--color-black-01 {
  background-color: rgba(31, 45, 61, 0.1);
}
.custom-card-header--background.custom-card-header--color-black-02 {
  background-color: rgba(31, 45, 61, 0.2);
}
.custom-card-header--background.custom-card-header--color-black-03 {
  background-color: rgba(31, 45, 61, 0.3);
}
.custom-card-header--background.custom-card-header--color-black-04 {
  background-color: rgba(31, 45, 61, 0.4);
}
.custom-card-header--background.custom-card-header--color-black-05 {
  background-color: rgba(31, 45, 61, 0.5);
}
.custom-card-header--background.custom-card-header--color-black-06 {
  background-color: rgba(31, 45, 61, 0.6);
}
.custom-card-header--background.custom-card-header--color-black-07 {
  background-color: rgba(31, 45, 61, 0.7);
}
.custom-card-header--background.custom-card-header--color-black-08 {
  background-color: rgba(31, 45, 61, 0.8);
}
.custom-card-header--background.custom-card-header--color-black-09 {
  background-color: rgba(31, 45, 61, 0.9);
}
.custom-card-header--background.custom-card-header--color-white-01 {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-white-02 {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-white-03 {
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-white-04 {
  background-color: rgba(255, 255, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-white-05 {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-white-06 {
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-white-07 {
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-white-08 {
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-primary-01 {
  background-color: rgba(30, 183, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-primary-02 {
  background-color: rgba(30, 183, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-primary-03 {
  background-color: rgba(30, 183, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-primary-04 {
  background-color: rgba(30, 183, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-primary-05 {
  background-color: rgba(30, 183, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-primary-06 {
  background-color: rgba(30, 183, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-primary-07 {
  background-color: rgba(30, 183, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-primary-08 {
  background-color: rgba(30, 183, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-primary-09 {
  background-color: rgba(30, 183, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-info-01 {
  background-color: rgba(51, 174, 154, 0.1);
}
.custom-card-header--background.custom-card-header--color-info-02 {
  background-color: rgba(51, 174, 154, 0.2);
}
.custom-card-header--background.custom-card-header--color-info-03 {
  background-color: rgba(51, 174, 154, 0.3);
}
.custom-card-header--background.custom-card-header--color-info-04 {
  background-color: rgba(51, 174, 154, 0.4);
}
.custom-card-header--background.custom-card-header--color-info-05 {
  background-color: rgba(51, 174, 154, 0.5);
}
.custom-card-header--background.custom-card-header--color-info-06 {
  background-color: rgba(51, 174, 154, 0.6);
}
.custom-card-header--background.custom-card-header--color-info-07 {
  background-color: rgba(51, 174, 154, 0.7);
}
.custom-card-header--background.custom-card-header--color-info-08 {
  background-color: rgba(51, 174, 154, 0.8);
}
.custom-card-header--background.custom-card-header--color-info-09 {
  background-color: rgba(51, 174, 154, 0.9);
}
.custom-card-header--background.custom-card-header--color-success-01 {
  background-color: rgba(27, 185, 52, 0.1);
}
.custom-card-header--background.custom-card-header--color-success-02 {
  background-color: rgba(27, 185, 52, 0.2);
}
.custom-card-header--background.custom-card-header--color-success-03 {
  background-color: rgba(27, 185, 52, 0.3);
}
.custom-card-header--background.custom-card-header--color-success-04 {
  background-color: rgba(27, 185, 52, 0.4);
}
.custom-card-header--background.custom-card-header--color-success-05 {
  background-color: rgba(27, 185, 52, 0.5);
}
.custom-card-header--background.custom-card-header--color-success-06 {
  background-color: rgba(27, 185, 52, 0.6);
}
.custom-card-header--background.custom-card-header--color-success-07 {
  background-color: rgba(27, 185, 52, 0.7);
}
.custom-card-header--background.custom-card-header--color-success-08 {
  background-color: rgba(27, 185, 52, 0.8);
}
.custom-card-header--background.custom-card-header--color-success-09 {
  background-color: rgba(27, 185, 52, 0.9);
}
.custom-card-header--background.custom-card-header--color-warning-01 {
  background-color: rgba(242, 114, 18, 0.1);
}
.custom-card-header--background.custom-card-header--color-warning-02 {
  background-color: rgba(242, 114, 18, 0.2);
}
.custom-card-header--background.custom-card-header--color-warning-03 {
  background-color: rgba(242, 114, 18, 0.3);
}
.custom-card-header--background.custom-card-header--color-warning-04 {
  background-color: rgba(242, 114, 18, 0.4);
}
.custom-card-header--background.custom-card-header--color-warning-05 {
  background-color: rgba(242, 114, 18, 0.5);
}
.custom-card-header--background.custom-card-header--color-warning-06 {
  background-color: rgba(242, 114, 18, 0.6);
}
.custom-card-header--background.custom-card-header--color-warning-07 {
  background-color: rgba(242, 114, 18, 0.7);
}
.custom-card-header--background.custom-card-header--color-warning-08 {
  background-color: rgba(242, 114, 18, 0.8);
}
.custom-card-header--background.custom-card-header--color-warning-09 {
  background-color: rgba(242, 114, 18, 0.9);
}
.custom-card-header--background.custom-card-header--color-danger-01 {
  background-color: rgba(237, 28, 36, 0.1);
}
.custom-card-header--background.custom-card-header--color-danger-02 {
  background-color: rgba(237, 28, 36, 0.2);
}
.custom-card-header--background.custom-card-header--color-danger-03 {
  background-color: rgba(237, 28, 36, 0.3);
}
.custom-card-header--background.custom-card-header--color-danger-04 {
  background-color: rgba(237, 28, 36, 0.4);
}
.custom-card-header--background.custom-card-header--color-danger-05 {
  background-color: rgba(237, 28, 36, 0.5);
}
.custom-card-header--background.custom-card-header--color-danger-06 {
  background-color: rgba(237, 28, 36, 0.6);
}
.custom-card-header--background.custom-card-header--color-danger-07 {
  background-color: rgba(237, 28, 36, 0.7);
}
.custom-card-header--background.custom-card-header--color-danger-08 {
  background-color: rgba(237, 28, 36, 0.8);
}
.custom-card-header--background.custom-card-header--color-danger-09 {
  background-color: rgba(237, 28, 36, 0.9);
}
.custom-card-header--background.custom-card-header--color-yellow-01 {
  background-color: rgba(247, 191, 71, 0.1);
}
.custom-card-header--background.custom-card-header--color-yellow-02 {
  background-color: rgba(247, 191, 71, 0.2);
}
.custom-card-header--background.custom-card-header--color-yellow-03 {
  background-color: rgba(247, 191, 71, 0.3);
}
.custom-card-header--background.custom-card-header--color-yellow-04 {
  background-color: rgba(247, 191, 71, 0.4);
}
.custom-card-header--background.custom-card-header--color-yellow-05 {
  background-color: rgba(247, 191, 71, 0.5);
}
.custom-card-header--background.custom-card-header--color-yellow-06 {
  background-color: rgba(247, 191, 71, 0.6);
}
.custom-card-header--background.custom-card-header--color-yellow-07 {
  background-color: rgba(247, 191, 71, 0.7);
}
.custom-card-header--background.custom-card-header--color-yellow-08 {
  background-color: rgba(247, 191, 71, 0.8);
}
.custom-card-header--background.custom-card-header--color-yellow-09 {
  background-color: rgba(247, 191, 71, 0.9);
}
.custom-card-header--background.custom-card-header--color-secondary-01 {
  background-color: rgba(134, 142, 150, 0.1);
}
.custom-card-header--background.custom-card-header--color-secondary-02 {
  background-color: rgba(134, 142, 150, 0.2);
}
.custom-card-header--background.custom-card-header--color-secondary-03 {
  background-color: rgba(134, 142, 150, 0.3);
}
.custom-card-header--background.custom-card-header--color-secondary-04 {
  background-color: rgba(134, 142, 150, 0.4);
}
.custom-card-header--background.custom-card-header--color-secondary-05 {
  background-color: rgba(134, 142, 150, 0.5);
}
.custom-card-header--background.custom-card-header--color-secondary-06 {
  background-color: rgba(134, 142, 150, 0.6);
}
.custom-card-header--background.custom-card-header--color-secondary-07 {
  background-color: rgba(134, 142, 150, 0.7);
}
.custom-card-header--background.custom-card-header--color-secondary-08 {
  background-color: rgba(134, 142, 150, 0.8);
}
.custom-card-header--background.custom-card-header--color-secondary-09 {
  background-color: rgba(134, 142, 150, 0.9);
}
.custom-card-header--background.custom-card-header--color-dark-01 {
  background-color: rgba(63, 70, 81, 0.1);
}
.custom-card-header--background.custom-card-header--color-dark-02 {
  background-color: rgba(63, 70, 81, 0.2);
}
.custom-card-header--background.custom-card-header--color-dark-03 {
  background-color: rgba(63, 70, 81, 0.3);
}
.custom-card-header--background.custom-card-header--color-dark-04 {
  background-color: rgba(63, 70, 81, 0.4);
}
.custom-card-header--background.custom-card-header--color-dark-05 {
  background-color: rgba(63, 70, 81, 0.5);
}
.custom-card-header--background.custom-card-header--color-dark-06 {
  background-color: rgba(63, 70, 81, 0.6);
}
.custom-card-header--background.custom-card-header--color-dark-07 {
  background-color: rgba(63, 70, 81, 0.7);
}
.custom-card-header--background.custom-card-header--color-dark-08 {
  background-color: rgba(63, 70, 81, 0.8);
}
.custom-card-header--background.custom-card-header--color-dark-09 {
  background-color: rgba(63, 70, 81, 0.9);
}
.custom-card-header--background.custom-card-header--color-light-01 {
  background-color: rgba(248, 249, 250, 0.1);
}
.custom-card-header--background.custom-card-header--color-light-02 {
  background-color: rgba(248, 249, 250, 0.2);
}
.custom-card-header--background.custom-card-header--color-light-03 {
  background-color: rgba(248, 249, 250, 0.3);
}
.custom-card-header--background.custom-card-header--color-light-04 {
  background-color: rgba(248, 249, 250, 0.4);
}
.custom-card-header--background.custom-card-header--color-light-05 {
  background-color: rgba(248, 249, 250, 0.5);
}
.custom-card-header--background.custom-card-header--color-light-06 {
  background-color: rgba(248, 249, 250, 0.6);
}
.custom-card-header--background.custom-card-header--color-light-07 {
  background-color: rgba(248, 249, 250, 0.7);
}
.custom-card-header--background.custom-card-header--color-light-08 {
  background-color: rgba(248, 249, 250, 0.8);
}
.custom-card-header--background.custom-card-header--color-light-09 {
  background-color: rgba(248, 249, 250, 0.9);
}
.custom-card-header--background.custom-card-header--color-purple-01 {
  background-color: rgba(202, 142, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-purple-02 {
  background-color: rgba(202, 142, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-purple-03 {
  background-color: rgba(202, 142, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-purple-04 {
  background-color: rgba(202, 142, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-purple-05 {
  background-color: rgba(202, 142, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-purple-06 {
  background-color: rgba(202, 142, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-purple-07 {
  background-color: rgba(202, 142, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-purple-08 {
  background-color: rgba(202, 142, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-purple-09 {
  background-color: rgba(202, 142, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-primary {
  background-color: #1EB7FF;
}
.custom-card-header--background.custom-card-header--color-secondary {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-success {
  background-color: #1BB934;
}
.custom-card-header--background.custom-card-header--color-info {
  background-color: #7395ae;
}
.custom-card-header--background.custom-card-header--color-warning {
  background-color: #feba21;
}
.custom-card-header--background.custom-card-header--color-danger {
  background-color: #ED1C24;
}
.custom-card-header--background.custom-card-header--color-light {
  background-color: #F8F9FA;
}
.custom-card-header--background.custom-card-header--color-dark {
  background-color: #3F4651;
}
.custom-card-header--border {
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
}
.custom-card-header--border.custom-card-header--color-100 {
  border-bottom-color: #F8F9FA;
}
.custom-card-header--border.custom-card-header--color-200 {
  border-bottom-color: #E9ECEF;
}
.custom-card-header--border.custom-card-header--color-300 {
  border-bottom-color: #DEE2E6;
}
.custom-card-header--border.custom-card-header--color-400 {
  border-bottom-color: #CED4DA;
}
.custom-card-header--border.custom-card-header--color-500 {
  border-bottom-color: #ADB5BD;
}
.custom-card-header--border.custom-card-header--color-600 {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-700 {
  border-bottom-color: #5D636D;
}
.custom-card-header--border.custom-card-header--color-800 {
  border-bottom-color: #3F4651;
}
.custom-card-header--border.custom-card-header--color-900 {
  border-bottom-color: #353C48;
}
.custom-card-header--border.custom-card-header--color-blue {
  border-bottom-color: #1EB7FF;
}
.custom-card-header--border.custom-card-header--color-indigo {
  border-bottom-color: #6610f2;
}
.custom-card-header--border.custom-card-header--color-purple {
  border-bottom-color: #CA8EFF;
}
.custom-card-header--border.custom-card-header--color-pink {
  border-bottom-color: #e83e8c;
}
.custom-card-header--border.custom-card-header--color-red {
  border-bottom-color: #ED1C24;
}
.custom-card-header--border.custom-card-header--color-orange {
  border-bottom-color: #F27212;
}
.custom-card-header--border.custom-card-header--color-yellow {
  border-bottom-color: #F7BF47;
}
.custom-card-header--border.custom-card-header--color-green {
  border-bottom-color: #1BB934;
}
.custom-card-header--border.custom-card-header--color-teal {
  border-bottom-color: #20c997;
}
.custom-card-header--border.custom-card-header--color-cyan {
  border-bottom-color: #33AE9A;
}
.custom-card-header--border.custom-card-header--color-white {
  border-bottom-color: #FFF;
}
.custom-card-header--border.custom-card-header--color-gray {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-gray-dark {
  border-bottom-color: #3F4651;
}
.custom-card-header--border.custom-card-header--color-facebook {
  border-bottom-color: #3A5E95;
}
.custom-card-header--border.custom-card-header--color-twitter {
  border-bottom-color: #60ADDB;
}
.custom-card-header--border.custom-card-header--color-lastfm {
  border-bottom-color: #E01132;
}
.custom-card-header--border.custom-card-header--color-pinterest {
  border-bottom-color: #BD0520;
}
.custom-card-header--border.custom-card-header--color-linkedin {
  border-bottom-color: #057CB2;
}
.custom-card-header--border.custom-card-header--color-medium {
  border-bottom-color: #5cb85c;
}
.custom-card-header--border.custom-card-header--color-skype {
  border-bottom-color: #0AB2EF;
}
.custom-card-header--border.custom-card-header--color-foursquare {
  border-bottom-color: #F84978;
}
.custom-card-header--border.custom-card-header--color-android {
  border-bottom-color: #A6C843;
}
.custom-card-header--border.custom-card-header--color-spotify {
  border-bottom-color: #2FD665;
}
.custom-card-header--border.custom-card-header--color-paypal {
  border-bottom-color: #2A9AD7;
}
.custom-card-header--border.custom-card-header--color-dribble {
  border-bottom-color: #F16898;
}
.custom-card-header--border.custom-card-header--color-youtube {
  border-bottom-color: #ED1922;
}
.custom-card-header--border.custom-card-header--color-windows {
  border-bottom-color: #10BFF2;
}
.custom-card-header--border.custom-card-header--color-amazon {
  border-bottom-color: #FEA320;
}
.custom-card-header--border.custom-card-header--color-black-01 {
  border-bottom-color: rgba(31, 45, 61, 0.1);
}
.custom-card-header--border.custom-card-header--color-black-02 {
  border-bottom-color: rgba(31, 45, 61, 0.2);
}
.custom-card-header--border.custom-card-header--color-black-03 {
  border-bottom-color: rgba(31, 45, 61, 0.3);
}
.custom-card-header--border.custom-card-header--color-black-04 {
  border-bottom-color: rgba(31, 45, 61, 0.4);
}
.custom-card-header--border.custom-card-header--color-black-05 {
  border-bottom-color: rgba(31, 45, 61, 0.5);
}
.custom-card-header--border.custom-card-header--color-black-06 {
  border-bottom-color: rgba(31, 45, 61, 0.6);
}
.custom-card-header--border.custom-card-header--color-black-07 {
  border-bottom-color: rgba(31, 45, 61, 0.7);
}
.custom-card-header--border.custom-card-header--color-black-08 {
  border-bottom-color: rgba(31, 45, 61, 0.8);
}
.custom-card-header--border.custom-card-header--color-black-09 {
  border-bottom-color: rgba(31, 45, 61, 0.9);
}
.custom-card-header--border.custom-card-header--color-white-01 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-white-02 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-white-03 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-white-04 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-white-05 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-white-06 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-white-07 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-white-08 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-white-09 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-primary-01 {
  border-bottom-color: rgba(30, 183, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-primary-02 {
  border-bottom-color: rgba(30, 183, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-primary-03 {
  border-bottom-color: rgba(30, 183, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-primary-04 {
  border-bottom-color: rgba(30, 183, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-primary-05 {
  border-bottom-color: rgba(30, 183, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-primary-06 {
  border-bottom-color: rgba(30, 183, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-primary-07 {
  border-bottom-color: rgba(30, 183, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-primary-08 {
  border-bottom-color: rgba(30, 183, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-primary-09 {
  border-bottom-color: rgba(30, 183, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-info-01 {
  border-bottom-color: rgba(51, 174, 154, 0.1);
}
.custom-card-header--border.custom-card-header--color-info-02 {
  border-bottom-color: rgba(51, 174, 154, 0.2);
}
.custom-card-header--border.custom-card-header--color-info-03 {
  border-bottom-color: rgba(51, 174, 154, 0.3);
}
.custom-card-header--border.custom-card-header--color-info-04 {
  border-bottom-color: rgba(51, 174, 154, 0.4);
}
.custom-card-header--border.custom-card-header--color-info-05 {
  border-bottom-color: rgba(51, 174, 154, 0.5);
}
.custom-card-header--border.custom-card-header--color-info-06 {
  border-bottom-color: rgba(51, 174, 154, 0.6);
}
.custom-card-header--border.custom-card-header--color-info-07 {
  border-bottom-color: rgba(51, 174, 154, 0.7);
}
.custom-card-header--border.custom-card-header--color-info-08 {
  border-bottom-color: rgba(51, 174, 154, 0.8);
}
.custom-card-header--border.custom-card-header--color-info-09 {
  border-bottom-color: rgba(51, 174, 154, 0.9);
}
.custom-card-header--border.custom-card-header--color-success-01 {
  border-bottom-color: rgba(27, 185, 52, 0.1);
}
.custom-card-header--border.custom-card-header--color-success-02 {
  border-bottom-color: rgba(27, 185, 52, 0.2);
}
.custom-card-header--border.custom-card-header--color-success-03 {
  border-bottom-color: rgba(27, 185, 52, 0.3);
}
.custom-card-header--border.custom-card-header--color-success-04 {
  border-bottom-color: rgba(27, 185, 52, 0.4);
}
.custom-card-header--border.custom-card-header--color-success-05 {
  border-bottom-color: rgba(27, 185, 52, 0.5);
}
.custom-card-header--border.custom-card-header--color-success-06 {
  border-bottom-color: rgba(27, 185, 52, 0.6);
}
.custom-card-header--border.custom-card-header--color-success-07 {
  border-bottom-color: rgba(27, 185, 52, 0.7);
}
.custom-card-header--border.custom-card-header--color-success-08 {
  border-bottom-color: rgba(27, 185, 52, 0.8);
}
.custom-card-header--border.custom-card-header--color-success-09 {
  border-bottom-color: rgba(27, 185, 52, 0.9);
}
.custom-card-header--border.custom-card-header--color-warning-01 {
  border-bottom-color: rgba(242, 114, 18, 0.1);
}
.custom-card-header--border.custom-card-header--color-warning-02 {
  border-bottom-color: rgba(242, 114, 18, 0.2);
}
.custom-card-header--border.custom-card-header--color-warning-03 {
  border-bottom-color: rgba(242, 114, 18, 0.3);
}
.custom-card-header--border.custom-card-header--color-warning-04 {
  border-bottom-color: rgba(242, 114, 18, 0.4);
}
.custom-card-header--border.custom-card-header--color-warning-05 {
  border-bottom-color: rgba(242, 114, 18, 0.5);
}
.custom-card-header--border.custom-card-header--color-warning-06 {
  border-bottom-color: rgba(242, 114, 18, 0.6);
}
.custom-card-header--border.custom-card-header--color-warning-07 {
  border-bottom-color: rgba(242, 114, 18, 0.7);
}
.custom-card-header--border.custom-card-header--color-warning-08 {
  border-bottom-color: rgba(242, 114, 18, 0.8);
}
.custom-card-header--border.custom-card-header--color-warning-09 {
  border-bottom-color: rgba(242, 114, 18, 0.9);
}
.custom-card-header--border.custom-card-header--color-danger-01 {
  border-bottom-color: rgba(237, 28, 36, 0.1);
}
.custom-card-header--border.custom-card-header--color-danger-02 {
  border-bottom-color: rgba(237, 28, 36, 0.2);
}
.custom-card-header--border.custom-card-header--color-danger-03 {
  border-bottom-color: rgba(237, 28, 36, 0.3);
}
.custom-card-header--border.custom-card-header--color-danger-04 {
  border-bottom-color: rgba(237, 28, 36, 0.4);
}
.custom-card-header--border.custom-card-header--color-danger-05 {
  border-bottom-color: rgba(237, 28, 36, 0.5);
}
.custom-card-header--border.custom-card-header--color-danger-06 {
  border-bottom-color: rgba(237, 28, 36, 0.6);
}
.custom-card-header--border.custom-card-header--color-danger-07 {
  border-bottom-color: rgba(237, 28, 36, 0.7);
}
.custom-card-header--border.custom-card-header--color-danger-08 {
  border-bottom-color: rgba(237, 28, 36, 0.8);
}
.custom-card-header--border.custom-card-header--color-danger-09 {
  border-bottom-color: rgba(237, 28, 36, 0.9);
}
.custom-card-header--border.custom-card-header--color-yellow-01 {
  border-bottom-color: rgba(247, 191, 71, 0.1);
}
.custom-card-header--border.custom-card-header--color-yellow-02 {
  border-bottom-color: rgba(247, 191, 71, 0.2);
}
.custom-card-header--border.custom-card-header--color-yellow-03 {
  border-bottom-color: rgba(247, 191, 71, 0.3);
}
.custom-card-header--border.custom-card-header--color-yellow-04 {
  border-bottom-color: rgba(247, 191, 71, 0.4);
}
.custom-card-header--border.custom-card-header--color-yellow-05 {
  border-bottom-color: rgba(247, 191, 71, 0.5);
}
.custom-card-header--border.custom-card-header--color-yellow-06 {
  border-bottom-color: rgba(247, 191, 71, 0.6);
}
.custom-card-header--border.custom-card-header--color-yellow-07 {
  border-bottom-color: rgba(247, 191, 71, 0.7);
}
.custom-card-header--border.custom-card-header--color-yellow-08 {
  border-bottom-color: rgba(247, 191, 71, 0.8);
}
.custom-card-header--border.custom-card-header--color-yellow-09 {
  border-bottom-color: rgba(247, 191, 71, 0.9);
}
.custom-card-header--border.custom-card-header--color-secondary-01 {
  border-bottom-color: rgba(134, 142, 150, 0.1);
}
.custom-card-header--border.custom-card-header--color-secondary-02 {
  border-bottom-color: rgba(134, 142, 150, 0.2);
}
.custom-card-header--border.custom-card-header--color-secondary-03 {
  border-bottom-color: rgba(134, 142, 150, 0.3);
}
.custom-card-header--border.custom-card-header--color-secondary-04 {
  border-bottom-color: rgba(134, 142, 150, 0.4);
}
.custom-card-header--border.custom-card-header--color-secondary-05 {
  border-bottom-color: rgba(134, 142, 150, 0.5);
}
.custom-card-header--border.custom-card-header--color-secondary-06 {
  border-bottom-color: rgba(134, 142, 150, 0.6);
}
.custom-card-header--border.custom-card-header--color-secondary-07 {
  border-bottom-color: rgba(134, 142, 150, 0.7);
}
.custom-card-header--border.custom-card-header--color-secondary-08 {
  border-bottom-color: rgba(134, 142, 150, 0.8);
}
.custom-card-header--border.custom-card-header--color-secondary-09 {
  border-bottom-color: rgba(134, 142, 150, 0.9);
}
.custom-card-header--border.custom-card-header--color-dark-01 {
  border-bottom-color: rgba(63, 70, 81, 0.1);
}
.custom-card-header--border.custom-card-header--color-dark-02 {
  border-bottom-color: rgba(63, 70, 81, 0.2);
}
.custom-card-header--border.custom-card-header--color-dark-03 {
  border-bottom-color: rgba(63, 70, 81, 0.3);
}
.custom-card-header--border.custom-card-header--color-dark-04 {
  border-bottom-color: rgba(63, 70, 81, 0.4);
}
.custom-card-header--border.custom-card-header--color-dark-05 {
  border-bottom-color: rgba(63, 70, 81, 0.5);
}
.custom-card-header--border.custom-card-header--color-dark-06 {
  border-bottom-color: rgba(63, 70, 81, 0.6);
}
.custom-card-header--border.custom-card-header--color-dark-07 {
  border-bottom-color: rgba(63, 70, 81, 0.7);
}
.custom-card-header--border.custom-card-header--color-dark-08 {
  border-bottom-color: rgba(63, 70, 81, 0.8);
}
.custom-card-header--border.custom-card-header--color-dark-09 {
  border-bottom-color: rgba(63, 70, 81, 0.9);
}
.custom-card-header--border.custom-card-header--color-light-01 {
  border-bottom-color: rgba(248, 249, 250, 0.1);
}
.custom-card-header--border.custom-card-header--color-light-02 {
  border-bottom-color: rgba(248, 249, 250, 0.2);
}
.custom-card-header--border.custom-card-header--color-light-03 {
  border-bottom-color: rgba(248, 249, 250, 0.3);
}
.custom-card-header--border.custom-card-header--color-light-04 {
  border-bottom-color: rgba(248, 249, 250, 0.4);
}
.custom-card-header--border.custom-card-header--color-light-05 {
  border-bottom-color: rgba(248, 249, 250, 0.5);
}
.custom-card-header--border.custom-card-header--color-light-06 {
  border-bottom-color: rgba(248, 249, 250, 0.6);
}
.custom-card-header--border.custom-card-header--color-light-07 {
  border-bottom-color: rgba(248, 249, 250, 0.7);
}
.custom-card-header--border.custom-card-header--color-light-08 {
  border-bottom-color: rgba(248, 249, 250, 0.8);
}
.custom-card-header--border.custom-card-header--color-light-09 {
  border-bottom-color: rgba(248, 249, 250, 0.9);
}
.custom-card-header--border.custom-card-header--color-purple-01 {
  border-bottom-color: rgba(202, 142, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-purple-02 {
  border-bottom-color: rgba(202, 142, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-purple-03 {
  border-bottom-color: rgba(202, 142, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-purple-04 {
  border-bottom-color: rgba(202, 142, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-purple-05 {
  border-bottom-color: rgba(202, 142, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-purple-06 {
  border-bottom-color: rgba(202, 142, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-purple-07 {
  border-bottom-color: rgba(202, 142, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-purple-08 {
  border-bottom-color: rgba(202, 142, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-purple-09 {
  border-bottom-color: rgba(202, 142, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-primary {
  border-bottom-color: #1EB7FF;
}
.custom-card-header--border.custom-card-header--color-secondary {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-success {
  border-bottom-color: #1BB934;
}
.custom-card-header--border.custom-card-header--color-info {
  border-bottom-color: #7395ae;
}
.custom-card-header--border.custom-card-header--color-warning {
  border-bottom-color: #feba21;
}
.custom-card-header--border.custom-card-header--color-danger {
  border-bottom-color: #ED1C24;
}
.custom-card-header--border.custom-card-header--color-light {
  border-bottom-color: #F8F9FA;
}
.custom-card-header--border.custom-card-header--color-dark {
  border-bottom-color: #3F4651;
}
/* Avatar Variants Definitions */
div.card-header {
  background: none;
  border-bottom: none;
  cursor: pointer;
  color: #212529;
  text-decoration: none;
}
div.card-header:hover {
  color: #17191d;
  text-decoration: none;
}
/* Avatar Variants Definitions */
.custom-card--border-dash.custom-card--color-100, .custom-card--border-dot.custom-card--color-100, .custom-card--border.custom-card--color-100 {
  border-color: #F8F9FA;
}
.custom-card--border-dash.custom-card--color-200, .custom-card--border-dot.custom-card--color-200, .custom-card--border.custom-card--color-200 {
  border-color: #E9ECEF;
}
.custom-card--border-dash.custom-card--color-300, .custom-card--border-dot.custom-card--color-300, .custom-card--border.custom-card--color-300 {
  border-color: #DEE2E6;
}
.custom-card--border-dash.custom-card--color-400, .custom-card--border-dot.custom-card--color-400, .custom-card--border.custom-card--color-400 {
  border-color: #CED4DA;
}
.custom-card--border-dash.custom-card--color-500, .custom-card--border-dot.custom-card--color-500, .custom-card--border.custom-card--color-500 {
  border-color: #ADB5BD;
}
.custom-card--border-dash.custom-card--color-600, .custom-card--border-dot.custom-card--color-600, .custom-card--border.custom-card--color-600 {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-700, .custom-card--border-dot.custom-card--color-700, .custom-card--border.custom-card--color-700 {
  border-color: #5D636D;
}
.custom-card--border-dash.custom-card--color-800, .custom-card--border-dot.custom-card--color-800, .custom-card--border.custom-card--color-800 {
  border-color: #3F4651;
}
.custom-card--border-dash.custom-card--color-900, .custom-card--border-dot.custom-card--color-900, .custom-card--border.custom-card--color-900 {
  border-color: #353C48;
}
.custom-card--border-dash.custom-card--color-blue, .custom-card--border-dot.custom-card--color-blue, .custom-card--border.custom-card--color-blue {
  border-color: #1EB7FF;
}
.custom-card--border-dash.custom-card--color-indigo, .custom-card--border-dot.custom-card--color-indigo, .custom-card--border.custom-card--color-indigo {
  border-color: #6610f2;
}
.custom-card--border-dash.custom-card--color-purple, .custom-card--border-dot.custom-card--color-purple, .custom-card--border.custom-card--color-purple {
  border-color: #CA8EFF;
}
.custom-card--border-dash.custom-card--color-pink, .custom-card--border-dot.custom-card--color-pink, .custom-card--border.custom-card--color-pink {
  border-color: #e83e8c;
}
.custom-card--border-dash.custom-card--color-red, .custom-card--border-dot.custom-card--color-red, .custom-card--border.custom-card--color-red {
  border-color: #ED1C24;
}
.custom-card--border-dash.custom-card--color-orange, .custom-card--border-dot.custom-card--color-orange, .custom-card--border.custom-card--color-orange {
  border-color: #F27212;
}
.custom-card--border-dash.custom-card--color-yellow, .custom-card--border-dot.custom-card--color-yellow, .custom-card--border.custom-card--color-yellow {
  border-color: #F7BF47;
}
.custom-card--border-dash.custom-card--color-green, .custom-card--border-dot.custom-card--color-green, .custom-card--border.custom-card--color-green {
  border-color: #1BB934;
}
.custom-card--border-dash.custom-card--color-teal, .custom-card--border-dot.custom-card--color-teal, .custom-card--border.custom-card--color-teal {
  border-color: #20c997;
}
.custom-card--border-dash.custom-card--color-cyan, .custom-card--border-dot.custom-card--color-cyan, .custom-card--border.custom-card--color-cyan {
  border-color: #33AE9A;
}
.custom-card--border-dash.custom-card--color-white, .custom-card--border-dot.custom-card--color-white, .custom-card--border.custom-card--color-white {
  border-color: #FFF;
}
.custom-card--border-dash.custom-card--color-gray, .custom-card--border-dot.custom-card--color-gray, .custom-card--border.custom-card--color-gray {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-gray-dark, .custom-card--border-dot.custom-card--color-gray-dark, .custom-card--border.custom-card--color-gray-dark {
  border-color: #3F4651;
}
.custom-card--border-dash.custom-card--color-facebook, .custom-card--border-dot.custom-card--color-facebook, .custom-card--border.custom-card--color-facebook {
  border-color: #3A5E95;
}
.custom-card--border-dash.custom-card--color-twitter, .custom-card--border-dot.custom-card--color-twitter, .custom-card--border.custom-card--color-twitter {
  border-color: #60ADDB;
}
.custom-card--border-dash.custom-card--color-lastfm, .custom-card--border-dot.custom-card--color-lastfm, .custom-card--border.custom-card--color-lastfm {
  border-color: #E01132;
}
.custom-card--border-dash.custom-card--color-pinterest, .custom-card--border-dot.custom-card--color-pinterest, .custom-card--border.custom-card--color-pinterest {
  border-color: #BD0520;
}
.custom-card--border-dash.custom-card--color-linkedin, .custom-card--border-dot.custom-card--color-linkedin, .custom-card--border.custom-card--color-linkedin {
  border-color: #057CB2;
}
.custom-card--border-dash.custom-card--color-medium, .custom-card--border-dot.custom-card--color-medium, .custom-card--border.custom-card--color-medium {
  border-color: #5cb85c;
}
.custom-card--border-dash.custom-card--color-skype, .custom-card--border-dot.custom-card--color-skype, .custom-card--border.custom-card--color-skype {
  border-color: #0AB2EF;
}
.custom-card--border-dash.custom-card--color-foursquare, .custom-card--border-dot.custom-card--color-foursquare, .custom-card--border.custom-card--color-foursquare {
  border-color: #F84978;
}
.custom-card--border-dash.custom-card--color-android, .custom-card--border-dot.custom-card--color-android, .custom-card--border.custom-card--color-android {
  border-color: #A6C843;
}
.custom-card--border-dash.custom-card--color-spotify, .custom-card--border-dot.custom-card--color-spotify, .custom-card--border.custom-card--color-spotify {
  border-color: #2FD665;
}
.custom-card--border-dash.custom-card--color-paypal, .custom-card--border-dot.custom-card--color-paypal, .custom-card--border.custom-card--color-paypal {
  border-color: #2A9AD7;
}
.custom-card--border-dash.custom-card--color-dribble, .custom-card--border-dot.custom-card--color-dribble, .custom-card--border.custom-card--color-dribble {
  border-color: #F16898;
}
.custom-card--border-dash.custom-card--color-youtube, .custom-card--border-dot.custom-card--color-youtube, .custom-card--border.custom-card--color-youtube {
  border-color: #ED1922;
}
.custom-card--border-dash.custom-card--color-windows, .custom-card--border-dot.custom-card--color-windows, .custom-card--border.custom-card--color-windows {
  border-color: #10BFF2;
}
.custom-card--border-dash.custom-card--color-amazon, .custom-card--border-dot.custom-card--color-amazon, .custom-card--border.custom-card--color-amazon {
  border-color: #FEA320;
}
.custom-card--border-dash.custom-card--color-black-01, .custom-card--border-dot.custom-card--color-black-01, .custom-card--border.custom-card--color-black-01 {
  border-color: rgba(31, 45, 61, 0.1);
}
.custom-card--border-dash.custom-card--color-black-02, .custom-card--border-dot.custom-card--color-black-02, .custom-card--border.custom-card--color-black-02 {
  border-color: rgba(31, 45, 61, 0.2);
}
.custom-card--border-dash.custom-card--color-black-03, .custom-card--border-dot.custom-card--color-black-03, .custom-card--border.custom-card--color-black-03 {
  border-color: rgba(31, 45, 61, 0.3);
}
.custom-card--border-dash.custom-card--color-black-04, .custom-card--border-dot.custom-card--color-black-04, .custom-card--border.custom-card--color-black-04 {
  border-color: rgba(31, 45, 61, 0.4);
}
.custom-card--border-dash.custom-card--color-black-05, .custom-card--border-dot.custom-card--color-black-05, .custom-card--border.custom-card--color-black-05 {
  border-color: rgba(31, 45, 61, 0.5);
}
.custom-card--border-dash.custom-card--color-black-06, .custom-card--border-dot.custom-card--color-black-06, .custom-card--border.custom-card--color-black-06 {
  border-color: rgba(31, 45, 61, 0.6);
}
.custom-card--border-dash.custom-card--color-black-07, .custom-card--border-dot.custom-card--color-black-07, .custom-card--border.custom-card--color-black-07 {
  border-color: rgba(31, 45, 61, 0.7);
}
.custom-card--border-dash.custom-card--color-black-08, .custom-card--border-dot.custom-card--color-black-08, .custom-card--border.custom-card--color-black-08 {
  border-color: rgba(31, 45, 61, 0.8);
}
.custom-card--border-dash.custom-card--color-black-09, .custom-card--border-dot.custom-card--color-black-09, .custom-card--border.custom-card--color-black-09 {
  border-color: rgba(31, 45, 61, 0.9);
}
.custom-card--border-dash.custom-card--color-white-01, .custom-card--border-dot.custom-card--color-white-01, .custom-card--border.custom-card--color-white-01 {
  border-color: rgba(255, 255, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-white-02, .custom-card--border-dot.custom-card--color-white-02, .custom-card--border.custom-card--color-white-02 {
  border-color: rgba(255, 255, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-white-03, .custom-card--border-dot.custom-card--color-white-03, .custom-card--border.custom-card--color-white-03 {
  border-color: rgba(255, 255, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-white-04, .custom-card--border-dot.custom-card--color-white-04, .custom-card--border.custom-card--color-white-04 {
  border-color: rgba(255, 255, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-white-05, .custom-card--border-dot.custom-card--color-white-05, .custom-card--border.custom-card--color-white-05 {
  border-color: rgba(255, 255, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-white-06, .custom-card--border-dot.custom-card--color-white-06, .custom-card--border.custom-card--color-white-06 {
  border-color: rgba(255, 255, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-white-07, .custom-card--border-dot.custom-card--color-white-07, .custom-card--border.custom-card--color-white-07 {
  border-color: rgba(255, 255, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-white-08, .custom-card--border-dot.custom-card--color-white-08, .custom-card--border.custom-card--color-white-08 {
  border-color: rgba(255, 255, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-white-09, .custom-card--border-dot.custom-card--color-white-09, .custom-card--border.custom-card--color-white-09 {
  border-color: rgba(255, 255, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-primary-01, .custom-card--border-dot.custom-card--color-primary-01, .custom-card--border.custom-card--color-primary-01 {
  border-color: rgba(30, 183, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-primary-02, .custom-card--border-dot.custom-card--color-primary-02, .custom-card--border.custom-card--color-primary-02 {
  border-color: rgba(30, 183, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-primary-03, .custom-card--border-dot.custom-card--color-primary-03, .custom-card--border.custom-card--color-primary-03 {
  border-color: rgba(30, 183, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-primary-04, .custom-card--border-dot.custom-card--color-primary-04, .custom-card--border.custom-card--color-primary-04 {
  border-color: rgba(30, 183, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-primary-05, .custom-card--border-dot.custom-card--color-primary-05, .custom-card--border.custom-card--color-primary-05 {
  border-color: rgba(30, 183, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-primary-06, .custom-card--border-dot.custom-card--color-primary-06, .custom-card--border.custom-card--color-primary-06 {
  border-color: rgba(30, 183, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-primary-07, .custom-card--border-dot.custom-card--color-primary-07, .custom-card--border.custom-card--color-primary-07 {
  border-color: rgba(30, 183, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-primary-08, .custom-card--border-dot.custom-card--color-primary-08, .custom-card--border.custom-card--color-primary-08 {
  border-color: rgba(30, 183, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-primary-09, .custom-card--border-dot.custom-card--color-primary-09, .custom-card--border.custom-card--color-primary-09 {
  border-color: rgba(30, 183, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-info-01, .custom-card--border-dot.custom-card--color-info-01, .custom-card--border.custom-card--color-info-01 {
  border-color: rgba(51, 174, 154, 0.1);
}
.custom-card--border-dash.custom-card--color-info-02, .custom-card--border-dot.custom-card--color-info-02, .custom-card--border.custom-card--color-info-02 {
  border-color: rgba(51, 174, 154, 0.2);
}
.custom-card--border-dash.custom-card--color-info-03, .custom-card--border-dot.custom-card--color-info-03, .custom-card--border.custom-card--color-info-03 {
  border-color: rgba(51, 174, 154, 0.3);
}
.custom-card--border-dash.custom-card--color-info-04, .custom-card--border-dot.custom-card--color-info-04, .custom-card--border.custom-card--color-info-04 {
  border-color: rgba(51, 174, 154, 0.4);
}
.custom-card--border-dash.custom-card--color-info-05, .custom-card--border-dot.custom-card--color-info-05, .custom-card--border.custom-card--color-info-05 {
  border-color: rgba(51, 174, 154, 0.5);
}
.custom-card--border-dash.custom-card--color-info-06, .custom-card--border-dot.custom-card--color-info-06, .custom-card--border.custom-card--color-info-06 {
  border-color: rgba(51, 174, 154, 0.6);
}
.custom-card--border-dash.custom-card--color-info-07, .custom-card--border-dot.custom-card--color-info-07, .custom-card--border.custom-card--color-info-07 {
  border-color: rgba(51, 174, 154, 0.7);
}
.custom-card--border-dash.custom-card--color-info-08, .custom-card--border-dot.custom-card--color-info-08, .custom-card--border.custom-card--color-info-08 {
  border-color: rgba(51, 174, 154, 0.8);
}
.custom-card--border-dash.custom-card--color-info-09, .custom-card--border-dot.custom-card--color-info-09, .custom-card--border.custom-card--color-info-09 {
  border-color: rgba(51, 174, 154, 0.9);
}
.custom-card--border-dash.custom-card--color-success-01, .custom-card--border-dot.custom-card--color-success-01, .custom-card--border.custom-card--color-success-01 {
  border-color: rgba(27, 185, 52, 0.1);
}
.custom-card--border-dash.custom-card--color-success-02, .custom-card--border-dot.custom-card--color-success-02, .custom-card--border.custom-card--color-success-02 {
  border-color: rgba(27, 185, 52, 0.2);
}
.custom-card--border-dash.custom-card--color-success-03, .custom-card--border-dot.custom-card--color-success-03, .custom-card--border.custom-card--color-success-03 {
  border-color: rgba(27, 185, 52, 0.3);
}
.custom-card--border-dash.custom-card--color-success-04, .custom-card--border-dot.custom-card--color-success-04, .custom-card--border.custom-card--color-success-04 {
  border-color: rgba(27, 185, 52, 0.4);
}
.custom-card--border-dash.custom-card--color-success-05, .custom-card--border-dot.custom-card--color-success-05, .custom-card--border.custom-card--color-success-05 {
  border-color: rgba(27, 185, 52, 0.5);
}
.custom-card--border-dash.custom-card--color-success-06, .custom-card--border-dot.custom-card--color-success-06, .custom-card--border.custom-card--color-success-06 {
  border-color: rgba(27, 185, 52, 0.6);
}
.custom-card--border-dash.custom-card--color-success-07, .custom-card--border-dot.custom-card--color-success-07, .custom-card--border.custom-card--color-success-07 {
  border-color: rgba(27, 185, 52, 0.7);
}
.custom-card--border-dash.custom-card--color-success-08, .custom-card--border-dot.custom-card--color-success-08, .custom-card--border.custom-card--color-success-08 {
  border-color: rgba(27, 185, 52, 0.8);
}
.custom-card--border-dash.custom-card--color-success-09, .custom-card--border-dot.custom-card--color-success-09, .custom-card--border.custom-card--color-success-09 {
  border-color: rgba(27, 185, 52, 0.9);
}
.custom-card--border-dash.custom-card--color-warning-01, .custom-card--border-dot.custom-card--color-warning-01, .custom-card--border.custom-card--color-warning-01 {
  border-color: rgba(242, 114, 18, 0.1);
}
.custom-card--border-dash.custom-card--color-warning-02, .custom-card--border-dot.custom-card--color-warning-02, .custom-card--border.custom-card--color-warning-02 {
  border-color: rgba(242, 114, 18, 0.2);
}
.custom-card--border-dash.custom-card--color-warning-03, .custom-card--border-dot.custom-card--color-warning-03, .custom-card--border.custom-card--color-warning-03 {
  border-color: rgba(242, 114, 18, 0.3);
}
.custom-card--border-dash.custom-card--color-warning-04, .custom-card--border-dot.custom-card--color-warning-04, .custom-card--border.custom-card--color-warning-04 {
  border-color: rgba(242, 114, 18, 0.4);
}
.custom-card--border-dash.custom-card--color-warning-05, .custom-card--border-dot.custom-card--color-warning-05, .custom-card--border.custom-card--color-warning-05 {
  border-color: rgba(242, 114, 18, 0.5);
}
.custom-card--border-dash.custom-card--color-warning-06, .custom-card--border-dot.custom-card--color-warning-06, .custom-card--border.custom-card--color-warning-06 {
  border-color: rgba(242, 114, 18, 0.6);
}
.custom-card--border-dash.custom-card--color-warning-07, .custom-card--border-dot.custom-card--color-warning-07, .custom-card--border.custom-card--color-warning-07 {
  border-color: rgba(242, 114, 18, 0.7);
}
.custom-card--border-dash.custom-card--color-warning-08, .custom-card--border-dot.custom-card--color-warning-08, .custom-card--border.custom-card--color-warning-08 {
  border-color: rgba(242, 114, 18, 0.8);
}
.custom-card--border-dash.custom-card--color-warning-09, .custom-card--border-dot.custom-card--color-warning-09, .custom-card--border.custom-card--color-warning-09 {
  border-color: rgba(242, 114, 18, 0.9);
}
.custom-card--border-dash.custom-card--color-danger-01, .custom-card--border-dot.custom-card--color-danger-01, .custom-card--border.custom-card--color-danger-01 {
  border-color: rgba(237, 28, 36, 0.1);
}
.custom-card--border-dash.custom-card--color-danger-02, .custom-card--border-dot.custom-card--color-danger-02, .custom-card--border.custom-card--color-danger-02 {
  border-color: rgba(237, 28, 36, 0.2);
}
.custom-card--border-dash.custom-card--color-danger-03, .custom-card--border-dot.custom-card--color-danger-03, .custom-card--border.custom-card--color-danger-03 {
  border-color: rgba(237, 28, 36, 0.3);
}
.custom-card--border-dash.custom-card--color-danger-04, .custom-card--border-dot.custom-card--color-danger-04, .custom-card--border.custom-card--color-danger-04 {
  border-color: rgba(237, 28, 36, 0.4);
}
.custom-card--border-dash.custom-card--color-danger-05, .custom-card--border-dot.custom-card--color-danger-05, .custom-card--border.custom-card--color-danger-05 {
  border-color: rgba(237, 28, 36, 0.5);
}
.custom-card--border-dash.custom-card--color-danger-06, .custom-card--border-dot.custom-card--color-danger-06, .custom-card--border.custom-card--color-danger-06 {
  border-color: rgba(237, 28, 36, 0.6);
}
.custom-card--border-dash.custom-card--color-danger-07, .custom-card--border-dot.custom-card--color-danger-07, .custom-card--border.custom-card--color-danger-07 {
  border-color: rgba(237, 28, 36, 0.7);
}
.custom-card--border-dash.custom-card--color-danger-08, .custom-card--border-dot.custom-card--color-danger-08, .custom-card--border.custom-card--color-danger-08 {
  border-color: rgba(237, 28, 36, 0.8);
}
.custom-card--border-dash.custom-card--color-danger-09, .custom-card--border-dot.custom-card--color-danger-09, .custom-card--border.custom-card--color-danger-09 {
  border-color: rgba(237, 28, 36, 0.9);
}
.custom-card--border-dash.custom-card--color-yellow-01, .custom-card--border-dot.custom-card--color-yellow-01, .custom-card--border.custom-card--color-yellow-01 {
  border-color: rgba(247, 191, 71, 0.1);
}
.custom-card--border-dash.custom-card--color-yellow-02, .custom-card--border-dot.custom-card--color-yellow-02, .custom-card--border.custom-card--color-yellow-02 {
  border-color: rgba(247, 191, 71, 0.2);
}
.custom-card--border-dash.custom-card--color-yellow-03, .custom-card--border-dot.custom-card--color-yellow-03, .custom-card--border.custom-card--color-yellow-03 {
  border-color: rgba(247, 191, 71, 0.3);
}
.custom-card--border-dash.custom-card--color-yellow-04, .custom-card--border-dot.custom-card--color-yellow-04, .custom-card--border.custom-card--color-yellow-04 {
  border-color: rgba(247, 191, 71, 0.4);
}
.custom-card--border-dash.custom-card--color-yellow-05, .custom-card--border-dot.custom-card--color-yellow-05, .custom-card--border.custom-card--color-yellow-05 {
  border-color: rgba(247, 191, 71, 0.5);
}
.custom-card--border-dash.custom-card--color-yellow-06, .custom-card--border-dot.custom-card--color-yellow-06, .custom-card--border.custom-card--color-yellow-06 {
  border-color: rgba(247, 191, 71, 0.6);
}
.custom-card--border-dash.custom-card--color-yellow-07, .custom-card--border-dot.custom-card--color-yellow-07, .custom-card--border.custom-card--color-yellow-07 {
  border-color: rgba(247, 191, 71, 0.7);
}
.custom-card--border-dash.custom-card--color-yellow-08, .custom-card--border-dot.custom-card--color-yellow-08, .custom-card--border.custom-card--color-yellow-08 {
  border-color: rgba(247, 191, 71, 0.8);
}
.custom-card--border-dash.custom-card--color-yellow-09, .custom-card--border-dot.custom-card--color-yellow-09, .custom-card--border.custom-card--color-yellow-09 {
  border-color: rgba(247, 191, 71, 0.9);
}
.custom-card--border-dash.custom-card--color-secondary-01, .custom-card--border-dot.custom-card--color-secondary-01, .custom-card--border.custom-card--color-secondary-01 {
  border-color: rgba(134, 142, 150, 0.1);
}
.custom-card--border-dash.custom-card--color-secondary-02, .custom-card--border-dot.custom-card--color-secondary-02, .custom-card--border.custom-card--color-secondary-02 {
  border-color: rgba(134, 142, 150, 0.2);
}
.custom-card--border-dash.custom-card--color-secondary-03, .custom-card--border-dot.custom-card--color-secondary-03, .custom-card--border.custom-card--color-secondary-03 {
  border-color: rgba(134, 142, 150, 0.3);
}
.custom-card--border-dash.custom-card--color-secondary-04, .custom-card--border-dot.custom-card--color-secondary-04, .custom-card--border.custom-card--color-secondary-04 {
  border-color: rgba(134, 142, 150, 0.4);
}
.custom-card--border-dash.custom-card--color-secondary-05, .custom-card--border-dot.custom-card--color-secondary-05, .custom-card--border.custom-card--color-secondary-05 {
  border-color: rgba(134, 142, 150, 0.5);
}
.custom-card--border-dash.custom-card--color-secondary-06, .custom-card--border-dot.custom-card--color-secondary-06, .custom-card--border.custom-card--color-secondary-06 {
  border-color: rgba(134, 142, 150, 0.6);
}
.custom-card--border-dash.custom-card--color-secondary-07, .custom-card--border-dot.custom-card--color-secondary-07, .custom-card--border.custom-card--color-secondary-07 {
  border-color: rgba(134, 142, 150, 0.7);
}
.custom-card--border-dash.custom-card--color-secondary-08, .custom-card--border-dot.custom-card--color-secondary-08, .custom-card--border.custom-card--color-secondary-08 {
  border-color: rgba(134, 142, 150, 0.8);
}
.custom-card--border-dash.custom-card--color-secondary-09, .custom-card--border-dot.custom-card--color-secondary-09, .custom-card--border.custom-card--color-secondary-09 {
  border-color: rgba(134, 142, 150, 0.9);
}
.custom-card--border-dash.custom-card--color-dark-01, .custom-card--border-dot.custom-card--color-dark-01, .custom-card--border.custom-card--color-dark-01 {
  border-color: rgba(63, 70, 81, 0.1);
}
.custom-card--border-dash.custom-card--color-dark-02, .custom-card--border-dot.custom-card--color-dark-02, .custom-card--border.custom-card--color-dark-02 {
  border-color: rgba(63, 70, 81, 0.2);
}
.custom-card--border-dash.custom-card--color-dark-03, .custom-card--border-dot.custom-card--color-dark-03, .custom-card--border.custom-card--color-dark-03 {
  border-color: rgba(63, 70, 81, 0.3);
}
.custom-card--border-dash.custom-card--color-dark-04, .custom-card--border-dot.custom-card--color-dark-04, .custom-card--border.custom-card--color-dark-04 {
  border-color: rgba(63, 70, 81, 0.4);
}
.custom-card--border-dash.custom-card--color-dark-05, .custom-card--border-dot.custom-card--color-dark-05, .custom-card--border.custom-card--color-dark-05 {
  border-color: rgba(63, 70, 81, 0.5);
}
.custom-card--border-dash.custom-card--color-dark-06, .custom-card--border-dot.custom-card--color-dark-06, .custom-card--border.custom-card--color-dark-06 {
  border-color: rgba(63, 70, 81, 0.6);
}
.custom-card--border-dash.custom-card--color-dark-07, .custom-card--border-dot.custom-card--color-dark-07, .custom-card--border.custom-card--color-dark-07 {
  border-color: rgba(63, 70, 81, 0.7);
}
.custom-card--border-dash.custom-card--color-dark-08, .custom-card--border-dot.custom-card--color-dark-08, .custom-card--border.custom-card--color-dark-08 {
  border-color: rgba(63, 70, 81, 0.8);
}
.custom-card--border-dash.custom-card--color-dark-09, .custom-card--border-dot.custom-card--color-dark-09, .custom-card--border.custom-card--color-dark-09 {
  border-color: rgba(63, 70, 81, 0.9);
}
.custom-card--border-dash.custom-card--color-light-01, .custom-card--border-dot.custom-card--color-light-01, .custom-card--border.custom-card--color-light-01 {
  border-color: rgba(248, 249, 250, 0.1);
}
.custom-card--border-dash.custom-card--color-light-02, .custom-card--border-dot.custom-card--color-light-02, .custom-card--border.custom-card--color-light-02 {
  border-color: rgba(248, 249, 250, 0.2);
}
.custom-card--border-dash.custom-card--color-light-03, .custom-card--border-dot.custom-card--color-light-03, .custom-card--border.custom-card--color-light-03 {
  border-color: rgba(248, 249, 250, 0.3);
}
.custom-card--border-dash.custom-card--color-light-04, .custom-card--border-dot.custom-card--color-light-04, .custom-card--border.custom-card--color-light-04 {
  border-color: rgba(248, 249, 250, 0.4);
}
.custom-card--border-dash.custom-card--color-light-05, .custom-card--border-dot.custom-card--color-light-05, .custom-card--border.custom-card--color-light-05 {
  border-color: rgba(248, 249, 250, 0.5);
}
.custom-card--border-dash.custom-card--color-light-06, .custom-card--border-dot.custom-card--color-light-06, .custom-card--border.custom-card--color-light-06 {
  border-color: rgba(248, 249, 250, 0.6);
}
.custom-card--border-dash.custom-card--color-light-07, .custom-card--border-dot.custom-card--color-light-07, .custom-card--border.custom-card--color-light-07 {
  border-color: rgba(248, 249, 250, 0.7);
}
.custom-card--border-dash.custom-card--color-light-08, .custom-card--border-dot.custom-card--color-light-08, .custom-card--border.custom-card--color-light-08 {
  border-color: rgba(248, 249, 250, 0.8);
}
.custom-card--border-dash.custom-card--color-light-09, .custom-card--border-dot.custom-card--color-light-09, .custom-card--border.custom-card--color-light-09 {
  border-color: rgba(248, 249, 250, 0.9);
}
.custom-card--border-dash.custom-card--color-purple-01, .custom-card--border-dot.custom-card--color-purple-01, .custom-card--border.custom-card--color-purple-01 {
  border-color: rgba(202, 142, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-purple-02, .custom-card--border-dot.custom-card--color-purple-02, .custom-card--border.custom-card--color-purple-02 {
  border-color: rgba(202, 142, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-purple-03, .custom-card--border-dot.custom-card--color-purple-03, .custom-card--border.custom-card--color-purple-03 {
  border-color: rgba(202, 142, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-purple-04, .custom-card--border-dot.custom-card--color-purple-04, .custom-card--border.custom-card--color-purple-04 {
  border-color: rgba(202, 142, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-purple-05, .custom-card--border-dot.custom-card--color-purple-05, .custom-card--border.custom-card--color-purple-05 {
  border-color: rgba(202, 142, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-purple-06, .custom-card--border-dot.custom-card--color-purple-06, .custom-card--border.custom-card--color-purple-06 {
  border-color: rgba(202, 142, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-purple-07, .custom-card--border-dot.custom-card--color-purple-07, .custom-card--border.custom-card--color-purple-07 {
  border-color: rgba(202, 142, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-purple-08, .custom-card--border-dot.custom-card--color-purple-08, .custom-card--border.custom-card--color-purple-08 {
  border-color: rgba(202, 142, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-purple-09, .custom-card--border-dot.custom-card--color-purple-09, .custom-card--border.custom-card--color-purple-09 {
  border-color: rgba(202, 142, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-primary, .custom-card--border-dot.custom-card--color-primary, .custom-card--border.custom-card--color-primary {
  border-color: #1EB7FF;
}
.custom-card--border-dash.custom-card--color-secondary, .custom-card--border-dot.custom-card--color-secondary, .custom-card--border.custom-card--color-secondary {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-success, .custom-card--border-dot.custom-card--color-success, .custom-card--border.custom-card--color-success {
  border-color: #1BB934;
}
.custom-card--border-dash.custom-card--color-info, .custom-card--border-dot.custom-card--color-info, .custom-card--border.custom-card--color-info {
  border-color: #7395ae;
}
.custom-card--border-dash.custom-card--color-warning, .custom-card--border-dot.custom-card--color-warning, .custom-card--border.custom-card--color-warning {
  border-color: #feba21;
}
.custom-card--border-dash.custom-card--color-danger, .custom-card--border-dot.custom-card--color-danger, .custom-card--border.custom-card--color-danger {
  border-color: #ED1C24;
}
.custom-card--border-dash.custom-card--color-light, .custom-card--border-dot.custom-card--color-light, .custom-card--border.custom-card--color-light {
  border-color: #F8F9FA;
}
.custom-card--border-dash.custom-card--color-dark, .custom-card--border-dot.custom-card--color-dark, .custom-card--border.custom-card--color-dark {
  border-color: #3F4651;
}
.custom-card--side-border {
  border-left-width: 2px;
}
.custom-card--side-border.custom-card--color-100 {
  border-left-color: #F8F9FA;
}
.custom-card--side-border.custom-card--color-200 {
  border-left-color: #E9ECEF;
}
.custom-card--side-border.custom-card--color-300 {
  border-left-color: #DEE2E6;
}
.custom-card--side-border.custom-card--color-400 {
  border-left-color: #CED4DA;
}
.custom-card--side-border.custom-card--color-500 {
  border-left-color: #ADB5BD;
}
.custom-card--side-border.custom-card--color-600 {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-700 {
  border-left-color: #5D636D;
}
.custom-card--side-border.custom-card--color-800 {
  border-left-color: #3F4651;
}
.custom-card--side-border.custom-card--color-900 {
  border-left-color: #353C48;
}
.custom-card--side-border.custom-card--color-blue {
  border-left-color: #1EB7FF;
}
.custom-card--side-border.custom-card--color-indigo {
  border-left-color: #6610f2;
}
.custom-card--side-border.custom-card--color-purple {
  border-left-color: #CA8EFF;
}
.custom-card--side-border.custom-card--color-pink {
  border-left-color: #e83e8c;
}
.custom-card--side-border.custom-card--color-red {
  border-left-color: #ED1C24;
}
.custom-card--side-border.custom-card--color-orange {
  border-left-color: #F27212;
}
.custom-card--side-border.custom-card--color-yellow {
  border-left-color: #F7BF47;
}
.custom-card--side-border.custom-card--color-green {
  border-left-color: #1BB934;
}
.custom-card--side-border.custom-card--color-teal {
  border-left-color: #20c997;
}
.custom-card--side-border.custom-card--color-cyan {
  border-left-color: #33AE9A;
}
.custom-card--side-border.custom-card--color-white {
  border-left-color: #FFF;
}
.custom-card--side-border.custom-card--color-gray {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-gray-dark {
  border-left-color: #3F4651;
}
.custom-card--side-border.custom-card--color-facebook {
  border-left-color: #3A5E95;
}
.custom-card--side-border.custom-card--color-twitter {
  border-left-color: #60ADDB;
}
.custom-card--side-border.custom-card--color-lastfm {
  border-left-color: #E01132;
}
.custom-card--side-border.custom-card--color-pinterest {
  border-left-color: #BD0520;
}
.custom-card--side-border.custom-card--color-linkedin {
  border-left-color: #057CB2;
}
.custom-card--side-border.custom-card--color-medium {
  border-left-color: #5cb85c;
}
.custom-card--side-border.custom-card--color-skype {
  border-left-color: #0AB2EF;
}
.custom-card--side-border.custom-card--color-foursquare {
  border-left-color: #F84978;
}
.custom-card--side-border.custom-card--color-android {
  border-left-color: #A6C843;
}
.custom-card--side-border.custom-card--color-spotify {
  border-left-color: #2FD665;
}
.custom-card--side-border.custom-card--color-paypal {
  border-left-color: #2A9AD7;
}
.custom-card--side-border.custom-card--color-dribble {
  border-left-color: #F16898;
}
.custom-card--side-border.custom-card--color-youtube {
  border-left-color: #ED1922;
}
.custom-card--side-border.custom-card--color-windows {
  border-left-color: #10BFF2;
}
.custom-card--side-border.custom-card--color-amazon {
  border-left-color: #FEA320;
}
.custom-card--side-border.custom-card--color-black-01 {
  border-left-color: rgba(31, 45, 61, 0.1);
}
.custom-card--side-border.custom-card--color-black-02 {
  border-left-color: rgba(31, 45, 61, 0.2);
}
.custom-card--side-border.custom-card--color-black-03 {
  border-left-color: rgba(31, 45, 61, 0.3);
}
.custom-card--side-border.custom-card--color-black-04 {
  border-left-color: rgba(31, 45, 61, 0.4);
}
.custom-card--side-border.custom-card--color-black-05 {
  border-left-color: rgba(31, 45, 61, 0.5);
}
.custom-card--side-border.custom-card--color-black-06 {
  border-left-color: rgba(31, 45, 61, 0.6);
}
.custom-card--side-border.custom-card--color-black-07 {
  border-left-color: rgba(31, 45, 61, 0.7);
}
.custom-card--side-border.custom-card--color-black-08 {
  border-left-color: rgba(31, 45, 61, 0.8);
}
.custom-card--side-border.custom-card--color-black-09 {
  border-left-color: rgba(31, 45, 61, 0.9);
}
.custom-card--side-border.custom-card--color-white-01 {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.custom-card--side-border.custom-card--color-white-02 {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.custom-card--side-border.custom-card--color-white-03 {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.custom-card--side-border.custom-card--color-white-04 {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.custom-card--side-border.custom-card--color-white-05 {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.custom-card--side-border.custom-card--color-white-06 {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.custom-card--side-border.custom-card--color-white-07 {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.custom-card--side-border.custom-card--color-white-08 {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.custom-card--side-border.custom-card--color-white-09 {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.custom-card--side-border.custom-card--color-primary-01 {
  border-left-color: rgba(30, 183, 255, 0.1);
}
.custom-card--side-border.custom-card--color-primary-02 {
  border-left-color: rgba(30, 183, 255, 0.2);
}
.custom-card--side-border.custom-card--color-primary-03 {
  border-left-color: rgba(30, 183, 255, 0.3);
}
.custom-card--side-border.custom-card--color-primary-04 {
  border-left-color: rgba(30, 183, 255, 0.4);
}
.custom-card--side-border.custom-card--color-primary-05 {
  border-left-color: rgba(30, 183, 255, 0.5);
}
.custom-card--side-border.custom-card--color-primary-06 {
  border-left-color: rgba(30, 183, 255, 0.6);
}
.custom-card--side-border.custom-card--color-primary-07 {
  border-left-color: rgba(30, 183, 255, 0.7);
}
.custom-card--side-border.custom-card--color-primary-08 {
  border-left-color: rgba(30, 183, 255, 0.8);
}
.custom-card--side-border.custom-card--color-primary-09 {
  border-left-color: rgba(30, 183, 255, 0.9);
}
.custom-card--side-border.custom-card--color-info-01 {
  border-left-color: rgba(51, 174, 154, 0.1);
}
.custom-card--side-border.custom-card--color-info-02 {
  border-left-color: rgba(51, 174, 154, 0.2);
}
.custom-card--side-border.custom-card--color-info-03 {
  border-left-color: rgba(51, 174, 154, 0.3);
}
.custom-card--side-border.custom-card--color-info-04 {
  border-left-color: rgba(51, 174, 154, 0.4);
}
.custom-card--side-border.custom-card--color-info-05 {
  border-left-color: rgba(51, 174, 154, 0.5);
}
.custom-card--side-border.custom-card--color-info-06 {
  border-left-color: rgba(51, 174, 154, 0.6);
}
.custom-card--side-border.custom-card--color-info-07 {
  border-left-color: rgba(51, 174, 154, 0.7);
}
.custom-card--side-border.custom-card--color-info-08 {
  border-left-color: rgba(51, 174, 154, 0.8);
}
.custom-card--side-border.custom-card--color-info-09 {
  border-left-color: rgba(51, 174, 154, 0.9);
}
.custom-card--side-border.custom-card--color-success-01 {
  border-left-color: rgba(27, 185, 52, 0.1);
}
.custom-card--side-border.custom-card--color-success-02 {
  border-left-color: rgba(27, 185, 52, 0.2);
}
.custom-card--side-border.custom-card--color-success-03 {
  border-left-color: rgba(27, 185, 52, 0.3);
}
.custom-card--side-border.custom-card--color-success-04 {
  border-left-color: rgba(27, 185, 52, 0.4);
}
.custom-card--side-border.custom-card--color-success-05 {
  border-left-color: rgba(27, 185, 52, 0.5);
}
.custom-card--side-border.custom-card--color-success-06 {
  border-left-color: rgba(27, 185, 52, 0.6);
}
.custom-card--side-border.custom-card--color-success-07 {
  border-left-color: rgba(27, 185, 52, 0.7);
}
.custom-card--side-border.custom-card--color-success-08 {
  border-left-color: rgba(27, 185, 52, 0.8);
}
.custom-card--side-border.custom-card--color-success-09 {
  border-left-color: rgba(27, 185, 52, 0.9);
}
.custom-card--side-border.custom-card--color-warning-01 {
  border-left-color: rgba(242, 114, 18, 0.1);
}
.custom-card--side-border.custom-card--color-warning-02 {
  border-left-color: rgba(242, 114, 18, 0.2);
}
.custom-card--side-border.custom-card--color-warning-03 {
  border-left-color: rgba(242, 114, 18, 0.3);
}
.custom-card--side-border.custom-card--color-warning-04 {
  border-left-color: rgba(242, 114, 18, 0.4);
}
.custom-card--side-border.custom-card--color-warning-05 {
  border-left-color: rgba(242, 114, 18, 0.5);
}
.custom-card--side-border.custom-card--color-warning-06 {
  border-left-color: rgba(242, 114, 18, 0.6);
}
.custom-card--side-border.custom-card--color-warning-07 {
  border-left-color: rgba(242, 114, 18, 0.7);
}
.custom-card--side-border.custom-card--color-warning-08 {
  border-left-color: rgba(242, 114, 18, 0.8);
}
.custom-card--side-border.custom-card--color-warning-09 {
  border-left-color: rgba(242, 114, 18, 0.9);
}
.custom-card--side-border.custom-card--color-danger-01 {
  border-left-color: rgba(237, 28, 36, 0.1);
}
.custom-card--side-border.custom-card--color-danger-02 {
  border-left-color: rgba(237, 28, 36, 0.2);
}
.custom-card--side-border.custom-card--color-danger-03 {
  border-left-color: rgba(237, 28, 36, 0.3);
}
.custom-card--side-border.custom-card--color-danger-04 {
  border-left-color: rgba(237, 28, 36, 0.4);
}
.custom-card--side-border.custom-card--color-danger-05 {
  border-left-color: rgba(237, 28, 36, 0.5);
}
.custom-card--side-border.custom-card--color-danger-06 {
  border-left-color: rgba(237, 28, 36, 0.6);
}
.custom-card--side-border.custom-card--color-danger-07 {
  border-left-color: rgba(237, 28, 36, 0.7);
}
.custom-card--side-border.custom-card--color-danger-08 {
  border-left-color: rgba(237, 28, 36, 0.8);
}
.custom-card--side-border.custom-card--color-danger-09 {
  border-left-color: rgba(237, 28, 36, 0.9);
}
.custom-card--side-border.custom-card--color-yellow-01 {
  border-left-color: rgba(247, 191, 71, 0.1);
}
.custom-card--side-border.custom-card--color-yellow-02 {
  border-left-color: rgba(247, 191, 71, 0.2);
}
.custom-card--side-border.custom-card--color-yellow-03 {
  border-left-color: rgba(247, 191, 71, 0.3);
}
.custom-card--side-border.custom-card--color-yellow-04 {
  border-left-color: rgba(247, 191, 71, 0.4);
}
.custom-card--side-border.custom-card--color-yellow-05 {
  border-left-color: rgba(247, 191, 71, 0.5);
}
.custom-card--side-border.custom-card--color-yellow-06 {
  border-left-color: rgba(247, 191, 71, 0.6);
}
.custom-card--side-border.custom-card--color-yellow-07 {
  border-left-color: rgba(247, 191, 71, 0.7);
}
.custom-card--side-border.custom-card--color-yellow-08 {
  border-left-color: rgba(247, 191, 71, 0.8);
}
.custom-card--side-border.custom-card--color-yellow-09 {
  border-left-color: rgba(247, 191, 71, 0.9);
}
.custom-card--side-border.custom-card--color-secondary-01 {
  border-left-color: rgba(134, 142, 150, 0.1);
}
.custom-card--side-border.custom-card--color-secondary-02 {
  border-left-color: rgba(134, 142, 150, 0.2);
}
.custom-card--side-border.custom-card--color-secondary-03 {
  border-left-color: rgba(134, 142, 150, 0.3);
}
.custom-card--side-border.custom-card--color-secondary-04 {
  border-left-color: rgba(134, 142, 150, 0.4);
}
.custom-card--side-border.custom-card--color-secondary-05 {
  border-left-color: rgba(134, 142, 150, 0.5);
}
.custom-card--side-border.custom-card--color-secondary-06 {
  border-left-color: rgba(134, 142, 150, 0.6);
}
.custom-card--side-border.custom-card--color-secondary-07 {
  border-left-color: rgba(134, 142, 150, 0.7);
}
.custom-card--side-border.custom-card--color-secondary-08 {
  border-left-color: rgba(134, 142, 150, 0.8);
}
.custom-card--side-border.custom-card--color-secondary-09 {
  border-left-color: rgba(134, 142, 150, 0.9);
}
.custom-card--side-border.custom-card--color-dark-01 {
  border-left-color: rgba(63, 70, 81, 0.1);
}
.custom-card--side-border.custom-card--color-dark-02 {
  border-left-color: rgba(63, 70, 81, 0.2);
}
.custom-card--side-border.custom-card--color-dark-03 {
  border-left-color: rgba(63, 70, 81, 0.3);
}
.custom-card--side-border.custom-card--color-dark-04 {
  border-left-color: rgba(63, 70, 81, 0.4);
}
.custom-card--side-border.custom-card--color-dark-05 {
  border-left-color: rgba(63, 70, 81, 0.5);
}
.custom-card--side-border.custom-card--color-dark-06 {
  border-left-color: rgba(63, 70, 81, 0.6);
}
.custom-card--side-border.custom-card--color-dark-07 {
  border-left-color: rgba(63, 70, 81, 0.7);
}
.custom-card--side-border.custom-card--color-dark-08 {
  border-left-color: rgba(63, 70, 81, 0.8);
}
.custom-card--side-border.custom-card--color-dark-09 {
  border-left-color: rgba(63, 70, 81, 0.9);
}
.custom-card--side-border.custom-card--color-light-01 {
  border-left-color: rgba(248, 249, 250, 0.1);
}
.custom-card--side-border.custom-card--color-light-02 {
  border-left-color: rgba(248, 249, 250, 0.2);
}
.custom-card--side-border.custom-card--color-light-03 {
  border-left-color: rgba(248, 249, 250, 0.3);
}
.custom-card--side-border.custom-card--color-light-04 {
  border-left-color: rgba(248, 249, 250, 0.4);
}
.custom-card--side-border.custom-card--color-light-05 {
  border-left-color: rgba(248, 249, 250, 0.5);
}
.custom-card--side-border.custom-card--color-light-06 {
  border-left-color: rgba(248, 249, 250, 0.6);
}
.custom-card--side-border.custom-card--color-light-07 {
  border-left-color: rgba(248, 249, 250, 0.7);
}
.custom-card--side-border.custom-card--color-light-08 {
  border-left-color: rgba(248, 249, 250, 0.8);
}
.custom-card--side-border.custom-card--color-light-09 {
  border-left-color: rgba(248, 249, 250, 0.9);
}
.custom-card--side-border.custom-card--color-purple-01 {
  border-left-color: rgba(202, 142, 255, 0.1);
}
.custom-card--side-border.custom-card--color-purple-02 {
  border-left-color: rgba(202, 142, 255, 0.2);
}
.custom-card--side-border.custom-card--color-purple-03 {
  border-left-color: rgba(202, 142, 255, 0.3);
}
.custom-card--side-border.custom-card--color-purple-04 {
  border-left-color: rgba(202, 142, 255, 0.4);
}
.custom-card--side-border.custom-card--color-purple-05 {
  border-left-color: rgba(202, 142, 255, 0.5);
}
.custom-card--side-border.custom-card--color-purple-06 {
  border-left-color: rgba(202, 142, 255, 0.6);
}
.custom-card--side-border.custom-card--color-purple-07 {
  border-left-color: rgba(202, 142, 255, 0.7);
}
.custom-card--side-border.custom-card--color-purple-08 {
  border-left-color: rgba(202, 142, 255, 0.8);
}
.custom-card--side-border.custom-card--color-purple-09 {
  border-left-color: rgba(202, 142, 255, 0.9);
}
.custom-card--side-border.custom-card--color-primary {
  border-left-color: #1EB7FF;
}
.custom-card--side-border.custom-card--color-secondary {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-success {
  border-left-color: #1BB934;
}
.custom-card--side-border.custom-card--color-info {
  border-left-color: #7395ae;
}
.custom-card--side-border.custom-card--color-warning {
  border-left-color: #feba21;
}
.custom-card--side-border.custom-card--color-danger {
  border-left-color: #ED1C24;
}
.custom-card--side-border.custom-card--color-light {
  border-left-color: #F8F9FA;
}
.custom-card--side-border.custom-card--color-dark {
  border-left-color: #3F4651;
}
.custom-card--background {
  color: #FFF;
}
.custom-card--background.custom-card--color-100 {
  background-color: #F8F9FA;
}
.custom-card--background.custom-card--color-200 {
  background-color: #E9ECEF;
}
.custom-card--background.custom-card--color-300 {
  background-color: #DEE2E6;
}
.custom-card--background.custom-card--color-400 {
  background-color: #CED4DA;
}
.custom-card--background.custom-card--color-500 {
  background-color: #ADB5BD;
}
.custom-card--background.custom-card--color-600 {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-700 {
  background-color: #5D636D;
}
.custom-card--background.custom-card--color-800 {
  background-color: #3F4651;
}
.custom-card--background.custom-card--color-900 {
  background-color: #353C48;
}
.custom-card--background.custom-card--color-blue {
  background-color: #1EB7FF;
}
.custom-card--background.custom-card--color-indigo {
  background-color: #6610f2;
}
.custom-card--background.custom-card--color-purple {
  background-color: #CA8EFF;
}
.custom-card--background.custom-card--color-pink {
  background-color: #e83e8c;
}
.custom-card--background.custom-card--color-red {
  background-color: #ED1C24;
}
.custom-card--background.custom-card--color-orange {
  background-color: #F27212;
}
.custom-card--background.custom-card--color-yellow {
  background-color: #F7BF47;
}
.custom-card--background.custom-card--color-green {
  background-color: #1BB934;
}
.custom-card--background.custom-card--color-teal {
  background-color: #20c997;
}
.custom-card--background.custom-card--color-cyan {
  background-color: #33AE9A;
}
.custom-card--background.custom-card--color-white {
  background-color: #FFF;
}
.custom-card--background.custom-card--color-gray {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-gray-dark {
  background-color: #3F4651;
}
.custom-card--background.custom-card--color-facebook {
  background-color: #3A5E95;
}
.custom-card--background.custom-card--color-twitter {
  background-color: #60ADDB;
}
.custom-card--background.custom-card--color-lastfm {
  background-color: #E01132;
}
.custom-card--background.custom-card--color-pinterest {
  background-color: #BD0520;
}
.custom-card--background.custom-card--color-linkedin {
  background-color: #057CB2;
}
.custom-card--background.custom-card--color-medium {
  background-color: #5cb85c;
}
.custom-card--background.custom-card--color-skype {
  background-color: #0AB2EF;
}
.custom-card--background.custom-card--color-foursquare {
  background-color: #F84978;
}
.custom-card--background.custom-card--color-android {
  background-color: #A6C843;
}
.custom-card--background.custom-card--color-spotify {
  background-color: #2FD665;
}
.custom-card--background.custom-card--color-paypal {
  background-color: #2A9AD7;
}
.custom-card--background.custom-card--color-dribble {
  background-color: #F16898;
}
.custom-card--background.custom-card--color-youtube {
  background-color: #ED1922;
}
.custom-card--background.custom-card--color-windows {
  background-color: #10BFF2;
}
.custom-card--background.custom-card--color-amazon {
  background-color: #FEA320;
}
.custom-card--background.custom-card--color-black-01 {
  background-color: rgba(31, 45, 61, 0.1);
}
.custom-card--background.custom-card--color-black-02 {
  background-color: rgba(31, 45, 61, 0.2);
}
.custom-card--background.custom-card--color-black-03 {
  background-color: rgba(31, 45, 61, 0.3);
}
.custom-card--background.custom-card--color-black-04 {
  background-color: rgba(31, 45, 61, 0.4);
}
.custom-card--background.custom-card--color-black-05 {
  background-color: rgba(31, 45, 61, 0.5);
}
.custom-card--background.custom-card--color-black-06 {
  background-color: rgba(31, 45, 61, 0.6);
}
.custom-card--background.custom-card--color-black-07 {
  background-color: rgba(31, 45, 61, 0.7);
}
.custom-card--background.custom-card--color-black-08 {
  background-color: rgba(31, 45, 61, 0.8);
}
.custom-card--background.custom-card--color-black-09 {
  background-color: rgba(31, 45, 61, 0.9);
}
.custom-card--background.custom-card--color-white-01 {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-card--background.custom-card--color-white-02 {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-card--background.custom-card--color-white-03 {
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-card--background.custom-card--color-white-04 {
  background-color: rgba(255, 255, 255, 0.4);
}
.custom-card--background.custom-card--color-white-05 {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-card--background.custom-card--color-white-06 {
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-card--background.custom-card--color-white-07 {
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-card--background.custom-card--color-white-08 {
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-card--background.custom-card--color-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}
.custom-card--background.custom-card--color-primary-01 {
  background-color: rgba(30, 183, 255, 0.1);
}
.custom-card--background.custom-card--color-primary-02 {
  background-color: rgba(30, 183, 255, 0.2);
}
.custom-card--background.custom-card--color-primary-03 {
  background-color: rgba(30, 183, 255, 0.3);
}
.custom-card--background.custom-card--color-primary-04 {
  background-color: rgba(30, 183, 255, 0.4);
}
.custom-card--background.custom-card--color-primary-05 {
  background-color: rgba(30, 183, 255, 0.5);
}
.custom-card--background.custom-card--color-primary-06 {
  background-color: rgba(30, 183, 255, 0.6);
}
.custom-card--background.custom-card--color-primary-07 {
  background-color: rgba(30, 183, 255, 0.7);
}
.custom-card--background.custom-card--color-primary-08 {
  background-color: rgba(30, 183, 255, 0.8);
}
.custom-card--background.custom-card--color-primary-09 {
  background-color: rgba(30, 183, 255, 0.9);
}
.custom-card--background.custom-card--color-info-01 {
  background-color: rgba(51, 174, 154, 0.1);
}
.custom-card--background.custom-card--color-info-02 {
  background-color: rgba(51, 174, 154, 0.2);
}
.custom-card--background.custom-card--color-info-03 {
  background-color: rgba(51, 174, 154, 0.3);
}
.custom-card--background.custom-card--color-info-04 {
  background-color: rgba(51, 174, 154, 0.4);
}
.custom-card--background.custom-card--color-info-05 {
  background-color: rgba(51, 174, 154, 0.5);
}
.custom-card--background.custom-card--color-info-06 {
  background-color: rgba(51, 174, 154, 0.6);
}
.custom-card--background.custom-card--color-info-07 {
  background-color: rgba(51, 174, 154, 0.7);
}
.custom-card--background.custom-card--color-info-08 {
  background-color: rgba(51, 174, 154, 0.8);
}
.custom-card--background.custom-card--color-info-09 {
  background-color: rgba(51, 174, 154, 0.9);
}
.custom-card--background.custom-card--color-success-01 {
  background-color: rgba(27, 185, 52, 0.1);
}
.custom-card--background.custom-card--color-success-02 {
  background-color: rgba(27, 185, 52, 0.2);
}
.custom-card--background.custom-card--color-success-03 {
  background-color: rgba(27, 185, 52, 0.3);
}
.custom-card--background.custom-card--color-success-04 {
  background-color: rgba(27, 185, 52, 0.4);
}
.custom-card--background.custom-card--color-success-05 {
  background-color: rgba(27, 185, 52, 0.5);
}
.custom-card--background.custom-card--color-success-06 {
  background-color: rgba(27, 185, 52, 0.6);
}
.custom-card--background.custom-card--color-success-07 {
  background-color: rgba(27, 185, 52, 0.7);
}
.custom-card--background.custom-card--color-success-08 {
  background-color: rgba(27, 185, 52, 0.8);
}
.custom-card--background.custom-card--color-success-09 {
  background-color: rgba(27, 185, 52, 0.9);
}
.custom-card--background.custom-card--color-warning-01 {
  background-color: rgba(242, 114, 18, 0.1);
}
.custom-card--background.custom-card--color-warning-02 {
  background-color: rgba(242, 114, 18, 0.2);
}
.custom-card--background.custom-card--color-warning-03 {
  background-color: rgba(242, 114, 18, 0.3);
}
.custom-card--background.custom-card--color-warning-04 {
  background-color: rgba(242, 114, 18, 0.4);
}
.custom-card--background.custom-card--color-warning-05 {
  background-color: rgba(242, 114, 18, 0.5);
}
.custom-card--background.custom-card--color-warning-06 {
  background-color: rgba(242, 114, 18, 0.6);
}
.custom-card--background.custom-card--color-warning-07 {
  background-color: rgba(242, 114, 18, 0.7);
}
.custom-card--background.custom-card--color-warning-08 {
  background-color: rgba(242, 114, 18, 0.8);
}
.custom-card--background.custom-card--color-warning-09 {
  background-color: rgba(242, 114, 18, 0.9);
}
.custom-card--background.custom-card--color-danger-01 {
  background-color: rgba(237, 28, 36, 0.1);
}
.custom-card--background.custom-card--color-danger-02 {
  background-color: rgba(237, 28, 36, 0.2);
}
.custom-card--background.custom-card--color-danger-03 {
  background-color: rgba(237, 28, 36, 0.3);
}
.custom-card--background.custom-card--color-danger-04 {
  background-color: rgba(237, 28, 36, 0.4);
}
.custom-card--background.custom-card--color-danger-05 {
  background-color: rgba(237, 28, 36, 0.5);
}
.custom-card--background.custom-card--color-danger-06 {
  background-color: rgba(237, 28, 36, 0.6);
}
.custom-card--background.custom-card--color-danger-07 {
  background-color: rgba(237, 28, 36, 0.7);
}
.custom-card--background.custom-card--color-danger-08 {
  background-color: rgba(237, 28, 36, 0.8);
}
.custom-card--background.custom-card--color-danger-09 {
  background-color: rgba(237, 28, 36, 0.9);
}
.custom-card--background.custom-card--color-yellow-01 {
  background-color: rgba(247, 191, 71, 0.1);
}
.custom-card--background.custom-card--color-yellow-02 {
  background-color: rgba(247, 191, 71, 0.2);
}
.custom-card--background.custom-card--color-yellow-03 {
  background-color: rgba(247, 191, 71, 0.3);
}
.custom-card--background.custom-card--color-yellow-04 {
  background-color: rgba(247, 191, 71, 0.4);
}
.custom-card--background.custom-card--color-yellow-05 {
  background-color: rgba(247, 191, 71, 0.5);
}
.custom-card--background.custom-card--color-yellow-06 {
  background-color: rgba(247, 191, 71, 0.6);
}
.custom-card--background.custom-card--color-yellow-07 {
  background-color: rgba(247, 191, 71, 0.7);
}
.custom-card--background.custom-card--color-yellow-08 {
  background-color: rgba(247, 191, 71, 0.8);
}
.custom-card--background.custom-card--color-yellow-09 {
  background-color: rgba(247, 191, 71, 0.9);
}
.custom-card--background.custom-card--color-secondary-01 {
  background-color: rgba(134, 142, 150, 0.1);
}
.custom-card--background.custom-card--color-secondary-02 {
  background-color: rgba(134, 142, 150, 0.2);
}
.custom-card--background.custom-card--color-secondary-03 {
  background-color: rgba(134, 142, 150, 0.3);
}
.custom-card--background.custom-card--color-secondary-04 {
  background-color: rgba(134, 142, 150, 0.4);
}
.custom-card--background.custom-card--color-secondary-05 {
  background-color: rgba(134, 142, 150, 0.5);
}
.custom-card--background.custom-card--color-secondary-06 {
  background-color: rgba(134, 142, 150, 0.6);
}
.custom-card--background.custom-card--color-secondary-07 {
  background-color: rgba(134, 142, 150, 0.7);
}
.custom-card--background.custom-card--color-secondary-08 {
  background-color: rgba(134, 142, 150, 0.8);
}
.custom-card--background.custom-card--color-secondary-09 {
  background-color: rgba(134, 142, 150, 0.9);
}
.custom-card--background.custom-card--color-dark-01 {
  background-color: rgba(63, 70, 81, 0.1);
}
.custom-card--background.custom-card--color-dark-02 {
  background-color: rgba(63, 70, 81, 0.2);
}
.custom-card--background.custom-card--color-dark-03 {
  background-color: rgba(63, 70, 81, 0.3);
}
.custom-card--background.custom-card--color-dark-04 {
  background-color: rgba(63, 70, 81, 0.4);
}
.custom-card--background.custom-card--color-dark-05 {
  background-color: rgba(63, 70, 81, 0.5);
}
.custom-card--background.custom-card--color-dark-06 {
  background-color: rgba(63, 70, 81, 0.6);
}
.custom-card--background.custom-card--color-dark-07 {
  background-color: rgba(63, 70, 81, 0.7);
}
.custom-card--background.custom-card--color-dark-08 {
  background-color: rgba(63, 70, 81, 0.8);
}
.custom-card--background.custom-card--color-dark-09 {
  background-color: rgba(63, 70, 81, 0.9);
}
.custom-card--background.custom-card--color-light-01 {
  background-color: rgba(248, 249, 250, 0.1);
}
.custom-card--background.custom-card--color-light-02 {
  background-color: rgba(248, 249, 250, 0.2);
}
.custom-card--background.custom-card--color-light-03 {
  background-color: rgba(248, 249, 250, 0.3);
}
.custom-card--background.custom-card--color-light-04 {
  background-color: rgba(248, 249, 250, 0.4);
}
.custom-card--background.custom-card--color-light-05 {
  background-color: rgba(248, 249, 250, 0.5);
}
.custom-card--background.custom-card--color-light-06 {
  background-color: rgba(248, 249, 250, 0.6);
}
.custom-card--background.custom-card--color-light-07 {
  background-color: rgba(248, 249, 250, 0.7);
}
.custom-card--background.custom-card--color-light-08 {
  background-color: rgba(248, 249, 250, 0.8);
}
.custom-card--background.custom-card--color-light-09 {
  background-color: rgba(248, 249, 250, 0.9);
}
.custom-card--background.custom-card--color-purple-01 {
  background-color: rgba(202, 142, 255, 0.1);
}
.custom-card--background.custom-card--color-purple-02 {
  background-color: rgba(202, 142, 255, 0.2);
}
.custom-card--background.custom-card--color-purple-03 {
  background-color: rgba(202, 142, 255, 0.3);
}
.custom-card--background.custom-card--color-purple-04 {
  background-color: rgba(202, 142, 255, 0.4);
}
.custom-card--background.custom-card--color-purple-05 {
  background-color: rgba(202, 142, 255, 0.5);
}
.custom-card--background.custom-card--color-purple-06 {
  background-color: rgba(202, 142, 255, 0.6);
}
.custom-card--background.custom-card--color-purple-07 {
  background-color: rgba(202, 142, 255, 0.7);
}
.custom-card--background.custom-card--color-purple-08 {
  background-color: rgba(202, 142, 255, 0.8);
}
.custom-card--background.custom-card--color-purple-09 {
  background-color: rgba(202, 142, 255, 0.9);
}
.custom-card--background.custom-card--color-primary {
  background-color: #1EB7FF;
}
.custom-card--background.custom-card--color-secondary {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-success {
  background-color: #1BB934;
}
.custom-card--background.custom-card--color-info {
  background-color: #7395ae;
}
.custom-card--background.custom-card--color-warning {
  background-color: #feba21;
}
.custom-card--background.custom-card--color-danger {
  background-color: #ED1C24;
}
.custom-card--background.custom-card--color-light {
  background-color: #F8F9FA;
}
.custom-card--background.custom-card--color-dark {
  background-color: #3F4651;
}
.custom-card--border-dash {
  border-style: dashed;
  border-width: 2px;
}
.custom-card--border-dot {
  border-style: dotted;
  border-width: 2px;
}
.custom-card--shadow {
  box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.07);
}
.custom-card--none {
  border: none;
  background: none;
}

.header-card {
  min-width: 250px;
}

.card-warning {
  border-left-width: 3px;
  border-color: #feba21;
}
.m_468e7eda {
  padding-top: 0;
  padding-bottom: 0;
  appearance: none;
}

  .m_468e7eda::-webkit-calendar-picker-indicator {
    display: none;
  }

  .m_468e7eda::-webkit-clear-button {
    display: none;
  }

  .m_468e7eda::-webkit-datetime-edit-hour-field,
  .m_468e7eda::-webkit-datetime-edit-minute-field,
  .m_468e7eda::-webkit-datetime-edit-second-field,
  .m_468e7eda::-webkit-datetime-edit-ampm-field {
    padding-top: 0;
    max-height: calc(1.875rem * var(--mantine-scale));
    display: inline;
  }

  .m_468e7eda::-webkit-datetime-edit-hour-field:focus, .m_468e7eda::-webkit-datetime-edit-minute-field:focus, .m_468e7eda::-webkit-datetime-edit-second-field:focus, .m_468e7eda::-webkit-datetime-edit-ampm-field:focus {
      background-color: var(--mantine-primary-color-filled);
      color: var(--mantine-color-white);
    }

.m_396ce5cb {
  --day-size-xs: calc(1.875rem * var(--mantine-scale));
  --day-size-sm: calc(2.25rem * var(--mantine-scale));
  --day-size-md: calc(2.625rem * var(--mantine-scale));
  --day-size-lg: calc(3rem * var(--mantine-scale));
  --day-size-xl: calc(3.375rem * var(--mantine-scale));
  --day-size: var(--day-size-sm);

  width: var(--day-size, var(--day-size-sm));
  height: var(--day-size, var(--day-size-sm));
  font-size: calc(var(--day-size) / 2.8);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: var(--mantine-radius-default);
  color: var(--mantine-color-text);
  opacity: 1;
}

  @media (hover: hover) {
      [data-mantine-color-scheme='light'] .m_396ce5cb:hover:where(:not([data-static], [data-disabled], [data-selected], [data-in-range])) {
        background-color: var(--mantine-color-gray-0);
  }

      [data-mantine-color-scheme='dark'] .m_396ce5cb:hover:where(:not([data-static], [data-disabled], [data-selected], [data-in-range])) {
        background-color: var(--mantine-color-dark-5);
  }
}

  @media (hover: none) {
      [data-mantine-color-scheme='light'] .m_396ce5cb:active:where(:not([data-static], [data-disabled], [data-selected], [data-in-range])) {
        background-color: var(--mantine-color-gray-0);
  }

      [data-mantine-color-scheme='dark'] .m_396ce5cb:active:where(:not([data-static], [data-disabled], [data-selected], [data-in-range])) {
        background-color: var(--mantine-color-dark-5);
  }
}

  .m_396ce5cb:where([data-static]) {
    user-select: auto;
    cursor: default;
  }

  .m_396ce5cb:where([data-weekend]) {
    color: var(--mantine-color-red-6);
  }

  .m_396ce5cb:where([data-outside]) {
    color: var(--mantine-color-dimmed);
    opacity: 0.5;
  }

  .m_396ce5cb:where(:disabled, [data-disabled]) {
    color: var(--mantine-color-dimmed);
    cursor: not-allowed;
    opacity: 0.5;
  }

  .m_396ce5cb:where([data-hidden]) {
    display: none;
  }

  :where([data-mantine-color-scheme='light']) .m_396ce5cb:where([data-today][data-highlight-today]:not([data-selected], [data-in-range])) {
      border: 1px solid var(--mantine-color-gray-4);
}

  :where([data-mantine-color-scheme='dark']) .m_396ce5cb:where([data-today][data-highlight-today]:not([data-selected], [data-in-range])) {
      border: 1px solid var(--mantine-color-dark-4);
}

  .m_396ce5cb:where([data-in-range]) {
    background-color: var(--mantine-primary-color-light-hover);
    border-radius: 0;
  }

  @media (hover: hover) {
      .m_396ce5cb:where([data-in-range]):hover:where(:not([data-disabled], [data-static])) {
        background-color: var(--mantine-primary-color-light);
      }
}

  @media (hover: none) {
      .m_396ce5cb:where([data-in-range]):active:where(:not([data-disabled], [data-static])) {
        background-color: var(--mantine-primary-color-light);
      }
}

  .m_396ce5cb:where([data-first-in-range]) {
    border-radius: 0;
    border-start-start-radius: var(--mantine-radius-default);
    border-end-start-radius: var(--mantine-radius-default);
  }

  .m_396ce5cb:where([data-last-in-range]) {
    border-radius: 0;
    border-end-end-radius: var(--mantine-radius-default);
    border-start-end-radius: var(--mantine-radius-default);
  }

  .m_396ce5cb:where([data-last-in-range][data-first-in-range]) {
    border-radius: var(--mantine-radius-default);
  }

  .m_396ce5cb:where([data-selected]) {
    background-color: var(--mantine-primary-color-filled);
    color: var(--mantine-primary-color-contrast);
  }

  @media (hover: hover) {
      .m_396ce5cb:where([data-selected]):hover:where(:not([data-disabled], [data-static])) {
        background-color: var(--mantine-primary-color-filled-hover);
      }
}

  @media (hover: none) {
      .m_396ce5cb:where([data-selected]):active:where(:not([data-disabled], [data-static])) {
        background-color: var(--mantine-primary-color-filled-hover);
      }
}

.m_18a3eca {
  color: var(--mantine-color-dimmed);
  font-weight: normal;
  font-size: var(--wr-fz, var(--mantine-font-size-sm));
  text-transform: capitalize;
  padding-bottom: calc(var(--wr-spacing, var(--mantine-spacing-sm)) / 2);
}

.m_cc9820d3 {
  border-collapse: collapse;
  table-layout: fixed;
}

.m_8f457cd5 {
  padding: 0;
}

.m_8f457cd5:where([data-with-spacing]) {
    padding: calc(0.03125rem * var(--mantine-scale));
  }

.m_6cff9dea {
  --wn-size-xs: calc(1.875rem * var(--mantine-scale));
  --wn-size-sm: calc(2.25rem * var(--mantine-scale));
  --wn-size-md: calc(2.625rem * var(--mantine-scale));
  --wn-size-lg: calc(3rem * var(--mantine-scale));
  --wn-size-xl: calc(3.375rem * var(--mantine-scale));

  color: var(--mantine-color-dimmed);
  font-weight: normal;
  font-size: calc(var(--wn-size, var(--wn-size-sm)) / 2.8);
  text-align: center;
  width: var(--wn-size, var(--wn-size-sm));
}

.m_dc6a3c71 {
  --dpc-size-xs: calc(1.875rem * var(--mantine-scale));
  --dpc-size-sm: calc(2.25rem * var(--mantine-scale));
  --dpc-size-md: calc(2.625rem * var(--mantine-scale));
  --dpc-size-lg: calc(3rem * var(--mantine-scale));
  --dpc-size-xl: calc(3.375rem * var(--mantine-scale));
  --dpc-size: var(--dpc-size-sm);

  font-size: var(--dpc-fz, var(--mantine-font-size-sm));
  height: var(--dpc-size);
  width: calc((var(--dpc-size) * 7) / 3 + calc(0.09375rem * var(--mantine-scale)));
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  color: var(--mantine-color-text);
  opacity: 1;
  border-radius: var(--mantine-radius-default);
}

  @media (hover: hover) {
      :where([data-mantine-color-scheme='light']) .m_dc6a3c71:hover:where(:not([data-disabled], :disabled)) {
        background-color: var(--mantine-color-gray-0);
  }

      :where([data-mantine-color-scheme='dark']) .m_dc6a3c71:hover:where(:not([data-disabled], :disabled)) {
        background-color: var(--mantine-color-dark-5);
  }
}

  @media (hover: none) {
      :where([data-mantine-color-scheme='light']) .m_dc6a3c71:active:where(:not([data-disabled], :disabled)) {
        background-color: var(--mantine-color-gray-0);
  }

      :where([data-mantine-color-scheme='dark']) .m_dc6a3c71:active:where(:not([data-disabled], :disabled)) {
        background-color: var(--mantine-color-dark-5);
  }
}

  .m_dc6a3c71:where(:disabled, [data-disabled]) {
    color: var(--mantine-color-dimmed);
    cursor: not-allowed;
    opacity: 0.5;
  }

  .m_dc6a3c71:where([data-selected]) {
    background-color: var(--mantine-primary-color-filled);
    color: var(--mantine-primary-color-contrast, var(--mantine-color-white));
  }

  @media (hover: hover) {

  .m_dc6a3c71:where([data-selected]):hover {
      background-color: var(--mantine-primary-color-filled-hover);
  }
}

  @media (hover: none) {

  .m_dc6a3c71:where([data-selected]):active {
      background-color: var(--mantine-primary-color-filled-hover);
  }
}

  .m_dc6a3c71:where([data-in-range]) {
    background-color: var(--mantine-primary-color-light-hover);
    border-radius: 0;
  }

  @media (hover: hover) {

  .m_dc6a3c71:where([data-in-range]):hover {
      background-color: var(--mantine-primary-color-light);
  }
}

  @media (hover: none) {

  .m_dc6a3c71:where([data-in-range]):active {
      background-color: var(--mantine-primary-color-light);
  }
}

  .m_dc6a3c71:where([data-first-in-range]) {
    border-radius: 0;
    border-start-start-radius: var(--mantine-radius-default);
    border-end-start-radius: var(--mantine-radius-default);
  }

  .m_dc6a3c71:where([data-last-in-range]) {
    border-radius: 0;
    border-end-end-radius: var(--mantine-radius-default);
    border-start-end-radius: var(--mantine-radius-default);
  }

  .m_dc6a3c71:where([data-first-in-range][data-last-in-range]) {
    border-radius: var(--mantine-radius-default);
  }

.m_9206547b {
  border-collapse: collapse;
  border-width: 0;
}

.m_c5a19c7d {
  padding: 0;
}

.m_c5a19c7d:where([data-with-spacing]) {
    padding: calc(0.03125rem * var(--mantine-scale));
  }

.m_2a6c32d {
  border-collapse: collapse;
  border-width: 0;
  cursor: pointer;
}

.m_fe27622f {
  padding: 0;
}

.m_fe27622f:where([data-with-spacing]) {
    padding: calc(0.03125rem * var(--mantine-scale));
  }

.m_730a79ed {
  --dch-control-size-xs: calc(1.875rem * var(--mantine-scale));
  --dch-control-size-sm: calc(2.25rem * var(--mantine-scale));
  --dch-control-size-md: calc(2.625rem * var(--mantine-scale));
  --dch-control-size-lg: calc(3rem * var(--mantine-scale));
  --dch-control-size-xl: calc(3.375rem * var(--mantine-scale));
  --dch-control-size: var(--dch-control-size-sm);

  display: flex;
  max-width: calc(var(--dch-control-size) * 8 + calc(0.4375rem * var(--mantine-scale)));
  margin-bottom: var(--mantine-spacing-xs);
}

.m_f6645d97,
.m_2351eeb0 {
  height: var(--dch-control-size);
  border-radius: var(--mantine-radius-default);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  opacity: 1;
  cursor: pointer;
}

@media (hover: hover) {
      [data-mantine-color-scheme='light'] .m_f6645d97:hover:where(:not([data-disabled], :disabled)), [data-mantine-color-scheme='light'] .m_2351eeb0:hover:where(:not([data-disabled], :disabled)) {
        background-color: var(--mantine-color-gray-0);
  }

      [data-mantine-color-scheme='dark'] .m_f6645d97:hover:where(:not([data-disabled], :disabled)), [data-mantine-color-scheme='dark'] .m_2351eeb0:hover:where(:not([data-disabled], :disabled)) {
        background-color: var(--mantine-color-dark-5);
  }
}

@media (hover: none) {
      [data-mantine-color-scheme='light'] .m_f6645d97:active:where(:not([data-disabled], :disabled)), [data-mantine-color-scheme='light'] .m_2351eeb0:active:where(:not([data-disabled], :disabled)) {
        background-color: var(--mantine-color-gray-0);
  }

      [data-mantine-color-scheme='dark'] .m_f6645d97:active:where(:not([data-disabled], :disabled)), [data-mantine-color-scheme='dark'] .m_2351eeb0:active:where(:not([data-disabled], :disabled)) {
        background-color: var(--mantine-color-dark-5);
  }
}

.m_f6645d97:where(:disabled, [data-disabled]), .m_2351eeb0:where(:disabled, [data-disabled]) {
    opacity: 0.2;
    cursor: not-allowed;
  }

.m_2351eeb0 {
  width: var(--dch-control-size);
}

.m_f6645d97 {
  flex: 1;
  font-size: var(--dch-fz, var(--mantine-font-size-sm));
  font-weight: 500;
  text-transform: capitalize;
}

.m_367dc749 {
  width: 60%;
  height: 60%;
}

.m_367dc749:where([data-direction='next']) {
    transform: rotate(270deg);
  }

:where([dir="rtl"]) .m_367dc749:where([data-direction='next']) {
      transform: rotate(90deg);
}

.m_367dc749:where([data-direction='previous']) {
    transform: rotate(90deg);
  }

:where([dir="rtl"]) .m_367dc749:where([data-direction='previous']) {
      transform: rotate(270deg);
}

.m_30b26e33 {
  display: flex;
  gap: var(--mantine-spacing-md);
}

.m_6fa5e2aa {
  cursor: pointer;
  line-height: unset;
}

  .m_6fa5e2aa:where([data-read-only]) {
    cursor: default;
  }

.m_208d2562 {
  display: flex;
  align-items: stretch;
  margin-top: var(--mantine-spacing-md);
}

.m_62ee059 {
  flex: 1;
  margin-inline-end: var(--mantine-spacing-md);
}

/* Avatar Variants Definitions */
.collapsible-title {
  margin-bottom: 0;
  font-size: 1.09375rem;
  flex: 1;
}
/* Avatar Variants Definitions */
.editor-menu {
  background-color: rgba(31, 45, 61, 0.03);
  border-bottom: 1px solid rgba(31, 45, 61, 0.125);
  flex: 0 0 auto;
  border-width: 0 0 1px 0;
  background-color: #F8F9FA;
}
.editor-menu .editor-group {
  margin: 0.25em 0.25em;
}
.editor-menu .editor-menu-dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: transparent;
  border: none;
}
.editor-menu .editor-menu-button {
  border: none;
}

.editor-wrapper {
  font-family: inherit;
  font-size: inherit;
  flex: 1 1 auto;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}

.editor-body {
  flex: 1 1 auto;
  color: #212529;
  background: #FFF;
  padding: 0 1em;
  height: auto;
  overflow: scroll;
  word-break: break-all;
  min-height: 150px;
  max-height: 45vh;
}
.editor-body div:focus {
  outline: none;
}
.editor-body div.focus-visible {
  outline: none;
}
.editor-body div:focus-visible {
  outline: none;
}
.editor-body .rdw-center-aligned-block * {
  text-align: center !important;
}
.editor-body .public-DraftStyleDefault-ltr {
  text-align: inherit !important;
}
.editor-body table {
  border-collapse: collapse;
}

ul {
  list-style-type: disc;
  padding-left: 40px;
}

.editor-view {
  color: green;
}

.groovy-view {
  display: none;
}

.ProseMirror .node-wrapper {
  background-color: lightgray !important;
  padding: 10px;
  border-radius: 0.5rem;
  margin: 0.5rem;
}
.ProseMirror .node-wrapper-controller {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
  background-color: lightgray !important;
  font-size: 0.875rem;
  grid-gap: 0.25rem;
  gap: 0.25rem;
}
.ProseMirror .node-wrapper-controller-input {
  flex: 1 1 0;
  width: 0;
}
.ProseMirror .node-wrapper-content {
  background-color: white !important;
  border-radius: 0.5rem;
  min-height: 3rem;
  padding: 0.1rem;
}
.ProseMirror .data-field,
.ProseMirror .data-source {
  border-radius: 0.25rem;
  padding: 0.25rem;
  border: 1px solid;
}
.ProseMirror table {
  width: 100%;
}
.ProseMirror table tbody > div {
  display: contents;
}
.ProseMirror table div.react-renderer {
  display: contents;
}
.ProseMirror table tr,
.ProseMirror table td,
.ProseMirror table th {
  color: inherit;
  background: inherit;
  font-size: inherit;
}
.ProseMirror table td,
.ProseMirror table th {
  border: 1px solid #BBBBBB;
}
.ProseMirror .special-input {
  border: 1px solid black;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.ProseMirror .special-input-dropdown {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.ProseMirror p {
  margin: 0;
}

.bubble-menu {
  border: 1px solid black;
  border-radius: 0.25rem;
  background: white;
  padding: 0.25rem;
  opacity: 0.8;
}
.bubble-menu input[type=number] {
  width: 3rem;
}

.page-break {
  width: 100%;
  height: 1rem;
  background-color: darkgray;
  text-align: center;
  color: white;
  vertical-align: middle;
  line-height: 1;
}

.page-count {
  background-color: darkgray;
  text-align: center;
  color: white;
  display: inline;
}

.page-number {
  background-color: darkgray;
  text-align: center;
  color: white;
  display: inline;
}

.editor-body a {
  color: #1EB7FF;
  border-bottom: 1px solid #1EB7FF;
}
.editor-body span[data-variable-mention] {
  color: #1EB7FF;
  font-weight: bold;
}
/* Avatar Variants Definitions */
.ph--large {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background-color: #CED4DA;
  margin-bottom: 5px;
}
.ph--large > i {
  color: #fff;
}

.ph--small {
  display: inline-block;
  background-color: #CED4DA;
  padding: 7px 5px;
  border-radius: 7px;
}
.ph--small > i {
  color: #fff;
}
@charset "UTF-8";
/* Avatar Variants Definitions */
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@-webkit-keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  -webkit-animation: Toastify__trackProgress linear 1 forwards;
          animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
@-webkit-keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  -webkit-animation-name: Toastify__bounceInLeft;
          animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  -webkit-animation-name: Toastify__bounceInRight;
          animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  -webkit-animation-name: Toastify__bounceInDown;
          animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  -webkit-animation-name: Toastify__bounceInUp;
          animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  -webkit-animation-name: Toastify__bounceOutLeft;
          animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  -webkit-animation-name: Toastify__bounceOutRight;
          animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  -webkit-animation-name: Toastify__bounceOutUp;
          animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  -webkit-animation-name: Toastify__bounceOutDown;
          animation-name: Toastify__bounceOutDown;
}

@-webkit-keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  -webkit-animation-name: Toastify__zoomIn;
          animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  -webkit-animation-name: Toastify__zoomOut;
          animation-name: Toastify__zoomOut;
}

@-webkit-keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  -webkit-animation-name: Toastify__flipIn;
          animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  -webkit-animation-name: Toastify__flipOut;
          animation-name: Toastify__flipOut;
}

@-webkit-keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@-webkit-keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  -webkit-animation-name: Toastify__slideInLeft;
          animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  -webkit-animation-name: Toastify__slideInRight;
          animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  -webkit-animation-name: Toastify__slideInDown;
          animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  -webkit-animation-name: Toastify__slideInUp;
          animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  -webkit-animation-name: Toastify__slideOutLeft;
          animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  -webkit-animation-name: Toastify__slideOutRight;
          animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  -webkit-animation-name: Toastify__slideOutUp;
          animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  -webkit-animation-name: Toastify__slideOutDown;
          animation-name: Toastify__slideOutDown;
}

/* Avatar Variants Definitions */
.Toastify__toast {
  background-color: #FFF;
  padding: 20px;
  border-radius: 3px;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  font-family: inherit;
}

.Toastify__toast p {
  color: #212529;
}

.Toastify__toast h6 {
  color: #1F2D3D;
  font-weight: 500;
}

.Toastify__toast--success .fa-check {
  color: #1BB934;
}

.Toastify__toast--success .fa-check-circle {
  color: #1BB934 !important;
}

.Toastify__toast--success {
  border-left: 3px solid #1BB934;
}

.Toastify__close-button--success {
  color: #ADB5BD;
}

.Toastify__toast--info .fa-info {
  color: #1EB7FF;
}

.Toastify__toast--info {
  background-color: #FFF;
  border-left: 3px solid #1EB7FF;
}

.Toastify__close-button--info {
  color: #ADB5BD;
}

.Toastify__toast--warning .fa-exclamation {
  color: #feba21;
}

.Toastify__toast--warning {
  background-color: #FFF;
  border-left: 3px solid #feba21;
}

.Toastify__close-button--warning {
  color: #ADB5BD;
}

.Toastify__toast--error .fa-close {
  color: #ED1C24;
}

.Toastify__toast--error {
  background-color: #FFF;
  border-left: 3px solid #ED1C24;
}

.Toastify__close-button--error {
  color: #ADB5BD;
}

.Toastify__toast--default .fa-exclamation {
  color: #3F4651;
}

.Toastify__toast--default {
  background-color: #FFF;
  border-left: 3px solid #868E96;
}

.Toastify__close-button--default {
  color: #ADB5BD;
}

.Toastify__toast-body {
  color: #1F2D3D;
}

.toastContainer .Toastify__progress-bar--success {
  background-color: #1BB934;
}

.toastContainer .Toastify__progress-bar--error {
  background-color: #ED1C24;
}

.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%;
}
.ReactCrop:focus {
  outline: none;
}
.ReactCrop--disabled, .ReactCrop--locked {
  cursor: inherit;
}
.ReactCrop__image {
  display: block;
  max-width: 100%;
  touch-action: none;
}
.ReactCrop__crop-selection {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  cursor: move;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
  touch-action: none;
  border: 1px solid;
  border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
  border-image-slice: 1;
  border-image-repeat: repeat;
}
.ReactCrop--disabled .ReactCrop__crop-selection {
  cursor: inherit;
}
.ReactCrop--circular-crop .ReactCrop__crop-selection {
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5);
}
.ReactCrop--invisible-crop .ReactCrop__crop-selection {
  display: none;
}
.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after, .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}
.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after {
  width: 1px;
  height: 100%;
}
.ReactCrop__rule-of-thirds-vt::before {
  left: 33.3333%;
  left: calc(100% / 3);
}
.ReactCrop__rule-of-thirds-vt::after {
  left: 66.6666%;
  left: calc(100% / 3 * 2);
}
.ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  width: 100%;
  height: 1px;
}
.ReactCrop__rule-of-thirds-hz::before {
  top: 33.3333%;
  top: calc(100% / 3);
}
.ReactCrop__rule-of-thirds-hz::after {
  top: 66.6666%;
  top: calc(100% / 3 * 2);
}
.ReactCrop__drag-handle {
  position: absolute;
}
.ReactCrop__drag-handle::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  outline: 1px solid transparent;
}
.ReactCrop .ord-nw {
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: nw-resize;
}
.ReactCrop .ord-nw::after {
  top: 0;
  left: 0;
}
.ReactCrop .ord-n {
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: n-resize;
}
.ReactCrop .ord-n::after {
  top: 0;
}
.ReactCrop .ord-ne {
  top: 0;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: ne-resize;
}
.ReactCrop .ord-ne::after {
  top: 0;
  right: 0;
}
.ReactCrop .ord-e {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: e-resize;
}
.ReactCrop .ord-e::after {
  right: 0;
}
.ReactCrop .ord-se {
  bottom: 0;
  right: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  cursor: se-resize;
}
.ReactCrop .ord-se::after {
  bottom: 0;
  right: 0;
}
.ReactCrop .ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}
.ReactCrop .ord-s::after {
  bottom: 0;
}
.ReactCrop .ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}
.ReactCrop .ord-sw::after {
  bottom: 0;
  left: 0;
}
.ReactCrop .ord-w {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: w-resize;
}
.ReactCrop .ord-w::after {
  left: 0;
}
.ReactCrop__disabled .ReactCrop__drag-handle {
  cursor: inherit;
}
.ReactCrop__drag-bar {
  position: absolute;
}
.ReactCrop__drag-bar.ord-n {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
}
.ReactCrop__drag-bar.ord-e {
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin-right: -3px;
}
.ReactCrop__drag-bar.ord-s {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-bottom: -3px;
}
.ReactCrop__drag-bar.ord-w {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px;
}
.ReactCrop--new-crop .ReactCrop__drag-bar, .ReactCrop--new-crop .ReactCrop__drag-handle, .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
  display: none;
}
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
  display: none;
}
@media (pointer: coarse) {
  .ReactCrop .ord-n,
.ReactCrop .ord-e,
.ReactCrop .ord-s,
.ReactCrop .ord-w {
    display: none;
  }
  .ReactCrop__drag-handle {
    width: 24px;
    height: 24px;
  }
}

/* React Toggle Overrides */
.react-toggle-track .fa {
  font-size: 12px;
}

.react-toggle-track {
  background-color: #ADB5BD !important;
}

.react-toggle-thumb {
  border: 1px solid #ADB5BD !important;
}

.react-toggle--checked .react-toggle-track {
  background-color: #1BB934 !important;
}

/*.react-toggle--checked .react-toggle-track {
  background-color: $success !important;
}
*/
/* Avatar Variants Definitions */
.react-select__single-value {
  color: #5D636D !important;
}

.react-select__placeholder {
  color: #777f8b !important;
}

/* React Bootstrap Typeahead Overrides */
.rbt-token {
  background-color: #1EB7FF !important;
  color: #FFF !important;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #cccccc !important;
}

/* React Datepicker Overrides */
.react-datepicker {
  border: solid 1px #CED4DA !important;
  font-family: inherit !important;
  box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.15);
  z-index: 4;
}

.react-datepicker__header {
  background-color: #E9ECEF !important;
  border-bottom: solid 0px #CED4DA !important;
}

.react-datepicker__navigation--next {
  border-left-color: #ADB5BD !important;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #868E96 !important;
}

.react-datepicker__navigation--previous {
  border-right-color: #ADB5BD !important;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #868E96 !important;
}

.react-datepicker__current-month {
  color: #1F2D3D !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.react-datepicker__day-name {
  color: #212529 !important;
}

.react-datepicker__day--selected {
  color: #FFF !important;
  background-color: #1EB7FF !important;
}

.react-datepicker__day:hover {
  background-color: #1EB7FF !important;
  color: #FFF !important;
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #6bcfff !important;
  color: #FFF !important;
}

.react-datepicker__day--in-range {
  background-color: #98deff !important;
  color: #FFF !important;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: #1EB7FF !important;
  color: #FFF !important;
}

[data-placement^=bottom] .react-datepicker__triangle {
  border-bottom-color: #E9ECEF !important;
}

[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #CED4DA !important;
}

[data-placement^=top] .react-datepicker__triangle {
  border-top-color: #CED4DA !important;
}

[data-placement^=top] .react-datepicker__triangle::before {
  border-top-color: #CED4DA !important;
}

.react-datepicker button {
  position: absolute !important;
}

.react-datepicker-popper {
  z-index: 1050 !important;
}

.pro-date-picker,
.pro-date-picker > div.react-datepicker-wrapper,
.pro-date-picker > div > div.react-datepicker__input-container .pro-date-picker > div > div.react-datepicker__input-container input {
  width: 100%;
}

.pro-date-picker > div.input-group-append {
  margin-left: -38px !important;
}

div.react-datepicker__input-time-container > div.react-datepicker-time__input-container > div > input {
  width: 95px !important;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/* React Big Calendar Overrides */
.rbc-month-view {
  border: 1px solid #DEE2E6 !important;
}

.rbc-off-range-bg {
  background: #F8F9FA !important;
}

.rbc-header {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.rbc-off-range {
  color: #CED4DA !important;
}

.rbc-event {
  background: #1EB7FF !important;
}

.rbc-day-slot .rbc-event {
  border: 1px solid #008ed1 !important;
}

.rbc-show-more {
  font-weight: normal !important;
}

.rbc-today {
  background-color: #eaf8ff !important;
}

.rbc-date-cell.rbc-now {
  color: #1F2D3D !important;
  font-weight: normal !important;
}

.rbc-toolbar-label {
  color: #1F2D3D !important;
}

.rbc-toolbar button {
  color: #212529 !important;
  font-size: 14px !important;
  border: 1px solid #DEE2E6 !important;
}

.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  color: #1F2D3D !important;
  box-shadow: none !important;
  background-color: #DEE2E6 !important;
  border-color: #DEE2E6 !important;
}

.rbc-toolbar button:hover {
  background-color: #edeff1 !important;
}

.rbc-header {
  border-bottom: 1px solid #DEE2E6 !important;
}

.rbc-header + .rbc-header {
  border-left: 1px solid #DEE2E6 !important;
}

.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DEE2E6 !important;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/* React Grid Layout Overrides */
/* Avatar Variants Definitions */
.react-grid-layout {
  margin: 0 -15px;
}
.react-grid-layout .react-grid-item.react-grid-placeholder {
  background: none;
  z-index: 2;
  transition-duration: 100ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  opacity: 0.7;
}
.react-grid-layout .react-grid-item.react-grid-placeholder:after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  content: " ";
  background: rgba(30, 183, 255, 0.3);
  border-radius: 4px;
  border: 2px dashed #1EB7FF;
  height: calc(100% - 15px);
  width: calc(100% - 30px);
}

.float-column {
  display: flex;
  flex-direction: column;
}
.float-column > .card {
  flex: 1 1 auto;
  margin-bottom: 15px;
}
.float-column > .card + .react-resizable-handle {
  bottom: 15px;
  right: 15px;
}
.float-column > .card > .card-header {
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*
  &:before {
      position: absolute;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f142";
      top: 50%;
      left: 1rem;
      transform: translateY(-50%);
      color: $text-muted;
  }
  */
}

.float-column [class^=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}
.float-column--size-lg .col-md-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/* Avatar Variants Definitions */
.dropzone {
  border: 2px dashed #DEE2E6;
  padding: 20px;
  text-align: center;
}
.dropzone--enabled:hover, .dropzone--active {
  cursor: pointer;
  border-color: #1EB7FF;
  background-color: rgba(30, 183, 255, 0.1);
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

/*@import "~react-bootstrap-table-next/dist/react-bootstrap-table2.min.css";*/
/* Avatar Variants Definitions */
.react-bootstrap-table th.sortable {
  white-space: nowrap;
}

.react-bootstrap-table th,
.react-bootstrap-table td {
  vertical-align: middle !important;
}

.react-bootstrap-table .table:not(.table-bordered) tbody tr:last-child td {
  border-bottom: 1px solid #E9ECEF;
}

.react-bootstrap-table-pagination {
  padding: 0 0.75rem;
}

.react-bootstrap-table-pagination-list .pagination {
  justify-content: flex-end;
}

/* Avatar Variants Definitions */
.sidebar--animations-enabled {
  /*
  &.sidebar--slim.sidebar--collapsed {
      // Slim Submenus
      .sidebar-menu__entry > .sidebar-submenu {
          display: block !important;
          opacity: 0;
          transform: translateY(-40px) scale(0.8);
          transition: opacity 200ms ease-in-out,
                      transform 200ms cubic-bezier(0.645, 0.045, 0.465, 1.305);
          transition-delay: 200ms;
      }

      .sidebar-menu__entry:hover > .sidebar-submenu {
          opacity: 1;
          transform: translateY(0) scale(1);
      }
  }
  */
}
.sidebar--animations-enabled.sidebar--animate-slim--progress .active > a {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #1EB7FF !important;
}
.sidebar--animations-enabled.sidebar--animate-slim--progress .sidebar-menu__entry__link::after,
.sidebar--animations-enabled.sidebar--animate-slim--progress .sidebar-submenu__entry__link::after {
  opacity: 0;
}
.sidebar--animations-enabled.sidebar--animate-slim--progress .sidebar-menu .badge {
  opacity: 0;
}
.sidebar--animations-enabled.sidebar--animate-entry-complete .sidebar__section {
  opacity: 1;
}
.sidebar--animations-enabled .sidebar__section {
  opacity: 0;
}
.sidebar--animations-enabled .sidebar-menu__entry__link::after {
  transition: opacity 200ms ease-in;
}
.sidebar--animations-enabled .sidebar-menu__entry.active .sidebar-menu__entry__link {
  transition: background-color 200ms ease-in-out box-shadow 200ms ease-in-out;
}
.sidebar--animations-enabled .sidbear-menu .badge {
  transition: opacity 200ms ease-in-out;
}

/* Avatar Variants Definitions */
/* Variant Generator */
/* Avatar Base */
.avatar {
  position: relative;
  display: inline-block;
}
.avatar__content {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.avatar__badge {
  position: absolute;
  display: block;
  transform: translate(50%, -50%);
  z-index: 1;
}
.avatar__icon {
  position: absolute;
  display: block;
  transform: translate(50%, 50%);
  z-index: 1;
}
.avatar__icon--stack > .fa {
  display: block;
}
.avatar__icon--stack > .fa ~ .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.avatar-font {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.avatar-font__text {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 600;
}

.avatar-font--sm .avatar-font__text {
  font-size: 10px;
}

.avatar-font--lg .avatar-font__text {
  font-size: 24px;
}

.avatar-image {
  display: inline-block;
  position: relative;
}
.avatar-image__image {
  position: relative;
  visibility: hidden;
  z-index: 0;
}
.avatar-image__image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.avatar-image__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.avatar-image--loaded .avatar-image__image {
  visibility: visible;
}

.avatar--sm {
  width: 20px;
  height: 20px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) {
  right: 1px;
  bottom: 3px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) > *:first-child {
  font-size: 14px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) > * ~ * {
  font-size: 9.8px;
}
.avatar--sm .avatar__icon:not(.avatar__icon--nested) > * ~ *.avatar__icon--small {
  font-size: 5.46px;
}
.avatar--sm .avatar__icon.avatar__icon--nested {
  right: -2px;
  bottom: 3px;
}
.avatar--sm .avatar__icon.avatar__icon--nested > *:first-child {
  font-size: 25px;
}
.avatar--sm .avatar__icon.avatar__icon--nested > * ~ * {
  font-size: 19.5px;
}
.avatar--sm .avatar__icon.avatar__icon--nested > * ~ *.avatar__icon__inner {
  font-size: 9.75px;
}
.avatar--sm .avatar__badge {
  right: 1px;
  top: 1px;
}
.avatar--sm .avatar__badge .badge,
.avatar--sm .avatar__badge .label {
  font-size: 9px;
}

.avatar--md {
  width: 30px;
  height: 30px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) {
  right: -1px;
  bottom: 5px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) > *:first-child {
  font-size: 15px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) > * ~ * {
  font-size: 10.5px;
}
.avatar--md .avatar__icon:not(.avatar__icon--nested) > * ~ *.avatar__icon--small {
  font-size: 5.4px;
}
.avatar--md .avatar__icon.avatar__icon--nested {
  right: 1px;
  bottom: 5px;
}
.avatar--md .avatar__icon.avatar__icon--nested > *:first-child {
  font-size: 25px;
}
.avatar--md .avatar__icon.avatar__icon--nested > * ~ * {
  font-size: 19.5px;
}
.avatar--md .avatar__icon.avatar__icon--nested > * ~ *.avatar__icon__inner {
  font-size: 9px;
}
.avatar--md .avatar__badge {
  right: 2px;
  top: 3px;
}

.avatar--lg {
  width: 60px;
  height: 60px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) {
  right: 10px;
  bottom: 8px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) > *:first-child {
  font-size: 15px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) > * ~ * {
  font-size: 10.5px;
}
.avatar--lg .avatar__icon:not(.avatar__icon--nested) > * ~ *.avatar__icon--small {
  font-size: 5.4px;
}
.avatar--lg .avatar__icon.avatar__icon--nested {
  right: 10px;
  bottom: 8px;
}
.avatar--lg .avatar__icon.avatar__icon--nested > *:first-child {
  font-size: 25px;
}
.avatar--lg .avatar__icon.avatar__icon--nested > * ~ * {
  font-size: 19.5px;
}
.avatar--lg .avatar__icon.avatar__icon--nested > * ~ *.avatar__icon__inner {
  font-size: 9px;
}
.avatar--lg .avatar__badge {
  right: 10px;
  top: 5px;
}

/* Avatar Variants Definitions */
.custom-card--border-dash.custom-card--color-100, .custom-card--border-dot.custom-card--color-100, .custom-card--border.custom-card--color-100 {
  border-color: #F8F9FA;
}
.custom-card--border-dash.custom-card--color-200, .custom-card--border-dot.custom-card--color-200, .custom-card--border.custom-card--color-200 {
  border-color: #E9ECEF;
}
.custom-card--border-dash.custom-card--color-300, .custom-card--border-dot.custom-card--color-300, .custom-card--border.custom-card--color-300 {
  border-color: #DEE2E6;
}
.custom-card--border-dash.custom-card--color-400, .custom-card--border-dot.custom-card--color-400, .custom-card--border.custom-card--color-400 {
  border-color: #CED4DA;
}
.custom-card--border-dash.custom-card--color-500, .custom-card--border-dot.custom-card--color-500, .custom-card--border.custom-card--color-500 {
  border-color: #ADB5BD;
}
.custom-card--border-dash.custom-card--color-600, .custom-card--border-dot.custom-card--color-600, .custom-card--border.custom-card--color-600 {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-700, .custom-card--border-dot.custom-card--color-700, .custom-card--border.custom-card--color-700 {
  border-color: #5D636D;
}
.custom-card--border-dash.custom-card--color-800, .custom-card--border-dot.custom-card--color-800, .custom-card--border.custom-card--color-800 {
  border-color: #3F4651;
}
.custom-card--border-dash.custom-card--color-900, .custom-card--border-dot.custom-card--color-900, .custom-card--border.custom-card--color-900 {
  border-color: #353C48;
}
.custom-card--border-dash.custom-card--color-blue, .custom-card--border-dot.custom-card--color-blue, .custom-card--border.custom-card--color-blue {
  border-color: #1EB7FF;
}
.custom-card--border-dash.custom-card--color-indigo, .custom-card--border-dot.custom-card--color-indigo, .custom-card--border.custom-card--color-indigo {
  border-color: #6610f2;
}
.custom-card--border-dash.custom-card--color-purple, .custom-card--border-dot.custom-card--color-purple, .custom-card--border.custom-card--color-purple {
  border-color: #CA8EFF;
}
.custom-card--border-dash.custom-card--color-pink, .custom-card--border-dot.custom-card--color-pink, .custom-card--border.custom-card--color-pink {
  border-color: #e83e8c;
}
.custom-card--border-dash.custom-card--color-red, .custom-card--border-dot.custom-card--color-red, .custom-card--border.custom-card--color-red {
  border-color: #ED1C24;
}
.custom-card--border-dash.custom-card--color-orange, .custom-card--border-dot.custom-card--color-orange, .custom-card--border.custom-card--color-orange {
  border-color: #F27212;
}
.custom-card--border-dash.custom-card--color-yellow, .custom-card--border-dot.custom-card--color-yellow, .custom-card--border.custom-card--color-yellow {
  border-color: #F7BF47;
}
.custom-card--border-dash.custom-card--color-green, .custom-card--border-dot.custom-card--color-green, .custom-card--border.custom-card--color-green {
  border-color: #1BB934;
}
.custom-card--border-dash.custom-card--color-teal, .custom-card--border-dot.custom-card--color-teal, .custom-card--border.custom-card--color-teal {
  border-color: #20c997;
}
.custom-card--border-dash.custom-card--color-cyan, .custom-card--border-dot.custom-card--color-cyan, .custom-card--border.custom-card--color-cyan {
  border-color: #33AE9A;
}
.custom-card--border-dash.custom-card--color-white, .custom-card--border-dot.custom-card--color-white, .custom-card--border.custom-card--color-white {
  border-color: #FFF;
}
.custom-card--border-dash.custom-card--color-gray, .custom-card--border-dot.custom-card--color-gray, .custom-card--border.custom-card--color-gray {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-gray-dark, .custom-card--border-dot.custom-card--color-gray-dark, .custom-card--border.custom-card--color-gray-dark {
  border-color: #3F4651;
}
.custom-card--border-dash.custom-card--color-facebook, .custom-card--border-dot.custom-card--color-facebook, .custom-card--border.custom-card--color-facebook {
  border-color: #3A5E95;
}
.custom-card--border-dash.custom-card--color-twitter, .custom-card--border-dot.custom-card--color-twitter, .custom-card--border.custom-card--color-twitter {
  border-color: #60ADDB;
}
.custom-card--border-dash.custom-card--color-lastfm, .custom-card--border-dot.custom-card--color-lastfm, .custom-card--border.custom-card--color-lastfm {
  border-color: #E01132;
}
.custom-card--border-dash.custom-card--color-pinterest, .custom-card--border-dot.custom-card--color-pinterest, .custom-card--border.custom-card--color-pinterest {
  border-color: #BD0520;
}
.custom-card--border-dash.custom-card--color-linkedin, .custom-card--border-dot.custom-card--color-linkedin, .custom-card--border.custom-card--color-linkedin {
  border-color: #057CB2;
}
.custom-card--border-dash.custom-card--color-medium, .custom-card--border-dot.custom-card--color-medium, .custom-card--border.custom-card--color-medium {
  border-color: #5cb85c;
}
.custom-card--border-dash.custom-card--color-skype, .custom-card--border-dot.custom-card--color-skype, .custom-card--border.custom-card--color-skype {
  border-color: #0AB2EF;
}
.custom-card--border-dash.custom-card--color-foursquare, .custom-card--border-dot.custom-card--color-foursquare, .custom-card--border.custom-card--color-foursquare {
  border-color: #F84978;
}
.custom-card--border-dash.custom-card--color-android, .custom-card--border-dot.custom-card--color-android, .custom-card--border.custom-card--color-android {
  border-color: #A6C843;
}
.custom-card--border-dash.custom-card--color-spotify, .custom-card--border-dot.custom-card--color-spotify, .custom-card--border.custom-card--color-spotify {
  border-color: #2FD665;
}
.custom-card--border-dash.custom-card--color-paypal, .custom-card--border-dot.custom-card--color-paypal, .custom-card--border.custom-card--color-paypal {
  border-color: #2A9AD7;
}
.custom-card--border-dash.custom-card--color-dribble, .custom-card--border-dot.custom-card--color-dribble, .custom-card--border.custom-card--color-dribble {
  border-color: #F16898;
}
.custom-card--border-dash.custom-card--color-youtube, .custom-card--border-dot.custom-card--color-youtube, .custom-card--border.custom-card--color-youtube {
  border-color: #ED1922;
}
.custom-card--border-dash.custom-card--color-windows, .custom-card--border-dot.custom-card--color-windows, .custom-card--border.custom-card--color-windows {
  border-color: #10BFF2;
}
.custom-card--border-dash.custom-card--color-amazon, .custom-card--border-dot.custom-card--color-amazon, .custom-card--border.custom-card--color-amazon {
  border-color: #FEA320;
}
.custom-card--border-dash.custom-card--color-black-01, .custom-card--border-dot.custom-card--color-black-01, .custom-card--border.custom-card--color-black-01 {
  border-color: rgba(31, 45, 61, 0.1);
}
.custom-card--border-dash.custom-card--color-black-02, .custom-card--border-dot.custom-card--color-black-02, .custom-card--border.custom-card--color-black-02 {
  border-color: rgba(31, 45, 61, 0.2);
}
.custom-card--border-dash.custom-card--color-black-03, .custom-card--border-dot.custom-card--color-black-03, .custom-card--border.custom-card--color-black-03 {
  border-color: rgba(31, 45, 61, 0.3);
}
.custom-card--border-dash.custom-card--color-black-04, .custom-card--border-dot.custom-card--color-black-04, .custom-card--border.custom-card--color-black-04 {
  border-color: rgba(31, 45, 61, 0.4);
}
.custom-card--border-dash.custom-card--color-black-05, .custom-card--border-dot.custom-card--color-black-05, .custom-card--border.custom-card--color-black-05 {
  border-color: rgba(31, 45, 61, 0.5);
}
.custom-card--border-dash.custom-card--color-black-06, .custom-card--border-dot.custom-card--color-black-06, .custom-card--border.custom-card--color-black-06 {
  border-color: rgba(31, 45, 61, 0.6);
}
.custom-card--border-dash.custom-card--color-black-07, .custom-card--border-dot.custom-card--color-black-07, .custom-card--border.custom-card--color-black-07 {
  border-color: rgba(31, 45, 61, 0.7);
}
.custom-card--border-dash.custom-card--color-black-08, .custom-card--border-dot.custom-card--color-black-08, .custom-card--border.custom-card--color-black-08 {
  border-color: rgba(31, 45, 61, 0.8);
}
.custom-card--border-dash.custom-card--color-black-09, .custom-card--border-dot.custom-card--color-black-09, .custom-card--border.custom-card--color-black-09 {
  border-color: rgba(31, 45, 61, 0.9);
}
.custom-card--border-dash.custom-card--color-white-01, .custom-card--border-dot.custom-card--color-white-01, .custom-card--border.custom-card--color-white-01 {
  border-color: rgba(255, 255, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-white-02, .custom-card--border-dot.custom-card--color-white-02, .custom-card--border.custom-card--color-white-02 {
  border-color: rgba(255, 255, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-white-03, .custom-card--border-dot.custom-card--color-white-03, .custom-card--border.custom-card--color-white-03 {
  border-color: rgba(255, 255, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-white-04, .custom-card--border-dot.custom-card--color-white-04, .custom-card--border.custom-card--color-white-04 {
  border-color: rgba(255, 255, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-white-05, .custom-card--border-dot.custom-card--color-white-05, .custom-card--border.custom-card--color-white-05 {
  border-color: rgba(255, 255, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-white-06, .custom-card--border-dot.custom-card--color-white-06, .custom-card--border.custom-card--color-white-06 {
  border-color: rgba(255, 255, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-white-07, .custom-card--border-dot.custom-card--color-white-07, .custom-card--border.custom-card--color-white-07 {
  border-color: rgba(255, 255, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-white-08, .custom-card--border-dot.custom-card--color-white-08, .custom-card--border.custom-card--color-white-08 {
  border-color: rgba(255, 255, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-white-09, .custom-card--border-dot.custom-card--color-white-09, .custom-card--border.custom-card--color-white-09 {
  border-color: rgba(255, 255, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-primary-01, .custom-card--border-dot.custom-card--color-primary-01, .custom-card--border.custom-card--color-primary-01 {
  border-color: rgba(30, 183, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-primary-02, .custom-card--border-dot.custom-card--color-primary-02, .custom-card--border.custom-card--color-primary-02 {
  border-color: rgba(30, 183, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-primary-03, .custom-card--border-dot.custom-card--color-primary-03, .custom-card--border.custom-card--color-primary-03 {
  border-color: rgba(30, 183, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-primary-04, .custom-card--border-dot.custom-card--color-primary-04, .custom-card--border.custom-card--color-primary-04 {
  border-color: rgba(30, 183, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-primary-05, .custom-card--border-dot.custom-card--color-primary-05, .custom-card--border.custom-card--color-primary-05 {
  border-color: rgba(30, 183, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-primary-06, .custom-card--border-dot.custom-card--color-primary-06, .custom-card--border.custom-card--color-primary-06 {
  border-color: rgba(30, 183, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-primary-07, .custom-card--border-dot.custom-card--color-primary-07, .custom-card--border.custom-card--color-primary-07 {
  border-color: rgba(30, 183, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-primary-08, .custom-card--border-dot.custom-card--color-primary-08, .custom-card--border.custom-card--color-primary-08 {
  border-color: rgba(30, 183, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-primary-09, .custom-card--border-dot.custom-card--color-primary-09, .custom-card--border.custom-card--color-primary-09 {
  border-color: rgba(30, 183, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-info-01, .custom-card--border-dot.custom-card--color-info-01, .custom-card--border.custom-card--color-info-01 {
  border-color: rgba(51, 174, 154, 0.1);
}
.custom-card--border-dash.custom-card--color-info-02, .custom-card--border-dot.custom-card--color-info-02, .custom-card--border.custom-card--color-info-02 {
  border-color: rgba(51, 174, 154, 0.2);
}
.custom-card--border-dash.custom-card--color-info-03, .custom-card--border-dot.custom-card--color-info-03, .custom-card--border.custom-card--color-info-03 {
  border-color: rgba(51, 174, 154, 0.3);
}
.custom-card--border-dash.custom-card--color-info-04, .custom-card--border-dot.custom-card--color-info-04, .custom-card--border.custom-card--color-info-04 {
  border-color: rgba(51, 174, 154, 0.4);
}
.custom-card--border-dash.custom-card--color-info-05, .custom-card--border-dot.custom-card--color-info-05, .custom-card--border.custom-card--color-info-05 {
  border-color: rgba(51, 174, 154, 0.5);
}
.custom-card--border-dash.custom-card--color-info-06, .custom-card--border-dot.custom-card--color-info-06, .custom-card--border.custom-card--color-info-06 {
  border-color: rgba(51, 174, 154, 0.6);
}
.custom-card--border-dash.custom-card--color-info-07, .custom-card--border-dot.custom-card--color-info-07, .custom-card--border.custom-card--color-info-07 {
  border-color: rgba(51, 174, 154, 0.7);
}
.custom-card--border-dash.custom-card--color-info-08, .custom-card--border-dot.custom-card--color-info-08, .custom-card--border.custom-card--color-info-08 {
  border-color: rgba(51, 174, 154, 0.8);
}
.custom-card--border-dash.custom-card--color-info-09, .custom-card--border-dot.custom-card--color-info-09, .custom-card--border.custom-card--color-info-09 {
  border-color: rgba(51, 174, 154, 0.9);
}
.custom-card--border-dash.custom-card--color-success-01, .custom-card--border-dot.custom-card--color-success-01, .custom-card--border.custom-card--color-success-01 {
  border-color: rgba(27, 185, 52, 0.1);
}
.custom-card--border-dash.custom-card--color-success-02, .custom-card--border-dot.custom-card--color-success-02, .custom-card--border.custom-card--color-success-02 {
  border-color: rgba(27, 185, 52, 0.2);
}
.custom-card--border-dash.custom-card--color-success-03, .custom-card--border-dot.custom-card--color-success-03, .custom-card--border.custom-card--color-success-03 {
  border-color: rgba(27, 185, 52, 0.3);
}
.custom-card--border-dash.custom-card--color-success-04, .custom-card--border-dot.custom-card--color-success-04, .custom-card--border.custom-card--color-success-04 {
  border-color: rgba(27, 185, 52, 0.4);
}
.custom-card--border-dash.custom-card--color-success-05, .custom-card--border-dot.custom-card--color-success-05, .custom-card--border.custom-card--color-success-05 {
  border-color: rgba(27, 185, 52, 0.5);
}
.custom-card--border-dash.custom-card--color-success-06, .custom-card--border-dot.custom-card--color-success-06, .custom-card--border.custom-card--color-success-06 {
  border-color: rgba(27, 185, 52, 0.6);
}
.custom-card--border-dash.custom-card--color-success-07, .custom-card--border-dot.custom-card--color-success-07, .custom-card--border.custom-card--color-success-07 {
  border-color: rgba(27, 185, 52, 0.7);
}
.custom-card--border-dash.custom-card--color-success-08, .custom-card--border-dot.custom-card--color-success-08, .custom-card--border.custom-card--color-success-08 {
  border-color: rgba(27, 185, 52, 0.8);
}
.custom-card--border-dash.custom-card--color-success-09, .custom-card--border-dot.custom-card--color-success-09, .custom-card--border.custom-card--color-success-09 {
  border-color: rgba(27, 185, 52, 0.9);
}
.custom-card--border-dash.custom-card--color-warning-01, .custom-card--border-dot.custom-card--color-warning-01, .custom-card--border.custom-card--color-warning-01 {
  border-color: rgba(242, 114, 18, 0.1);
}
.custom-card--border-dash.custom-card--color-warning-02, .custom-card--border-dot.custom-card--color-warning-02, .custom-card--border.custom-card--color-warning-02 {
  border-color: rgba(242, 114, 18, 0.2);
}
.custom-card--border-dash.custom-card--color-warning-03, .custom-card--border-dot.custom-card--color-warning-03, .custom-card--border.custom-card--color-warning-03 {
  border-color: rgba(242, 114, 18, 0.3);
}
.custom-card--border-dash.custom-card--color-warning-04, .custom-card--border-dot.custom-card--color-warning-04, .custom-card--border.custom-card--color-warning-04 {
  border-color: rgba(242, 114, 18, 0.4);
}
.custom-card--border-dash.custom-card--color-warning-05, .custom-card--border-dot.custom-card--color-warning-05, .custom-card--border.custom-card--color-warning-05 {
  border-color: rgba(242, 114, 18, 0.5);
}
.custom-card--border-dash.custom-card--color-warning-06, .custom-card--border-dot.custom-card--color-warning-06, .custom-card--border.custom-card--color-warning-06 {
  border-color: rgba(242, 114, 18, 0.6);
}
.custom-card--border-dash.custom-card--color-warning-07, .custom-card--border-dot.custom-card--color-warning-07, .custom-card--border.custom-card--color-warning-07 {
  border-color: rgba(242, 114, 18, 0.7);
}
.custom-card--border-dash.custom-card--color-warning-08, .custom-card--border-dot.custom-card--color-warning-08, .custom-card--border.custom-card--color-warning-08 {
  border-color: rgba(242, 114, 18, 0.8);
}
.custom-card--border-dash.custom-card--color-warning-09, .custom-card--border-dot.custom-card--color-warning-09, .custom-card--border.custom-card--color-warning-09 {
  border-color: rgba(242, 114, 18, 0.9);
}
.custom-card--border-dash.custom-card--color-danger-01, .custom-card--border-dot.custom-card--color-danger-01, .custom-card--border.custom-card--color-danger-01 {
  border-color: rgba(237, 28, 36, 0.1);
}
.custom-card--border-dash.custom-card--color-danger-02, .custom-card--border-dot.custom-card--color-danger-02, .custom-card--border.custom-card--color-danger-02 {
  border-color: rgba(237, 28, 36, 0.2);
}
.custom-card--border-dash.custom-card--color-danger-03, .custom-card--border-dot.custom-card--color-danger-03, .custom-card--border.custom-card--color-danger-03 {
  border-color: rgba(237, 28, 36, 0.3);
}
.custom-card--border-dash.custom-card--color-danger-04, .custom-card--border-dot.custom-card--color-danger-04, .custom-card--border.custom-card--color-danger-04 {
  border-color: rgba(237, 28, 36, 0.4);
}
.custom-card--border-dash.custom-card--color-danger-05, .custom-card--border-dot.custom-card--color-danger-05, .custom-card--border.custom-card--color-danger-05 {
  border-color: rgba(237, 28, 36, 0.5);
}
.custom-card--border-dash.custom-card--color-danger-06, .custom-card--border-dot.custom-card--color-danger-06, .custom-card--border.custom-card--color-danger-06 {
  border-color: rgba(237, 28, 36, 0.6);
}
.custom-card--border-dash.custom-card--color-danger-07, .custom-card--border-dot.custom-card--color-danger-07, .custom-card--border.custom-card--color-danger-07 {
  border-color: rgba(237, 28, 36, 0.7);
}
.custom-card--border-dash.custom-card--color-danger-08, .custom-card--border-dot.custom-card--color-danger-08, .custom-card--border.custom-card--color-danger-08 {
  border-color: rgba(237, 28, 36, 0.8);
}
.custom-card--border-dash.custom-card--color-danger-09, .custom-card--border-dot.custom-card--color-danger-09, .custom-card--border.custom-card--color-danger-09 {
  border-color: rgba(237, 28, 36, 0.9);
}
.custom-card--border-dash.custom-card--color-yellow-01, .custom-card--border-dot.custom-card--color-yellow-01, .custom-card--border.custom-card--color-yellow-01 {
  border-color: rgba(247, 191, 71, 0.1);
}
.custom-card--border-dash.custom-card--color-yellow-02, .custom-card--border-dot.custom-card--color-yellow-02, .custom-card--border.custom-card--color-yellow-02 {
  border-color: rgba(247, 191, 71, 0.2);
}
.custom-card--border-dash.custom-card--color-yellow-03, .custom-card--border-dot.custom-card--color-yellow-03, .custom-card--border.custom-card--color-yellow-03 {
  border-color: rgba(247, 191, 71, 0.3);
}
.custom-card--border-dash.custom-card--color-yellow-04, .custom-card--border-dot.custom-card--color-yellow-04, .custom-card--border.custom-card--color-yellow-04 {
  border-color: rgba(247, 191, 71, 0.4);
}
.custom-card--border-dash.custom-card--color-yellow-05, .custom-card--border-dot.custom-card--color-yellow-05, .custom-card--border.custom-card--color-yellow-05 {
  border-color: rgba(247, 191, 71, 0.5);
}
.custom-card--border-dash.custom-card--color-yellow-06, .custom-card--border-dot.custom-card--color-yellow-06, .custom-card--border.custom-card--color-yellow-06 {
  border-color: rgba(247, 191, 71, 0.6);
}
.custom-card--border-dash.custom-card--color-yellow-07, .custom-card--border-dot.custom-card--color-yellow-07, .custom-card--border.custom-card--color-yellow-07 {
  border-color: rgba(247, 191, 71, 0.7);
}
.custom-card--border-dash.custom-card--color-yellow-08, .custom-card--border-dot.custom-card--color-yellow-08, .custom-card--border.custom-card--color-yellow-08 {
  border-color: rgba(247, 191, 71, 0.8);
}
.custom-card--border-dash.custom-card--color-yellow-09, .custom-card--border-dot.custom-card--color-yellow-09, .custom-card--border.custom-card--color-yellow-09 {
  border-color: rgba(247, 191, 71, 0.9);
}
.custom-card--border-dash.custom-card--color-secondary-01, .custom-card--border-dot.custom-card--color-secondary-01, .custom-card--border.custom-card--color-secondary-01 {
  border-color: rgba(134, 142, 150, 0.1);
}
.custom-card--border-dash.custom-card--color-secondary-02, .custom-card--border-dot.custom-card--color-secondary-02, .custom-card--border.custom-card--color-secondary-02 {
  border-color: rgba(134, 142, 150, 0.2);
}
.custom-card--border-dash.custom-card--color-secondary-03, .custom-card--border-dot.custom-card--color-secondary-03, .custom-card--border.custom-card--color-secondary-03 {
  border-color: rgba(134, 142, 150, 0.3);
}
.custom-card--border-dash.custom-card--color-secondary-04, .custom-card--border-dot.custom-card--color-secondary-04, .custom-card--border.custom-card--color-secondary-04 {
  border-color: rgba(134, 142, 150, 0.4);
}
.custom-card--border-dash.custom-card--color-secondary-05, .custom-card--border-dot.custom-card--color-secondary-05, .custom-card--border.custom-card--color-secondary-05 {
  border-color: rgba(134, 142, 150, 0.5);
}
.custom-card--border-dash.custom-card--color-secondary-06, .custom-card--border-dot.custom-card--color-secondary-06, .custom-card--border.custom-card--color-secondary-06 {
  border-color: rgba(134, 142, 150, 0.6);
}
.custom-card--border-dash.custom-card--color-secondary-07, .custom-card--border-dot.custom-card--color-secondary-07, .custom-card--border.custom-card--color-secondary-07 {
  border-color: rgba(134, 142, 150, 0.7);
}
.custom-card--border-dash.custom-card--color-secondary-08, .custom-card--border-dot.custom-card--color-secondary-08, .custom-card--border.custom-card--color-secondary-08 {
  border-color: rgba(134, 142, 150, 0.8);
}
.custom-card--border-dash.custom-card--color-secondary-09, .custom-card--border-dot.custom-card--color-secondary-09, .custom-card--border.custom-card--color-secondary-09 {
  border-color: rgba(134, 142, 150, 0.9);
}
.custom-card--border-dash.custom-card--color-dark-01, .custom-card--border-dot.custom-card--color-dark-01, .custom-card--border.custom-card--color-dark-01 {
  border-color: rgba(63, 70, 81, 0.1);
}
.custom-card--border-dash.custom-card--color-dark-02, .custom-card--border-dot.custom-card--color-dark-02, .custom-card--border.custom-card--color-dark-02 {
  border-color: rgba(63, 70, 81, 0.2);
}
.custom-card--border-dash.custom-card--color-dark-03, .custom-card--border-dot.custom-card--color-dark-03, .custom-card--border.custom-card--color-dark-03 {
  border-color: rgba(63, 70, 81, 0.3);
}
.custom-card--border-dash.custom-card--color-dark-04, .custom-card--border-dot.custom-card--color-dark-04, .custom-card--border.custom-card--color-dark-04 {
  border-color: rgba(63, 70, 81, 0.4);
}
.custom-card--border-dash.custom-card--color-dark-05, .custom-card--border-dot.custom-card--color-dark-05, .custom-card--border.custom-card--color-dark-05 {
  border-color: rgba(63, 70, 81, 0.5);
}
.custom-card--border-dash.custom-card--color-dark-06, .custom-card--border-dot.custom-card--color-dark-06, .custom-card--border.custom-card--color-dark-06 {
  border-color: rgba(63, 70, 81, 0.6);
}
.custom-card--border-dash.custom-card--color-dark-07, .custom-card--border-dot.custom-card--color-dark-07, .custom-card--border.custom-card--color-dark-07 {
  border-color: rgba(63, 70, 81, 0.7);
}
.custom-card--border-dash.custom-card--color-dark-08, .custom-card--border-dot.custom-card--color-dark-08, .custom-card--border.custom-card--color-dark-08 {
  border-color: rgba(63, 70, 81, 0.8);
}
.custom-card--border-dash.custom-card--color-dark-09, .custom-card--border-dot.custom-card--color-dark-09, .custom-card--border.custom-card--color-dark-09 {
  border-color: rgba(63, 70, 81, 0.9);
}
.custom-card--border-dash.custom-card--color-light-01, .custom-card--border-dot.custom-card--color-light-01, .custom-card--border.custom-card--color-light-01 {
  border-color: rgba(248, 249, 250, 0.1);
}
.custom-card--border-dash.custom-card--color-light-02, .custom-card--border-dot.custom-card--color-light-02, .custom-card--border.custom-card--color-light-02 {
  border-color: rgba(248, 249, 250, 0.2);
}
.custom-card--border-dash.custom-card--color-light-03, .custom-card--border-dot.custom-card--color-light-03, .custom-card--border.custom-card--color-light-03 {
  border-color: rgba(248, 249, 250, 0.3);
}
.custom-card--border-dash.custom-card--color-light-04, .custom-card--border-dot.custom-card--color-light-04, .custom-card--border.custom-card--color-light-04 {
  border-color: rgba(248, 249, 250, 0.4);
}
.custom-card--border-dash.custom-card--color-light-05, .custom-card--border-dot.custom-card--color-light-05, .custom-card--border.custom-card--color-light-05 {
  border-color: rgba(248, 249, 250, 0.5);
}
.custom-card--border-dash.custom-card--color-light-06, .custom-card--border-dot.custom-card--color-light-06, .custom-card--border.custom-card--color-light-06 {
  border-color: rgba(248, 249, 250, 0.6);
}
.custom-card--border-dash.custom-card--color-light-07, .custom-card--border-dot.custom-card--color-light-07, .custom-card--border.custom-card--color-light-07 {
  border-color: rgba(248, 249, 250, 0.7);
}
.custom-card--border-dash.custom-card--color-light-08, .custom-card--border-dot.custom-card--color-light-08, .custom-card--border.custom-card--color-light-08 {
  border-color: rgba(248, 249, 250, 0.8);
}
.custom-card--border-dash.custom-card--color-light-09, .custom-card--border-dot.custom-card--color-light-09, .custom-card--border.custom-card--color-light-09 {
  border-color: rgba(248, 249, 250, 0.9);
}
.custom-card--border-dash.custom-card--color-purple-01, .custom-card--border-dot.custom-card--color-purple-01, .custom-card--border.custom-card--color-purple-01 {
  border-color: rgba(202, 142, 255, 0.1);
}
.custom-card--border-dash.custom-card--color-purple-02, .custom-card--border-dot.custom-card--color-purple-02, .custom-card--border.custom-card--color-purple-02 {
  border-color: rgba(202, 142, 255, 0.2);
}
.custom-card--border-dash.custom-card--color-purple-03, .custom-card--border-dot.custom-card--color-purple-03, .custom-card--border.custom-card--color-purple-03 {
  border-color: rgba(202, 142, 255, 0.3);
}
.custom-card--border-dash.custom-card--color-purple-04, .custom-card--border-dot.custom-card--color-purple-04, .custom-card--border.custom-card--color-purple-04 {
  border-color: rgba(202, 142, 255, 0.4);
}
.custom-card--border-dash.custom-card--color-purple-05, .custom-card--border-dot.custom-card--color-purple-05, .custom-card--border.custom-card--color-purple-05 {
  border-color: rgba(202, 142, 255, 0.5);
}
.custom-card--border-dash.custom-card--color-purple-06, .custom-card--border-dot.custom-card--color-purple-06, .custom-card--border.custom-card--color-purple-06 {
  border-color: rgba(202, 142, 255, 0.6);
}
.custom-card--border-dash.custom-card--color-purple-07, .custom-card--border-dot.custom-card--color-purple-07, .custom-card--border.custom-card--color-purple-07 {
  border-color: rgba(202, 142, 255, 0.7);
}
.custom-card--border-dash.custom-card--color-purple-08, .custom-card--border-dot.custom-card--color-purple-08, .custom-card--border.custom-card--color-purple-08 {
  border-color: rgba(202, 142, 255, 0.8);
}
.custom-card--border-dash.custom-card--color-purple-09, .custom-card--border-dot.custom-card--color-purple-09, .custom-card--border.custom-card--color-purple-09 {
  border-color: rgba(202, 142, 255, 0.9);
}
.custom-card--border-dash.custom-card--color-primary, .custom-card--border-dot.custom-card--color-primary, .custom-card--border.custom-card--color-primary {
  border-color: #1EB7FF;
}
.custom-card--border-dash.custom-card--color-secondary, .custom-card--border-dot.custom-card--color-secondary, .custom-card--border.custom-card--color-secondary {
  border-color: #868E96;
}
.custom-card--border-dash.custom-card--color-success, .custom-card--border-dot.custom-card--color-success, .custom-card--border.custom-card--color-success {
  border-color: #1BB934;
}
.custom-card--border-dash.custom-card--color-info, .custom-card--border-dot.custom-card--color-info, .custom-card--border.custom-card--color-info {
  border-color: #7395ae;
}
.custom-card--border-dash.custom-card--color-warning, .custom-card--border-dot.custom-card--color-warning, .custom-card--border.custom-card--color-warning {
  border-color: #feba21;
}
.custom-card--border-dash.custom-card--color-danger, .custom-card--border-dot.custom-card--color-danger, .custom-card--border.custom-card--color-danger {
  border-color: #ED1C24;
}
.custom-card--border-dash.custom-card--color-light, .custom-card--border-dot.custom-card--color-light, .custom-card--border.custom-card--color-light {
  border-color: #F8F9FA;
}
.custom-card--border-dash.custom-card--color-dark, .custom-card--border-dot.custom-card--color-dark, .custom-card--border.custom-card--color-dark {
  border-color: #3F4651;
}
.custom-card--side-border {
  border-left-width: 2px;
}
.custom-card--side-border.custom-card--color-100 {
  border-left-color: #F8F9FA;
}
.custom-card--side-border.custom-card--color-200 {
  border-left-color: #E9ECEF;
}
.custom-card--side-border.custom-card--color-300 {
  border-left-color: #DEE2E6;
}
.custom-card--side-border.custom-card--color-400 {
  border-left-color: #CED4DA;
}
.custom-card--side-border.custom-card--color-500 {
  border-left-color: #ADB5BD;
}
.custom-card--side-border.custom-card--color-600 {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-700 {
  border-left-color: #5D636D;
}
.custom-card--side-border.custom-card--color-800 {
  border-left-color: #3F4651;
}
.custom-card--side-border.custom-card--color-900 {
  border-left-color: #353C48;
}
.custom-card--side-border.custom-card--color-blue {
  border-left-color: #1EB7FF;
}
.custom-card--side-border.custom-card--color-indigo {
  border-left-color: #6610f2;
}
.custom-card--side-border.custom-card--color-purple {
  border-left-color: #CA8EFF;
}
.custom-card--side-border.custom-card--color-pink {
  border-left-color: #e83e8c;
}
.custom-card--side-border.custom-card--color-red {
  border-left-color: #ED1C24;
}
.custom-card--side-border.custom-card--color-orange {
  border-left-color: #F27212;
}
.custom-card--side-border.custom-card--color-yellow {
  border-left-color: #F7BF47;
}
.custom-card--side-border.custom-card--color-green {
  border-left-color: #1BB934;
}
.custom-card--side-border.custom-card--color-teal {
  border-left-color: #20c997;
}
.custom-card--side-border.custom-card--color-cyan {
  border-left-color: #33AE9A;
}
.custom-card--side-border.custom-card--color-white {
  border-left-color: #FFF;
}
.custom-card--side-border.custom-card--color-gray {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-gray-dark {
  border-left-color: #3F4651;
}
.custom-card--side-border.custom-card--color-facebook {
  border-left-color: #3A5E95;
}
.custom-card--side-border.custom-card--color-twitter {
  border-left-color: #60ADDB;
}
.custom-card--side-border.custom-card--color-lastfm {
  border-left-color: #E01132;
}
.custom-card--side-border.custom-card--color-pinterest {
  border-left-color: #BD0520;
}
.custom-card--side-border.custom-card--color-linkedin {
  border-left-color: #057CB2;
}
.custom-card--side-border.custom-card--color-medium {
  border-left-color: #5cb85c;
}
.custom-card--side-border.custom-card--color-skype {
  border-left-color: #0AB2EF;
}
.custom-card--side-border.custom-card--color-foursquare {
  border-left-color: #F84978;
}
.custom-card--side-border.custom-card--color-android {
  border-left-color: #A6C843;
}
.custom-card--side-border.custom-card--color-spotify {
  border-left-color: #2FD665;
}
.custom-card--side-border.custom-card--color-paypal {
  border-left-color: #2A9AD7;
}
.custom-card--side-border.custom-card--color-dribble {
  border-left-color: #F16898;
}
.custom-card--side-border.custom-card--color-youtube {
  border-left-color: #ED1922;
}
.custom-card--side-border.custom-card--color-windows {
  border-left-color: #10BFF2;
}
.custom-card--side-border.custom-card--color-amazon {
  border-left-color: #FEA320;
}
.custom-card--side-border.custom-card--color-black-01 {
  border-left-color: rgba(31, 45, 61, 0.1);
}
.custom-card--side-border.custom-card--color-black-02 {
  border-left-color: rgba(31, 45, 61, 0.2);
}
.custom-card--side-border.custom-card--color-black-03 {
  border-left-color: rgba(31, 45, 61, 0.3);
}
.custom-card--side-border.custom-card--color-black-04 {
  border-left-color: rgba(31, 45, 61, 0.4);
}
.custom-card--side-border.custom-card--color-black-05 {
  border-left-color: rgba(31, 45, 61, 0.5);
}
.custom-card--side-border.custom-card--color-black-06 {
  border-left-color: rgba(31, 45, 61, 0.6);
}
.custom-card--side-border.custom-card--color-black-07 {
  border-left-color: rgba(31, 45, 61, 0.7);
}
.custom-card--side-border.custom-card--color-black-08 {
  border-left-color: rgba(31, 45, 61, 0.8);
}
.custom-card--side-border.custom-card--color-black-09 {
  border-left-color: rgba(31, 45, 61, 0.9);
}
.custom-card--side-border.custom-card--color-white-01 {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.custom-card--side-border.custom-card--color-white-02 {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.custom-card--side-border.custom-card--color-white-03 {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.custom-card--side-border.custom-card--color-white-04 {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.custom-card--side-border.custom-card--color-white-05 {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.custom-card--side-border.custom-card--color-white-06 {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.custom-card--side-border.custom-card--color-white-07 {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.custom-card--side-border.custom-card--color-white-08 {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.custom-card--side-border.custom-card--color-white-09 {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.custom-card--side-border.custom-card--color-primary-01 {
  border-left-color: rgba(30, 183, 255, 0.1);
}
.custom-card--side-border.custom-card--color-primary-02 {
  border-left-color: rgba(30, 183, 255, 0.2);
}
.custom-card--side-border.custom-card--color-primary-03 {
  border-left-color: rgba(30, 183, 255, 0.3);
}
.custom-card--side-border.custom-card--color-primary-04 {
  border-left-color: rgba(30, 183, 255, 0.4);
}
.custom-card--side-border.custom-card--color-primary-05 {
  border-left-color: rgba(30, 183, 255, 0.5);
}
.custom-card--side-border.custom-card--color-primary-06 {
  border-left-color: rgba(30, 183, 255, 0.6);
}
.custom-card--side-border.custom-card--color-primary-07 {
  border-left-color: rgba(30, 183, 255, 0.7);
}
.custom-card--side-border.custom-card--color-primary-08 {
  border-left-color: rgba(30, 183, 255, 0.8);
}
.custom-card--side-border.custom-card--color-primary-09 {
  border-left-color: rgba(30, 183, 255, 0.9);
}
.custom-card--side-border.custom-card--color-info-01 {
  border-left-color: rgba(51, 174, 154, 0.1);
}
.custom-card--side-border.custom-card--color-info-02 {
  border-left-color: rgba(51, 174, 154, 0.2);
}
.custom-card--side-border.custom-card--color-info-03 {
  border-left-color: rgba(51, 174, 154, 0.3);
}
.custom-card--side-border.custom-card--color-info-04 {
  border-left-color: rgba(51, 174, 154, 0.4);
}
.custom-card--side-border.custom-card--color-info-05 {
  border-left-color: rgba(51, 174, 154, 0.5);
}
.custom-card--side-border.custom-card--color-info-06 {
  border-left-color: rgba(51, 174, 154, 0.6);
}
.custom-card--side-border.custom-card--color-info-07 {
  border-left-color: rgba(51, 174, 154, 0.7);
}
.custom-card--side-border.custom-card--color-info-08 {
  border-left-color: rgba(51, 174, 154, 0.8);
}
.custom-card--side-border.custom-card--color-info-09 {
  border-left-color: rgba(51, 174, 154, 0.9);
}
.custom-card--side-border.custom-card--color-success-01 {
  border-left-color: rgba(27, 185, 52, 0.1);
}
.custom-card--side-border.custom-card--color-success-02 {
  border-left-color: rgba(27, 185, 52, 0.2);
}
.custom-card--side-border.custom-card--color-success-03 {
  border-left-color: rgba(27, 185, 52, 0.3);
}
.custom-card--side-border.custom-card--color-success-04 {
  border-left-color: rgba(27, 185, 52, 0.4);
}
.custom-card--side-border.custom-card--color-success-05 {
  border-left-color: rgba(27, 185, 52, 0.5);
}
.custom-card--side-border.custom-card--color-success-06 {
  border-left-color: rgba(27, 185, 52, 0.6);
}
.custom-card--side-border.custom-card--color-success-07 {
  border-left-color: rgba(27, 185, 52, 0.7);
}
.custom-card--side-border.custom-card--color-success-08 {
  border-left-color: rgba(27, 185, 52, 0.8);
}
.custom-card--side-border.custom-card--color-success-09 {
  border-left-color: rgba(27, 185, 52, 0.9);
}
.custom-card--side-border.custom-card--color-warning-01 {
  border-left-color: rgba(242, 114, 18, 0.1);
}
.custom-card--side-border.custom-card--color-warning-02 {
  border-left-color: rgba(242, 114, 18, 0.2);
}
.custom-card--side-border.custom-card--color-warning-03 {
  border-left-color: rgba(242, 114, 18, 0.3);
}
.custom-card--side-border.custom-card--color-warning-04 {
  border-left-color: rgba(242, 114, 18, 0.4);
}
.custom-card--side-border.custom-card--color-warning-05 {
  border-left-color: rgba(242, 114, 18, 0.5);
}
.custom-card--side-border.custom-card--color-warning-06 {
  border-left-color: rgba(242, 114, 18, 0.6);
}
.custom-card--side-border.custom-card--color-warning-07 {
  border-left-color: rgba(242, 114, 18, 0.7);
}
.custom-card--side-border.custom-card--color-warning-08 {
  border-left-color: rgba(242, 114, 18, 0.8);
}
.custom-card--side-border.custom-card--color-warning-09 {
  border-left-color: rgba(242, 114, 18, 0.9);
}
.custom-card--side-border.custom-card--color-danger-01 {
  border-left-color: rgba(237, 28, 36, 0.1);
}
.custom-card--side-border.custom-card--color-danger-02 {
  border-left-color: rgba(237, 28, 36, 0.2);
}
.custom-card--side-border.custom-card--color-danger-03 {
  border-left-color: rgba(237, 28, 36, 0.3);
}
.custom-card--side-border.custom-card--color-danger-04 {
  border-left-color: rgba(237, 28, 36, 0.4);
}
.custom-card--side-border.custom-card--color-danger-05 {
  border-left-color: rgba(237, 28, 36, 0.5);
}
.custom-card--side-border.custom-card--color-danger-06 {
  border-left-color: rgba(237, 28, 36, 0.6);
}
.custom-card--side-border.custom-card--color-danger-07 {
  border-left-color: rgba(237, 28, 36, 0.7);
}
.custom-card--side-border.custom-card--color-danger-08 {
  border-left-color: rgba(237, 28, 36, 0.8);
}
.custom-card--side-border.custom-card--color-danger-09 {
  border-left-color: rgba(237, 28, 36, 0.9);
}
.custom-card--side-border.custom-card--color-yellow-01 {
  border-left-color: rgba(247, 191, 71, 0.1);
}
.custom-card--side-border.custom-card--color-yellow-02 {
  border-left-color: rgba(247, 191, 71, 0.2);
}
.custom-card--side-border.custom-card--color-yellow-03 {
  border-left-color: rgba(247, 191, 71, 0.3);
}
.custom-card--side-border.custom-card--color-yellow-04 {
  border-left-color: rgba(247, 191, 71, 0.4);
}
.custom-card--side-border.custom-card--color-yellow-05 {
  border-left-color: rgba(247, 191, 71, 0.5);
}
.custom-card--side-border.custom-card--color-yellow-06 {
  border-left-color: rgba(247, 191, 71, 0.6);
}
.custom-card--side-border.custom-card--color-yellow-07 {
  border-left-color: rgba(247, 191, 71, 0.7);
}
.custom-card--side-border.custom-card--color-yellow-08 {
  border-left-color: rgba(247, 191, 71, 0.8);
}
.custom-card--side-border.custom-card--color-yellow-09 {
  border-left-color: rgba(247, 191, 71, 0.9);
}
.custom-card--side-border.custom-card--color-secondary-01 {
  border-left-color: rgba(134, 142, 150, 0.1);
}
.custom-card--side-border.custom-card--color-secondary-02 {
  border-left-color: rgba(134, 142, 150, 0.2);
}
.custom-card--side-border.custom-card--color-secondary-03 {
  border-left-color: rgba(134, 142, 150, 0.3);
}
.custom-card--side-border.custom-card--color-secondary-04 {
  border-left-color: rgba(134, 142, 150, 0.4);
}
.custom-card--side-border.custom-card--color-secondary-05 {
  border-left-color: rgba(134, 142, 150, 0.5);
}
.custom-card--side-border.custom-card--color-secondary-06 {
  border-left-color: rgba(134, 142, 150, 0.6);
}
.custom-card--side-border.custom-card--color-secondary-07 {
  border-left-color: rgba(134, 142, 150, 0.7);
}
.custom-card--side-border.custom-card--color-secondary-08 {
  border-left-color: rgba(134, 142, 150, 0.8);
}
.custom-card--side-border.custom-card--color-secondary-09 {
  border-left-color: rgba(134, 142, 150, 0.9);
}
.custom-card--side-border.custom-card--color-dark-01 {
  border-left-color: rgba(63, 70, 81, 0.1);
}
.custom-card--side-border.custom-card--color-dark-02 {
  border-left-color: rgba(63, 70, 81, 0.2);
}
.custom-card--side-border.custom-card--color-dark-03 {
  border-left-color: rgba(63, 70, 81, 0.3);
}
.custom-card--side-border.custom-card--color-dark-04 {
  border-left-color: rgba(63, 70, 81, 0.4);
}
.custom-card--side-border.custom-card--color-dark-05 {
  border-left-color: rgba(63, 70, 81, 0.5);
}
.custom-card--side-border.custom-card--color-dark-06 {
  border-left-color: rgba(63, 70, 81, 0.6);
}
.custom-card--side-border.custom-card--color-dark-07 {
  border-left-color: rgba(63, 70, 81, 0.7);
}
.custom-card--side-border.custom-card--color-dark-08 {
  border-left-color: rgba(63, 70, 81, 0.8);
}
.custom-card--side-border.custom-card--color-dark-09 {
  border-left-color: rgba(63, 70, 81, 0.9);
}
.custom-card--side-border.custom-card--color-light-01 {
  border-left-color: rgba(248, 249, 250, 0.1);
}
.custom-card--side-border.custom-card--color-light-02 {
  border-left-color: rgba(248, 249, 250, 0.2);
}
.custom-card--side-border.custom-card--color-light-03 {
  border-left-color: rgba(248, 249, 250, 0.3);
}
.custom-card--side-border.custom-card--color-light-04 {
  border-left-color: rgba(248, 249, 250, 0.4);
}
.custom-card--side-border.custom-card--color-light-05 {
  border-left-color: rgba(248, 249, 250, 0.5);
}
.custom-card--side-border.custom-card--color-light-06 {
  border-left-color: rgba(248, 249, 250, 0.6);
}
.custom-card--side-border.custom-card--color-light-07 {
  border-left-color: rgba(248, 249, 250, 0.7);
}
.custom-card--side-border.custom-card--color-light-08 {
  border-left-color: rgba(248, 249, 250, 0.8);
}
.custom-card--side-border.custom-card--color-light-09 {
  border-left-color: rgba(248, 249, 250, 0.9);
}
.custom-card--side-border.custom-card--color-purple-01 {
  border-left-color: rgba(202, 142, 255, 0.1);
}
.custom-card--side-border.custom-card--color-purple-02 {
  border-left-color: rgba(202, 142, 255, 0.2);
}
.custom-card--side-border.custom-card--color-purple-03 {
  border-left-color: rgba(202, 142, 255, 0.3);
}
.custom-card--side-border.custom-card--color-purple-04 {
  border-left-color: rgba(202, 142, 255, 0.4);
}
.custom-card--side-border.custom-card--color-purple-05 {
  border-left-color: rgba(202, 142, 255, 0.5);
}
.custom-card--side-border.custom-card--color-purple-06 {
  border-left-color: rgba(202, 142, 255, 0.6);
}
.custom-card--side-border.custom-card--color-purple-07 {
  border-left-color: rgba(202, 142, 255, 0.7);
}
.custom-card--side-border.custom-card--color-purple-08 {
  border-left-color: rgba(202, 142, 255, 0.8);
}
.custom-card--side-border.custom-card--color-purple-09 {
  border-left-color: rgba(202, 142, 255, 0.9);
}
.custom-card--side-border.custom-card--color-primary {
  border-left-color: #1EB7FF;
}
.custom-card--side-border.custom-card--color-secondary {
  border-left-color: #868E96;
}
.custom-card--side-border.custom-card--color-success {
  border-left-color: #1BB934;
}
.custom-card--side-border.custom-card--color-info {
  border-left-color: #7395ae;
}
.custom-card--side-border.custom-card--color-warning {
  border-left-color: #feba21;
}
.custom-card--side-border.custom-card--color-danger {
  border-left-color: #ED1C24;
}
.custom-card--side-border.custom-card--color-light {
  border-left-color: #F8F9FA;
}
.custom-card--side-border.custom-card--color-dark {
  border-left-color: #3F4651;
}
.custom-card--background {
  color: #FFF;
}
.custom-card--background.custom-card--color-100 {
  background-color: #F8F9FA;
}
.custom-card--background.custom-card--color-200 {
  background-color: #E9ECEF;
}
.custom-card--background.custom-card--color-300 {
  background-color: #DEE2E6;
}
.custom-card--background.custom-card--color-400 {
  background-color: #CED4DA;
}
.custom-card--background.custom-card--color-500 {
  background-color: #ADB5BD;
}
.custom-card--background.custom-card--color-600 {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-700 {
  background-color: #5D636D;
}
.custom-card--background.custom-card--color-800 {
  background-color: #3F4651;
}
.custom-card--background.custom-card--color-900 {
  background-color: #353C48;
}
.custom-card--background.custom-card--color-blue {
  background-color: #1EB7FF;
}
.custom-card--background.custom-card--color-indigo {
  background-color: #6610f2;
}
.custom-card--background.custom-card--color-purple {
  background-color: #CA8EFF;
}
.custom-card--background.custom-card--color-pink {
  background-color: #e83e8c;
}
.custom-card--background.custom-card--color-red {
  background-color: #ED1C24;
}
.custom-card--background.custom-card--color-orange {
  background-color: #F27212;
}
.custom-card--background.custom-card--color-yellow {
  background-color: #F7BF47;
}
.custom-card--background.custom-card--color-green {
  background-color: #1BB934;
}
.custom-card--background.custom-card--color-teal {
  background-color: #20c997;
}
.custom-card--background.custom-card--color-cyan {
  background-color: #33AE9A;
}
.custom-card--background.custom-card--color-white {
  background-color: #FFF;
}
.custom-card--background.custom-card--color-gray {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-gray-dark {
  background-color: #3F4651;
}
.custom-card--background.custom-card--color-facebook {
  background-color: #3A5E95;
}
.custom-card--background.custom-card--color-twitter {
  background-color: #60ADDB;
}
.custom-card--background.custom-card--color-lastfm {
  background-color: #E01132;
}
.custom-card--background.custom-card--color-pinterest {
  background-color: #BD0520;
}
.custom-card--background.custom-card--color-linkedin {
  background-color: #057CB2;
}
.custom-card--background.custom-card--color-medium {
  background-color: #5cb85c;
}
.custom-card--background.custom-card--color-skype {
  background-color: #0AB2EF;
}
.custom-card--background.custom-card--color-foursquare {
  background-color: #F84978;
}
.custom-card--background.custom-card--color-android {
  background-color: #A6C843;
}
.custom-card--background.custom-card--color-spotify {
  background-color: #2FD665;
}
.custom-card--background.custom-card--color-paypal {
  background-color: #2A9AD7;
}
.custom-card--background.custom-card--color-dribble {
  background-color: #F16898;
}
.custom-card--background.custom-card--color-youtube {
  background-color: #ED1922;
}
.custom-card--background.custom-card--color-windows {
  background-color: #10BFF2;
}
.custom-card--background.custom-card--color-amazon {
  background-color: #FEA320;
}
.custom-card--background.custom-card--color-black-01 {
  background-color: rgba(31, 45, 61, 0.1);
}
.custom-card--background.custom-card--color-black-02 {
  background-color: rgba(31, 45, 61, 0.2);
}
.custom-card--background.custom-card--color-black-03 {
  background-color: rgba(31, 45, 61, 0.3);
}
.custom-card--background.custom-card--color-black-04 {
  background-color: rgba(31, 45, 61, 0.4);
}
.custom-card--background.custom-card--color-black-05 {
  background-color: rgba(31, 45, 61, 0.5);
}
.custom-card--background.custom-card--color-black-06 {
  background-color: rgba(31, 45, 61, 0.6);
}
.custom-card--background.custom-card--color-black-07 {
  background-color: rgba(31, 45, 61, 0.7);
}
.custom-card--background.custom-card--color-black-08 {
  background-color: rgba(31, 45, 61, 0.8);
}
.custom-card--background.custom-card--color-black-09 {
  background-color: rgba(31, 45, 61, 0.9);
}
.custom-card--background.custom-card--color-white-01 {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-card--background.custom-card--color-white-02 {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-card--background.custom-card--color-white-03 {
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-card--background.custom-card--color-white-04 {
  background-color: rgba(255, 255, 255, 0.4);
}
.custom-card--background.custom-card--color-white-05 {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-card--background.custom-card--color-white-06 {
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-card--background.custom-card--color-white-07 {
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-card--background.custom-card--color-white-08 {
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-card--background.custom-card--color-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}
.custom-card--background.custom-card--color-primary-01 {
  background-color: rgba(30, 183, 255, 0.1);
}
.custom-card--background.custom-card--color-primary-02 {
  background-color: rgba(30, 183, 255, 0.2);
}
.custom-card--background.custom-card--color-primary-03 {
  background-color: rgba(30, 183, 255, 0.3);
}
.custom-card--background.custom-card--color-primary-04 {
  background-color: rgba(30, 183, 255, 0.4);
}
.custom-card--background.custom-card--color-primary-05 {
  background-color: rgba(30, 183, 255, 0.5);
}
.custom-card--background.custom-card--color-primary-06 {
  background-color: rgba(30, 183, 255, 0.6);
}
.custom-card--background.custom-card--color-primary-07 {
  background-color: rgba(30, 183, 255, 0.7);
}
.custom-card--background.custom-card--color-primary-08 {
  background-color: rgba(30, 183, 255, 0.8);
}
.custom-card--background.custom-card--color-primary-09 {
  background-color: rgba(30, 183, 255, 0.9);
}
.custom-card--background.custom-card--color-info-01 {
  background-color: rgba(51, 174, 154, 0.1);
}
.custom-card--background.custom-card--color-info-02 {
  background-color: rgba(51, 174, 154, 0.2);
}
.custom-card--background.custom-card--color-info-03 {
  background-color: rgba(51, 174, 154, 0.3);
}
.custom-card--background.custom-card--color-info-04 {
  background-color: rgba(51, 174, 154, 0.4);
}
.custom-card--background.custom-card--color-info-05 {
  background-color: rgba(51, 174, 154, 0.5);
}
.custom-card--background.custom-card--color-info-06 {
  background-color: rgba(51, 174, 154, 0.6);
}
.custom-card--background.custom-card--color-info-07 {
  background-color: rgba(51, 174, 154, 0.7);
}
.custom-card--background.custom-card--color-info-08 {
  background-color: rgba(51, 174, 154, 0.8);
}
.custom-card--background.custom-card--color-info-09 {
  background-color: rgba(51, 174, 154, 0.9);
}
.custom-card--background.custom-card--color-success-01 {
  background-color: rgba(27, 185, 52, 0.1);
}
.custom-card--background.custom-card--color-success-02 {
  background-color: rgba(27, 185, 52, 0.2);
}
.custom-card--background.custom-card--color-success-03 {
  background-color: rgba(27, 185, 52, 0.3);
}
.custom-card--background.custom-card--color-success-04 {
  background-color: rgba(27, 185, 52, 0.4);
}
.custom-card--background.custom-card--color-success-05 {
  background-color: rgba(27, 185, 52, 0.5);
}
.custom-card--background.custom-card--color-success-06 {
  background-color: rgba(27, 185, 52, 0.6);
}
.custom-card--background.custom-card--color-success-07 {
  background-color: rgba(27, 185, 52, 0.7);
}
.custom-card--background.custom-card--color-success-08 {
  background-color: rgba(27, 185, 52, 0.8);
}
.custom-card--background.custom-card--color-success-09 {
  background-color: rgba(27, 185, 52, 0.9);
}
.custom-card--background.custom-card--color-warning-01 {
  background-color: rgba(242, 114, 18, 0.1);
}
.custom-card--background.custom-card--color-warning-02 {
  background-color: rgba(242, 114, 18, 0.2);
}
.custom-card--background.custom-card--color-warning-03 {
  background-color: rgba(242, 114, 18, 0.3);
}
.custom-card--background.custom-card--color-warning-04 {
  background-color: rgba(242, 114, 18, 0.4);
}
.custom-card--background.custom-card--color-warning-05 {
  background-color: rgba(242, 114, 18, 0.5);
}
.custom-card--background.custom-card--color-warning-06 {
  background-color: rgba(242, 114, 18, 0.6);
}
.custom-card--background.custom-card--color-warning-07 {
  background-color: rgba(242, 114, 18, 0.7);
}
.custom-card--background.custom-card--color-warning-08 {
  background-color: rgba(242, 114, 18, 0.8);
}
.custom-card--background.custom-card--color-warning-09 {
  background-color: rgba(242, 114, 18, 0.9);
}
.custom-card--background.custom-card--color-danger-01 {
  background-color: rgba(237, 28, 36, 0.1);
}
.custom-card--background.custom-card--color-danger-02 {
  background-color: rgba(237, 28, 36, 0.2);
}
.custom-card--background.custom-card--color-danger-03 {
  background-color: rgba(237, 28, 36, 0.3);
}
.custom-card--background.custom-card--color-danger-04 {
  background-color: rgba(237, 28, 36, 0.4);
}
.custom-card--background.custom-card--color-danger-05 {
  background-color: rgba(237, 28, 36, 0.5);
}
.custom-card--background.custom-card--color-danger-06 {
  background-color: rgba(237, 28, 36, 0.6);
}
.custom-card--background.custom-card--color-danger-07 {
  background-color: rgba(237, 28, 36, 0.7);
}
.custom-card--background.custom-card--color-danger-08 {
  background-color: rgba(237, 28, 36, 0.8);
}
.custom-card--background.custom-card--color-danger-09 {
  background-color: rgba(237, 28, 36, 0.9);
}
.custom-card--background.custom-card--color-yellow-01 {
  background-color: rgba(247, 191, 71, 0.1);
}
.custom-card--background.custom-card--color-yellow-02 {
  background-color: rgba(247, 191, 71, 0.2);
}
.custom-card--background.custom-card--color-yellow-03 {
  background-color: rgba(247, 191, 71, 0.3);
}
.custom-card--background.custom-card--color-yellow-04 {
  background-color: rgba(247, 191, 71, 0.4);
}
.custom-card--background.custom-card--color-yellow-05 {
  background-color: rgba(247, 191, 71, 0.5);
}
.custom-card--background.custom-card--color-yellow-06 {
  background-color: rgba(247, 191, 71, 0.6);
}
.custom-card--background.custom-card--color-yellow-07 {
  background-color: rgba(247, 191, 71, 0.7);
}
.custom-card--background.custom-card--color-yellow-08 {
  background-color: rgba(247, 191, 71, 0.8);
}
.custom-card--background.custom-card--color-yellow-09 {
  background-color: rgba(247, 191, 71, 0.9);
}
.custom-card--background.custom-card--color-secondary-01 {
  background-color: rgba(134, 142, 150, 0.1);
}
.custom-card--background.custom-card--color-secondary-02 {
  background-color: rgba(134, 142, 150, 0.2);
}
.custom-card--background.custom-card--color-secondary-03 {
  background-color: rgba(134, 142, 150, 0.3);
}
.custom-card--background.custom-card--color-secondary-04 {
  background-color: rgba(134, 142, 150, 0.4);
}
.custom-card--background.custom-card--color-secondary-05 {
  background-color: rgba(134, 142, 150, 0.5);
}
.custom-card--background.custom-card--color-secondary-06 {
  background-color: rgba(134, 142, 150, 0.6);
}
.custom-card--background.custom-card--color-secondary-07 {
  background-color: rgba(134, 142, 150, 0.7);
}
.custom-card--background.custom-card--color-secondary-08 {
  background-color: rgba(134, 142, 150, 0.8);
}
.custom-card--background.custom-card--color-secondary-09 {
  background-color: rgba(134, 142, 150, 0.9);
}
.custom-card--background.custom-card--color-dark-01 {
  background-color: rgba(63, 70, 81, 0.1);
}
.custom-card--background.custom-card--color-dark-02 {
  background-color: rgba(63, 70, 81, 0.2);
}
.custom-card--background.custom-card--color-dark-03 {
  background-color: rgba(63, 70, 81, 0.3);
}
.custom-card--background.custom-card--color-dark-04 {
  background-color: rgba(63, 70, 81, 0.4);
}
.custom-card--background.custom-card--color-dark-05 {
  background-color: rgba(63, 70, 81, 0.5);
}
.custom-card--background.custom-card--color-dark-06 {
  background-color: rgba(63, 70, 81, 0.6);
}
.custom-card--background.custom-card--color-dark-07 {
  background-color: rgba(63, 70, 81, 0.7);
}
.custom-card--background.custom-card--color-dark-08 {
  background-color: rgba(63, 70, 81, 0.8);
}
.custom-card--background.custom-card--color-dark-09 {
  background-color: rgba(63, 70, 81, 0.9);
}
.custom-card--background.custom-card--color-light-01 {
  background-color: rgba(248, 249, 250, 0.1);
}
.custom-card--background.custom-card--color-light-02 {
  background-color: rgba(248, 249, 250, 0.2);
}
.custom-card--background.custom-card--color-light-03 {
  background-color: rgba(248, 249, 250, 0.3);
}
.custom-card--background.custom-card--color-light-04 {
  background-color: rgba(248, 249, 250, 0.4);
}
.custom-card--background.custom-card--color-light-05 {
  background-color: rgba(248, 249, 250, 0.5);
}
.custom-card--background.custom-card--color-light-06 {
  background-color: rgba(248, 249, 250, 0.6);
}
.custom-card--background.custom-card--color-light-07 {
  background-color: rgba(248, 249, 250, 0.7);
}
.custom-card--background.custom-card--color-light-08 {
  background-color: rgba(248, 249, 250, 0.8);
}
.custom-card--background.custom-card--color-light-09 {
  background-color: rgba(248, 249, 250, 0.9);
}
.custom-card--background.custom-card--color-purple-01 {
  background-color: rgba(202, 142, 255, 0.1);
}
.custom-card--background.custom-card--color-purple-02 {
  background-color: rgba(202, 142, 255, 0.2);
}
.custom-card--background.custom-card--color-purple-03 {
  background-color: rgba(202, 142, 255, 0.3);
}
.custom-card--background.custom-card--color-purple-04 {
  background-color: rgba(202, 142, 255, 0.4);
}
.custom-card--background.custom-card--color-purple-05 {
  background-color: rgba(202, 142, 255, 0.5);
}
.custom-card--background.custom-card--color-purple-06 {
  background-color: rgba(202, 142, 255, 0.6);
}
.custom-card--background.custom-card--color-purple-07 {
  background-color: rgba(202, 142, 255, 0.7);
}
.custom-card--background.custom-card--color-purple-08 {
  background-color: rgba(202, 142, 255, 0.8);
}
.custom-card--background.custom-card--color-purple-09 {
  background-color: rgba(202, 142, 255, 0.9);
}
.custom-card--background.custom-card--color-primary {
  background-color: #1EB7FF;
}
.custom-card--background.custom-card--color-secondary {
  background-color: #868E96;
}
.custom-card--background.custom-card--color-success {
  background-color: #1BB934;
}
.custom-card--background.custom-card--color-info {
  background-color: #7395ae;
}
.custom-card--background.custom-card--color-warning {
  background-color: #feba21;
}
.custom-card--background.custom-card--color-danger {
  background-color: #ED1C24;
}
.custom-card--background.custom-card--color-light {
  background-color: #F8F9FA;
}
.custom-card--background.custom-card--color-dark {
  background-color: #3F4651;
}
.custom-card--border-dash {
  border-style: dashed;
  border-width: 2px;
}
.custom-card--border-dot {
  border-style: dotted;
  border-width: 2px;
}
.custom-card--shadow {
  box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.07);
}
.custom-card--none {
  border: none;
  background: none;
}

/* Avatar Variants Definitions */
.custom-card-header--background {
  color: #FFF;
}
.custom-card-header--background.custom-card-header--color-100 {
  background-color: #F8F9FA;
}
.custom-card-header--background.custom-card-header--color-200 {
  background-color: #E9ECEF;
}
.custom-card-header--background.custom-card-header--color-300 {
  background-color: #DEE2E6;
}
.custom-card-header--background.custom-card-header--color-400 {
  background-color: #CED4DA;
}
.custom-card-header--background.custom-card-header--color-500 {
  background-color: #ADB5BD;
}
.custom-card-header--background.custom-card-header--color-600 {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-700 {
  background-color: #5D636D;
}
.custom-card-header--background.custom-card-header--color-800 {
  background-color: #3F4651;
}
.custom-card-header--background.custom-card-header--color-900 {
  background-color: #353C48;
}
.custom-card-header--background.custom-card-header--color-blue {
  background-color: #1EB7FF;
}
.custom-card-header--background.custom-card-header--color-indigo {
  background-color: #6610f2;
}
.custom-card-header--background.custom-card-header--color-purple {
  background-color: #CA8EFF;
}
.custom-card-header--background.custom-card-header--color-pink {
  background-color: #e83e8c;
}
.custom-card-header--background.custom-card-header--color-red {
  background-color: #ED1C24;
}
.custom-card-header--background.custom-card-header--color-orange {
  background-color: #F27212;
}
.custom-card-header--background.custom-card-header--color-yellow {
  background-color: #F7BF47;
}
.custom-card-header--background.custom-card-header--color-green {
  background-color: #1BB934;
}
.custom-card-header--background.custom-card-header--color-teal {
  background-color: #20c997;
}
.custom-card-header--background.custom-card-header--color-cyan {
  background-color: #33AE9A;
}
.custom-card-header--background.custom-card-header--color-white {
  background-color: #FFF;
}
.custom-card-header--background.custom-card-header--color-gray {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-gray-dark {
  background-color: #3F4651;
}
.custom-card-header--background.custom-card-header--color-facebook {
  background-color: #3A5E95;
}
.custom-card-header--background.custom-card-header--color-twitter {
  background-color: #60ADDB;
}
.custom-card-header--background.custom-card-header--color-lastfm {
  background-color: #E01132;
}
.custom-card-header--background.custom-card-header--color-pinterest {
  background-color: #BD0520;
}
.custom-card-header--background.custom-card-header--color-linkedin {
  background-color: #057CB2;
}
.custom-card-header--background.custom-card-header--color-medium {
  background-color: #5cb85c;
}
.custom-card-header--background.custom-card-header--color-skype {
  background-color: #0AB2EF;
}
.custom-card-header--background.custom-card-header--color-foursquare {
  background-color: #F84978;
}
.custom-card-header--background.custom-card-header--color-android {
  background-color: #A6C843;
}
.custom-card-header--background.custom-card-header--color-spotify {
  background-color: #2FD665;
}
.custom-card-header--background.custom-card-header--color-paypal {
  background-color: #2A9AD7;
}
.custom-card-header--background.custom-card-header--color-dribble {
  background-color: #F16898;
}
.custom-card-header--background.custom-card-header--color-youtube {
  background-color: #ED1922;
}
.custom-card-header--background.custom-card-header--color-windows {
  background-color: #10BFF2;
}
.custom-card-header--background.custom-card-header--color-amazon {
  background-color: #FEA320;
}
.custom-card-header--background.custom-card-header--color-black-01 {
  background-color: rgba(31, 45, 61, 0.1);
}
.custom-card-header--background.custom-card-header--color-black-02 {
  background-color: rgba(31, 45, 61, 0.2);
}
.custom-card-header--background.custom-card-header--color-black-03 {
  background-color: rgba(31, 45, 61, 0.3);
}
.custom-card-header--background.custom-card-header--color-black-04 {
  background-color: rgba(31, 45, 61, 0.4);
}
.custom-card-header--background.custom-card-header--color-black-05 {
  background-color: rgba(31, 45, 61, 0.5);
}
.custom-card-header--background.custom-card-header--color-black-06 {
  background-color: rgba(31, 45, 61, 0.6);
}
.custom-card-header--background.custom-card-header--color-black-07 {
  background-color: rgba(31, 45, 61, 0.7);
}
.custom-card-header--background.custom-card-header--color-black-08 {
  background-color: rgba(31, 45, 61, 0.8);
}
.custom-card-header--background.custom-card-header--color-black-09 {
  background-color: rgba(31, 45, 61, 0.9);
}
.custom-card-header--background.custom-card-header--color-white-01 {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-white-02 {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-white-03 {
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-white-04 {
  background-color: rgba(255, 255, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-white-05 {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-white-06 {
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-white-07 {
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-white-08 {
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-primary-01 {
  background-color: rgba(30, 183, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-primary-02 {
  background-color: rgba(30, 183, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-primary-03 {
  background-color: rgba(30, 183, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-primary-04 {
  background-color: rgba(30, 183, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-primary-05 {
  background-color: rgba(30, 183, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-primary-06 {
  background-color: rgba(30, 183, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-primary-07 {
  background-color: rgba(30, 183, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-primary-08 {
  background-color: rgba(30, 183, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-primary-09 {
  background-color: rgba(30, 183, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-info-01 {
  background-color: rgba(51, 174, 154, 0.1);
}
.custom-card-header--background.custom-card-header--color-info-02 {
  background-color: rgba(51, 174, 154, 0.2);
}
.custom-card-header--background.custom-card-header--color-info-03 {
  background-color: rgba(51, 174, 154, 0.3);
}
.custom-card-header--background.custom-card-header--color-info-04 {
  background-color: rgba(51, 174, 154, 0.4);
}
.custom-card-header--background.custom-card-header--color-info-05 {
  background-color: rgba(51, 174, 154, 0.5);
}
.custom-card-header--background.custom-card-header--color-info-06 {
  background-color: rgba(51, 174, 154, 0.6);
}
.custom-card-header--background.custom-card-header--color-info-07 {
  background-color: rgba(51, 174, 154, 0.7);
}
.custom-card-header--background.custom-card-header--color-info-08 {
  background-color: rgba(51, 174, 154, 0.8);
}
.custom-card-header--background.custom-card-header--color-info-09 {
  background-color: rgba(51, 174, 154, 0.9);
}
.custom-card-header--background.custom-card-header--color-success-01 {
  background-color: rgba(27, 185, 52, 0.1);
}
.custom-card-header--background.custom-card-header--color-success-02 {
  background-color: rgba(27, 185, 52, 0.2);
}
.custom-card-header--background.custom-card-header--color-success-03 {
  background-color: rgba(27, 185, 52, 0.3);
}
.custom-card-header--background.custom-card-header--color-success-04 {
  background-color: rgba(27, 185, 52, 0.4);
}
.custom-card-header--background.custom-card-header--color-success-05 {
  background-color: rgba(27, 185, 52, 0.5);
}
.custom-card-header--background.custom-card-header--color-success-06 {
  background-color: rgba(27, 185, 52, 0.6);
}
.custom-card-header--background.custom-card-header--color-success-07 {
  background-color: rgba(27, 185, 52, 0.7);
}
.custom-card-header--background.custom-card-header--color-success-08 {
  background-color: rgba(27, 185, 52, 0.8);
}
.custom-card-header--background.custom-card-header--color-success-09 {
  background-color: rgba(27, 185, 52, 0.9);
}
.custom-card-header--background.custom-card-header--color-warning-01 {
  background-color: rgba(242, 114, 18, 0.1);
}
.custom-card-header--background.custom-card-header--color-warning-02 {
  background-color: rgba(242, 114, 18, 0.2);
}
.custom-card-header--background.custom-card-header--color-warning-03 {
  background-color: rgba(242, 114, 18, 0.3);
}
.custom-card-header--background.custom-card-header--color-warning-04 {
  background-color: rgba(242, 114, 18, 0.4);
}
.custom-card-header--background.custom-card-header--color-warning-05 {
  background-color: rgba(242, 114, 18, 0.5);
}
.custom-card-header--background.custom-card-header--color-warning-06 {
  background-color: rgba(242, 114, 18, 0.6);
}
.custom-card-header--background.custom-card-header--color-warning-07 {
  background-color: rgba(242, 114, 18, 0.7);
}
.custom-card-header--background.custom-card-header--color-warning-08 {
  background-color: rgba(242, 114, 18, 0.8);
}
.custom-card-header--background.custom-card-header--color-warning-09 {
  background-color: rgba(242, 114, 18, 0.9);
}
.custom-card-header--background.custom-card-header--color-danger-01 {
  background-color: rgba(237, 28, 36, 0.1);
}
.custom-card-header--background.custom-card-header--color-danger-02 {
  background-color: rgba(237, 28, 36, 0.2);
}
.custom-card-header--background.custom-card-header--color-danger-03 {
  background-color: rgba(237, 28, 36, 0.3);
}
.custom-card-header--background.custom-card-header--color-danger-04 {
  background-color: rgba(237, 28, 36, 0.4);
}
.custom-card-header--background.custom-card-header--color-danger-05 {
  background-color: rgba(237, 28, 36, 0.5);
}
.custom-card-header--background.custom-card-header--color-danger-06 {
  background-color: rgba(237, 28, 36, 0.6);
}
.custom-card-header--background.custom-card-header--color-danger-07 {
  background-color: rgba(237, 28, 36, 0.7);
}
.custom-card-header--background.custom-card-header--color-danger-08 {
  background-color: rgba(237, 28, 36, 0.8);
}
.custom-card-header--background.custom-card-header--color-danger-09 {
  background-color: rgba(237, 28, 36, 0.9);
}
.custom-card-header--background.custom-card-header--color-yellow-01 {
  background-color: rgba(247, 191, 71, 0.1);
}
.custom-card-header--background.custom-card-header--color-yellow-02 {
  background-color: rgba(247, 191, 71, 0.2);
}
.custom-card-header--background.custom-card-header--color-yellow-03 {
  background-color: rgba(247, 191, 71, 0.3);
}
.custom-card-header--background.custom-card-header--color-yellow-04 {
  background-color: rgba(247, 191, 71, 0.4);
}
.custom-card-header--background.custom-card-header--color-yellow-05 {
  background-color: rgba(247, 191, 71, 0.5);
}
.custom-card-header--background.custom-card-header--color-yellow-06 {
  background-color: rgba(247, 191, 71, 0.6);
}
.custom-card-header--background.custom-card-header--color-yellow-07 {
  background-color: rgba(247, 191, 71, 0.7);
}
.custom-card-header--background.custom-card-header--color-yellow-08 {
  background-color: rgba(247, 191, 71, 0.8);
}
.custom-card-header--background.custom-card-header--color-yellow-09 {
  background-color: rgba(247, 191, 71, 0.9);
}
.custom-card-header--background.custom-card-header--color-secondary-01 {
  background-color: rgba(134, 142, 150, 0.1);
}
.custom-card-header--background.custom-card-header--color-secondary-02 {
  background-color: rgba(134, 142, 150, 0.2);
}
.custom-card-header--background.custom-card-header--color-secondary-03 {
  background-color: rgba(134, 142, 150, 0.3);
}
.custom-card-header--background.custom-card-header--color-secondary-04 {
  background-color: rgba(134, 142, 150, 0.4);
}
.custom-card-header--background.custom-card-header--color-secondary-05 {
  background-color: rgba(134, 142, 150, 0.5);
}
.custom-card-header--background.custom-card-header--color-secondary-06 {
  background-color: rgba(134, 142, 150, 0.6);
}
.custom-card-header--background.custom-card-header--color-secondary-07 {
  background-color: rgba(134, 142, 150, 0.7);
}
.custom-card-header--background.custom-card-header--color-secondary-08 {
  background-color: rgba(134, 142, 150, 0.8);
}
.custom-card-header--background.custom-card-header--color-secondary-09 {
  background-color: rgba(134, 142, 150, 0.9);
}
.custom-card-header--background.custom-card-header--color-dark-01 {
  background-color: rgba(63, 70, 81, 0.1);
}
.custom-card-header--background.custom-card-header--color-dark-02 {
  background-color: rgba(63, 70, 81, 0.2);
}
.custom-card-header--background.custom-card-header--color-dark-03 {
  background-color: rgba(63, 70, 81, 0.3);
}
.custom-card-header--background.custom-card-header--color-dark-04 {
  background-color: rgba(63, 70, 81, 0.4);
}
.custom-card-header--background.custom-card-header--color-dark-05 {
  background-color: rgba(63, 70, 81, 0.5);
}
.custom-card-header--background.custom-card-header--color-dark-06 {
  background-color: rgba(63, 70, 81, 0.6);
}
.custom-card-header--background.custom-card-header--color-dark-07 {
  background-color: rgba(63, 70, 81, 0.7);
}
.custom-card-header--background.custom-card-header--color-dark-08 {
  background-color: rgba(63, 70, 81, 0.8);
}
.custom-card-header--background.custom-card-header--color-dark-09 {
  background-color: rgba(63, 70, 81, 0.9);
}
.custom-card-header--background.custom-card-header--color-light-01 {
  background-color: rgba(248, 249, 250, 0.1);
}
.custom-card-header--background.custom-card-header--color-light-02 {
  background-color: rgba(248, 249, 250, 0.2);
}
.custom-card-header--background.custom-card-header--color-light-03 {
  background-color: rgba(248, 249, 250, 0.3);
}
.custom-card-header--background.custom-card-header--color-light-04 {
  background-color: rgba(248, 249, 250, 0.4);
}
.custom-card-header--background.custom-card-header--color-light-05 {
  background-color: rgba(248, 249, 250, 0.5);
}
.custom-card-header--background.custom-card-header--color-light-06 {
  background-color: rgba(248, 249, 250, 0.6);
}
.custom-card-header--background.custom-card-header--color-light-07 {
  background-color: rgba(248, 249, 250, 0.7);
}
.custom-card-header--background.custom-card-header--color-light-08 {
  background-color: rgba(248, 249, 250, 0.8);
}
.custom-card-header--background.custom-card-header--color-light-09 {
  background-color: rgba(248, 249, 250, 0.9);
}
.custom-card-header--background.custom-card-header--color-purple-01 {
  background-color: rgba(202, 142, 255, 0.1);
}
.custom-card-header--background.custom-card-header--color-purple-02 {
  background-color: rgba(202, 142, 255, 0.2);
}
.custom-card-header--background.custom-card-header--color-purple-03 {
  background-color: rgba(202, 142, 255, 0.3);
}
.custom-card-header--background.custom-card-header--color-purple-04 {
  background-color: rgba(202, 142, 255, 0.4);
}
.custom-card-header--background.custom-card-header--color-purple-05 {
  background-color: rgba(202, 142, 255, 0.5);
}
.custom-card-header--background.custom-card-header--color-purple-06 {
  background-color: rgba(202, 142, 255, 0.6);
}
.custom-card-header--background.custom-card-header--color-purple-07 {
  background-color: rgba(202, 142, 255, 0.7);
}
.custom-card-header--background.custom-card-header--color-purple-08 {
  background-color: rgba(202, 142, 255, 0.8);
}
.custom-card-header--background.custom-card-header--color-purple-09 {
  background-color: rgba(202, 142, 255, 0.9);
}
.custom-card-header--background.custom-card-header--color-primary {
  background-color: #1EB7FF;
}
.custom-card-header--background.custom-card-header--color-secondary {
  background-color: #868E96;
}
.custom-card-header--background.custom-card-header--color-success {
  background-color: #1BB934;
}
.custom-card-header--background.custom-card-header--color-info {
  background-color: #7395ae;
}
.custom-card-header--background.custom-card-header--color-warning {
  background-color: #feba21;
}
.custom-card-header--background.custom-card-header--color-danger {
  background-color: #ED1C24;
}
.custom-card-header--background.custom-card-header--color-light {
  background-color: #F8F9FA;
}
.custom-card-header--background.custom-card-header--color-dark {
  background-color: #3F4651;
}
.custom-card-header--border {
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
  border-bottom: 2px solid;
  background: none;
}
.custom-card-header--border.custom-card-header--color-100 {
  border-bottom-color: #F8F9FA;
}
.custom-card-header--border.custom-card-header--color-200 {
  border-bottom-color: #E9ECEF;
}
.custom-card-header--border.custom-card-header--color-300 {
  border-bottom-color: #DEE2E6;
}
.custom-card-header--border.custom-card-header--color-400 {
  border-bottom-color: #CED4DA;
}
.custom-card-header--border.custom-card-header--color-500 {
  border-bottom-color: #ADB5BD;
}
.custom-card-header--border.custom-card-header--color-600 {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-700 {
  border-bottom-color: #5D636D;
}
.custom-card-header--border.custom-card-header--color-800 {
  border-bottom-color: #3F4651;
}
.custom-card-header--border.custom-card-header--color-900 {
  border-bottom-color: #353C48;
}
.custom-card-header--border.custom-card-header--color-blue {
  border-bottom-color: #1EB7FF;
}
.custom-card-header--border.custom-card-header--color-indigo {
  border-bottom-color: #6610f2;
}
.custom-card-header--border.custom-card-header--color-purple {
  border-bottom-color: #CA8EFF;
}
.custom-card-header--border.custom-card-header--color-pink {
  border-bottom-color: #e83e8c;
}
.custom-card-header--border.custom-card-header--color-red {
  border-bottom-color: #ED1C24;
}
.custom-card-header--border.custom-card-header--color-orange {
  border-bottom-color: #F27212;
}
.custom-card-header--border.custom-card-header--color-yellow {
  border-bottom-color: #F7BF47;
}
.custom-card-header--border.custom-card-header--color-green {
  border-bottom-color: #1BB934;
}
.custom-card-header--border.custom-card-header--color-teal {
  border-bottom-color: #20c997;
}
.custom-card-header--border.custom-card-header--color-cyan {
  border-bottom-color: #33AE9A;
}
.custom-card-header--border.custom-card-header--color-white {
  border-bottom-color: #FFF;
}
.custom-card-header--border.custom-card-header--color-gray {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-gray-dark {
  border-bottom-color: #3F4651;
}
.custom-card-header--border.custom-card-header--color-facebook {
  border-bottom-color: #3A5E95;
}
.custom-card-header--border.custom-card-header--color-twitter {
  border-bottom-color: #60ADDB;
}
.custom-card-header--border.custom-card-header--color-lastfm {
  border-bottom-color: #E01132;
}
.custom-card-header--border.custom-card-header--color-pinterest {
  border-bottom-color: #BD0520;
}
.custom-card-header--border.custom-card-header--color-linkedin {
  border-bottom-color: #057CB2;
}
.custom-card-header--border.custom-card-header--color-medium {
  border-bottom-color: #5cb85c;
}
.custom-card-header--border.custom-card-header--color-skype {
  border-bottom-color: #0AB2EF;
}
.custom-card-header--border.custom-card-header--color-foursquare {
  border-bottom-color: #F84978;
}
.custom-card-header--border.custom-card-header--color-android {
  border-bottom-color: #A6C843;
}
.custom-card-header--border.custom-card-header--color-spotify {
  border-bottom-color: #2FD665;
}
.custom-card-header--border.custom-card-header--color-paypal {
  border-bottom-color: #2A9AD7;
}
.custom-card-header--border.custom-card-header--color-dribble {
  border-bottom-color: #F16898;
}
.custom-card-header--border.custom-card-header--color-youtube {
  border-bottom-color: #ED1922;
}
.custom-card-header--border.custom-card-header--color-windows {
  border-bottom-color: #10BFF2;
}
.custom-card-header--border.custom-card-header--color-amazon {
  border-bottom-color: #FEA320;
}
.custom-card-header--border.custom-card-header--color-black-01 {
  border-bottom-color: rgba(31, 45, 61, 0.1);
}
.custom-card-header--border.custom-card-header--color-black-02 {
  border-bottom-color: rgba(31, 45, 61, 0.2);
}
.custom-card-header--border.custom-card-header--color-black-03 {
  border-bottom-color: rgba(31, 45, 61, 0.3);
}
.custom-card-header--border.custom-card-header--color-black-04 {
  border-bottom-color: rgba(31, 45, 61, 0.4);
}
.custom-card-header--border.custom-card-header--color-black-05 {
  border-bottom-color: rgba(31, 45, 61, 0.5);
}
.custom-card-header--border.custom-card-header--color-black-06 {
  border-bottom-color: rgba(31, 45, 61, 0.6);
}
.custom-card-header--border.custom-card-header--color-black-07 {
  border-bottom-color: rgba(31, 45, 61, 0.7);
}
.custom-card-header--border.custom-card-header--color-black-08 {
  border-bottom-color: rgba(31, 45, 61, 0.8);
}
.custom-card-header--border.custom-card-header--color-black-09 {
  border-bottom-color: rgba(31, 45, 61, 0.9);
}
.custom-card-header--border.custom-card-header--color-white-01 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-white-02 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-white-03 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-white-04 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-white-05 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-white-06 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-white-07 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-white-08 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-white-09 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-primary-01 {
  border-bottom-color: rgba(30, 183, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-primary-02 {
  border-bottom-color: rgba(30, 183, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-primary-03 {
  border-bottom-color: rgba(30, 183, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-primary-04 {
  border-bottom-color: rgba(30, 183, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-primary-05 {
  border-bottom-color: rgba(30, 183, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-primary-06 {
  border-bottom-color: rgba(30, 183, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-primary-07 {
  border-bottom-color: rgba(30, 183, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-primary-08 {
  border-bottom-color: rgba(30, 183, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-primary-09 {
  border-bottom-color: rgba(30, 183, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-info-01 {
  border-bottom-color: rgba(51, 174, 154, 0.1);
}
.custom-card-header--border.custom-card-header--color-info-02 {
  border-bottom-color: rgba(51, 174, 154, 0.2);
}
.custom-card-header--border.custom-card-header--color-info-03 {
  border-bottom-color: rgba(51, 174, 154, 0.3);
}
.custom-card-header--border.custom-card-header--color-info-04 {
  border-bottom-color: rgba(51, 174, 154, 0.4);
}
.custom-card-header--border.custom-card-header--color-info-05 {
  border-bottom-color: rgba(51, 174, 154, 0.5);
}
.custom-card-header--border.custom-card-header--color-info-06 {
  border-bottom-color: rgba(51, 174, 154, 0.6);
}
.custom-card-header--border.custom-card-header--color-info-07 {
  border-bottom-color: rgba(51, 174, 154, 0.7);
}
.custom-card-header--border.custom-card-header--color-info-08 {
  border-bottom-color: rgba(51, 174, 154, 0.8);
}
.custom-card-header--border.custom-card-header--color-info-09 {
  border-bottom-color: rgba(51, 174, 154, 0.9);
}
.custom-card-header--border.custom-card-header--color-success-01 {
  border-bottom-color: rgba(27, 185, 52, 0.1);
}
.custom-card-header--border.custom-card-header--color-success-02 {
  border-bottom-color: rgba(27, 185, 52, 0.2);
}
.custom-card-header--border.custom-card-header--color-success-03 {
  border-bottom-color: rgba(27, 185, 52, 0.3);
}
.custom-card-header--border.custom-card-header--color-success-04 {
  border-bottom-color: rgba(27, 185, 52, 0.4);
}
.custom-card-header--border.custom-card-header--color-success-05 {
  border-bottom-color: rgba(27, 185, 52, 0.5);
}
.custom-card-header--border.custom-card-header--color-success-06 {
  border-bottom-color: rgba(27, 185, 52, 0.6);
}
.custom-card-header--border.custom-card-header--color-success-07 {
  border-bottom-color: rgba(27, 185, 52, 0.7);
}
.custom-card-header--border.custom-card-header--color-success-08 {
  border-bottom-color: rgba(27, 185, 52, 0.8);
}
.custom-card-header--border.custom-card-header--color-success-09 {
  border-bottom-color: rgba(27, 185, 52, 0.9);
}
.custom-card-header--border.custom-card-header--color-warning-01 {
  border-bottom-color: rgba(242, 114, 18, 0.1);
}
.custom-card-header--border.custom-card-header--color-warning-02 {
  border-bottom-color: rgba(242, 114, 18, 0.2);
}
.custom-card-header--border.custom-card-header--color-warning-03 {
  border-bottom-color: rgba(242, 114, 18, 0.3);
}
.custom-card-header--border.custom-card-header--color-warning-04 {
  border-bottom-color: rgba(242, 114, 18, 0.4);
}
.custom-card-header--border.custom-card-header--color-warning-05 {
  border-bottom-color: rgba(242, 114, 18, 0.5);
}
.custom-card-header--border.custom-card-header--color-warning-06 {
  border-bottom-color: rgba(242, 114, 18, 0.6);
}
.custom-card-header--border.custom-card-header--color-warning-07 {
  border-bottom-color: rgba(242, 114, 18, 0.7);
}
.custom-card-header--border.custom-card-header--color-warning-08 {
  border-bottom-color: rgba(242, 114, 18, 0.8);
}
.custom-card-header--border.custom-card-header--color-warning-09 {
  border-bottom-color: rgba(242, 114, 18, 0.9);
}
.custom-card-header--border.custom-card-header--color-danger-01 {
  border-bottom-color: rgba(237, 28, 36, 0.1);
}
.custom-card-header--border.custom-card-header--color-danger-02 {
  border-bottom-color: rgba(237, 28, 36, 0.2);
}
.custom-card-header--border.custom-card-header--color-danger-03 {
  border-bottom-color: rgba(237, 28, 36, 0.3);
}
.custom-card-header--border.custom-card-header--color-danger-04 {
  border-bottom-color: rgba(237, 28, 36, 0.4);
}
.custom-card-header--border.custom-card-header--color-danger-05 {
  border-bottom-color: rgba(237, 28, 36, 0.5);
}
.custom-card-header--border.custom-card-header--color-danger-06 {
  border-bottom-color: rgba(237, 28, 36, 0.6);
}
.custom-card-header--border.custom-card-header--color-danger-07 {
  border-bottom-color: rgba(237, 28, 36, 0.7);
}
.custom-card-header--border.custom-card-header--color-danger-08 {
  border-bottom-color: rgba(237, 28, 36, 0.8);
}
.custom-card-header--border.custom-card-header--color-danger-09 {
  border-bottom-color: rgba(237, 28, 36, 0.9);
}
.custom-card-header--border.custom-card-header--color-yellow-01 {
  border-bottom-color: rgba(247, 191, 71, 0.1);
}
.custom-card-header--border.custom-card-header--color-yellow-02 {
  border-bottom-color: rgba(247, 191, 71, 0.2);
}
.custom-card-header--border.custom-card-header--color-yellow-03 {
  border-bottom-color: rgba(247, 191, 71, 0.3);
}
.custom-card-header--border.custom-card-header--color-yellow-04 {
  border-bottom-color: rgba(247, 191, 71, 0.4);
}
.custom-card-header--border.custom-card-header--color-yellow-05 {
  border-bottom-color: rgba(247, 191, 71, 0.5);
}
.custom-card-header--border.custom-card-header--color-yellow-06 {
  border-bottom-color: rgba(247, 191, 71, 0.6);
}
.custom-card-header--border.custom-card-header--color-yellow-07 {
  border-bottom-color: rgba(247, 191, 71, 0.7);
}
.custom-card-header--border.custom-card-header--color-yellow-08 {
  border-bottom-color: rgba(247, 191, 71, 0.8);
}
.custom-card-header--border.custom-card-header--color-yellow-09 {
  border-bottom-color: rgba(247, 191, 71, 0.9);
}
.custom-card-header--border.custom-card-header--color-secondary-01 {
  border-bottom-color: rgba(134, 142, 150, 0.1);
}
.custom-card-header--border.custom-card-header--color-secondary-02 {
  border-bottom-color: rgba(134, 142, 150, 0.2);
}
.custom-card-header--border.custom-card-header--color-secondary-03 {
  border-bottom-color: rgba(134, 142, 150, 0.3);
}
.custom-card-header--border.custom-card-header--color-secondary-04 {
  border-bottom-color: rgba(134, 142, 150, 0.4);
}
.custom-card-header--border.custom-card-header--color-secondary-05 {
  border-bottom-color: rgba(134, 142, 150, 0.5);
}
.custom-card-header--border.custom-card-header--color-secondary-06 {
  border-bottom-color: rgba(134, 142, 150, 0.6);
}
.custom-card-header--border.custom-card-header--color-secondary-07 {
  border-bottom-color: rgba(134, 142, 150, 0.7);
}
.custom-card-header--border.custom-card-header--color-secondary-08 {
  border-bottom-color: rgba(134, 142, 150, 0.8);
}
.custom-card-header--border.custom-card-header--color-secondary-09 {
  border-bottom-color: rgba(134, 142, 150, 0.9);
}
.custom-card-header--border.custom-card-header--color-dark-01 {
  border-bottom-color: rgba(63, 70, 81, 0.1);
}
.custom-card-header--border.custom-card-header--color-dark-02 {
  border-bottom-color: rgba(63, 70, 81, 0.2);
}
.custom-card-header--border.custom-card-header--color-dark-03 {
  border-bottom-color: rgba(63, 70, 81, 0.3);
}
.custom-card-header--border.custom-card-header--color-dark-04 {
  border-bottom-color: rgba(63, 70, 81, 0.4);
}
.custom-card-header--border.custom-card-header--color-dark-05 {
  border-bottom-color: rgba(63, 70, 81, 0.5);
}
.custom-card-header--border.custom-card-header--color-dark-06 {
  border-bottom-color: rgba(63, 70, 81, 0.6);
}
.custom-card-header--border.custom-card-header--color-dark-07 {
  border-bottom-color: rgba(63, 70, 81, 0.7);
}
.custom-card-header--border.custom-card-header--color-dark-08 {
  border-bottom-color: rgba(63, 70, 81, 0.8);
}
.custom-card-header--border.custom-card-header--color-dark-09 {
  border-bottom-color: rgba(63, 70, 81, 0.9);
}
.custom-card-header--border.custom-card-header--color-light-01 {
  border-bottom-color: rgba(248, 249, 250, 0.1);
}
.custom-card-header--border.custom-card-header--color-light-02 {
  border-bottom-color: rgba(248, 249, 250, 0.2);
}
.custom-card-header--border.custom-card-header--color-light-03 {
  border-bottom-color: rgba(248, 249, 250, 0.3);
}
.custom-card-header--border.custom-card-header--color-light-04 {
  border-bottom-color: rgba(248, 249, 250, 0.4);
}
.custom-card-header--border.custom-card-header--color-light-05 {
  border-bottom-color: rgba(248, 249, 250, 0.5);
}
.custom-card-header--border.custom-card-header--color-light-06 {
  border-bottom-color: rgba(248, 249, 250, 0.6);
}
.custom-card-header--border.custom-card-header--color-light-07 {
  border-bottom-color: rgba(248, 249, 250, 0.7);
}
.custom-card-header--border.custom-card-header--color-light-08 {
  border-bottom-color: rgba(248, 249, 250, 0.8);
}
.custom-card-header--border.custom-card-header--color-light-09 {
  border-bottom-color: rgba(248, 249, 250, 0.9);
}
.custom-card-header--border.custom-card-header--color-purple-01 {
  border-bottom-color: rgba(202, 142, 255, 0.1);
}
.custom-card-header--border.custom-card-header--color-purple-02 {
  border-bottom-color: rgba(202, 142, 255, 0.2);
}
.custom-card-header--border.custom-card-header--color-purple-03 {
  border-bottom-color: rgba(202, 142, 255, 0.3);
}
.custom-card-header--border.custom-card-header--color-purple-04 {
  border-bottom-color: rgba(202, 142, 255, 0.4);
}
.custom-card-header--border.custom-card-header--color-purple-05 {
  border-bottom-color: rgba(202, 142, 255, 0.5);
}
.custom-card-header--border.custom-card-header--color-purple-06 {
  border-bottom-color: rgba(202, 142, 255, 0.6);
}
.custom-card-header--border.custom-card-header--color-purple-07 {
  border-bottom-color: rgba(202, 142, 255, 0.7);
}
.custom-card-header--border.custom-card-header--color-purple-08 {
  border-bottom-color: rgba(202, 142, 255, 0.8);
}
.custom-card-header--border.custom-card-header--color-purple-09 {
  border-bottom-color: rgba(202, 142, 255, 0.9);
}
.custom-card-header--border.custom-card-header--color-primary {
  border-bottom-color: #1EB7FF;
}
.custom-card-header--border.custom-card-header--color-secondary {
  border-bottom-color: #868E96;
}
.custom-card-header--border.custom-card-header--color-success {
  border-bottom-color: #1BB934;
}
.custom-card-header--border.custom-card-header--color-info {
  border-bottom-color: #7395ae;
}
.custom-card-header--border.custom-card-header--color-warning {
  border-bottom-color: #feba21;
}
.custom-card-header--border.custom-card-header--color-danger {
  border-bottom-color: #ED1C24;
}
.custom-card-header--border.custom-card-header--color-light {
  border-bottom-color: #F8F9FA;
}
.custom-card-header--border.custom-card-header--color-dark {
  border-bottom-color: #3F4651;
}

/* Avatar Variants Definitions */
.hr-text {
  display: flex;
  align-items: center;
}
.hr-text:before, .hr-text:after {
  flex: 1 1 auto;
  border-top: 1px solid #DEE2E6;
}
.hr-text:after {
  content: " ";
}
.hr-text > *:first-child {
  padding-left: 0;
  padding-right: 1rem;
  text-align: left;
  color: #212529;
}
.hr-text.hr-text-center:before {
  content: " ";
}
.hr-text.hr-text-center > *:first-child {
  text-align: center;
  padding-left: 1rem;
}
.hr-text.hr-text-right:before {
  content: " ";
}
.hr-text.hr-text-right:after {
  content: none;
}
.hr-text.hr-text-right > *:first-child {
  text-align: right;
  padding-left: 1rem;
  padding-right: 0;
}

.icon-with-badge {
  position: relative;
  display: inline-block;
}
.icon-with-badge .icon-with-badge__badge {
  position: absolute;
  right: -8px;
  top: -4px;
  padding: 2px 5px;
  line-height: 12px;
}

/* Avatar Variants Definitions */
.layout {
  display: flex;
  min-height: 100vh;
}
.layout__navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 250px;
  right: 0;
  z-index: 1030;
  background: #F9FAFC;
  /* noscript fallback */
}
@media (max-width: 991.98px) {
  .layout__navbar {
    left: 0;
    background: #FFF;
    border-bottom: 1px solid #CED4DA;
  }
}
.layout__navbar + .layout__navbar {
  top: 56px;
}
.layout__navbar .navbar {
  z-index: 2;
}
.layout__navbar .navbar + .navbar {
  z-index: 1;
}
.layout__sidebar {
  flex: 0 0 auto;
  height: 100vh;
  width: 250px;
}
@media (min-width: 992px) {
  .layout__sidebar--slim {
    width: 60px;
  }
  .layout__sidebar--slim ~ .layout__wrap .layout__navbar {
    left: 60px;
  }
  .layout__sidebar--collapsed {
    width: 0;
  }
  .layout__sidebar--collapsed ~ .layout__wrap .layout__navbar {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .layout__sidebar {
    width: 0;
  }
}
.layout__content {
  padding: 1.5rem;
}
@media (max-width: 991.98px) {
  .layout__content {
    padding: 0.5rem;
  }
}
.layout__wrap {
  flex: 1 1 auto;
  width: 100%;
}
.layout--only-navbar .layout__navbar {
  background: #FFF;
  border-bottom: 1px solid #CED4DA;
}

/* Avatar Variants Definitions */
.sidebar {
  position: fixed;
  top: 0;
  border-right: 1px solid #DEE2E6;
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.035);
  left: 0;
  bottom: 0;
  z-index: 1031;
  display: flex;
  width: 250px;
  flex-direction: column;
  background: #FFF;
}
.sidebar__section {
  flex: 0 0 auto;
  padding: 1.5rem;
}
.sidebar__section--fluid {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sidebar__section--fluid::-webkit-scrollbar {
  display: none;
  width: 0.25rem;
}
.sidebar__section--fluid::-webkit-scrollbar-track {
  background-color: #F8F9FA;
}
.sidebar__section--fluid::-webkit-scrollbar-thumb {
  background-color: #DEE2E6;
}
.sidebar__section--cover {
  padding: 0;
}
.sidebar__close {
  display: none;
}
.sidebar__close > a {
  color: #DEE2E6;
}
.sidebar__close > a:hover {
  color: #ADB5BD;
}
.sidebar__brand {
  color: #1EB7FF;
}
.sidebar__brand:hover {
  color: #1EB7FF;
}
.sidebar__link {
  color: #1EB7FF;
}
.sidebar__link:hover {
  color: #1EB7FF;
  text-decoration: none;
}
.sidebar__link:active, .sidebar__link:focus {
  text-decoration: none;
}
.sidebar__link--muted {
  color: #5D636D;
}
.sidebar__show-slim {
  display: none;
}
.sidebar__mobile-fluid {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .sidebar__mobile-fluid {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .sidebar__mobile-fluid::-webkit-scrollbar {
    display: none;
    width: 0.25rem;
  }
  .sidebar__mobile-fluid::-webkit-scrollbar-track {
    background-color: #F8F9FA;
  }
  .sidebar__mobile-fluid::-webkit-scrollbar-thumb {
    background-color: #DEE2E6;
  }
  .sidebar__mobile-fluid .sidebar__section--fluid {
    flex: 1 0 auto;
    overflow-y: visible;
    overflow-y: initial;
    -webkit-overflow-scrolling: unset;
  }
}

@media (min-width: 992px) {
  .sidebar--slim.sidebar--collapsed {
    width: 60px;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__section:not(.sidebar__section--cover) {
    padding: 1rem;
    text-align: center;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__show-slim {
    display: block;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__hide-slim {
    display: none;
  }
  .sidebar--slim.sidebar--collapsed .sidebar__section--fluid {
    overflow-y: visible;
  }

  .sidebar:not(.sidebar--slim).sidebar--collapsed {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    touch-action: none;
    transform: translateZ(0);
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .sidebar--collapsed {
    transform: translateZ(0) translateX(-100%);
  }
  .sidebar--animations-disabled {
    transition: none;
  }
  .sidebar__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
  }
  .sidebar:not(.sidebar--collapsed) {
    box-shadow: 0px 0px 1rem 0px rgba(31, 45, 61, 0.15);
  }
}
/* Avatar Variants Definitions */
.sidebar-menu {
  list-style-type: none;
  padding: 0;
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link {
  background-color: transparent;
  color: #1F2D3D;
}
.sidebar-menu__entry__link {
  display: flex;
  align-items: center;
  color: #212529;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc(1.5rem + 0px);
}
.sidebar-menu__entry__link > i:first-child {
  margin-right: 0.5rem;
  flex: 0 0 auto;
}
.sidebar-menu__entry__link > span:not(.badge) {
  flex: 1 1 auto;
}
.sidebar-menu__entry__link:hover {
  text-decoration: none;
  background-color: transparent;
  color: #1F2D3D;
}
.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  content: "";
}
.sidebar-menu__entry--nested .sidebar-menu__entry__link:hover::after {
  color: #1F2D3D;
}
.sidebar-menu__entry--nested.open .sidebar-menu__entry__link::after {
  content: "";
}
.sidebar-menu__entry--no-caret .sidebar-menu__entry__link::after {
  content: none !important;
}

.sidebar-submenu {
  padding: 0;
  list-style-type: none;
  height: 0;
  overflow: hidden;
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link {
  background-color: transparent;
  color: #1F2D3D;
}
.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  width: 1.28571em;
  text-align: center;
  font-family: FontAwesome;
  content: "";
}
.sidebar-submenu__entry--nested.open > .sidebar-submenu__entry__link::after {
  content: "";
}
.sidebar-submenu__entry__link {
  display: flex;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc(2.5rem + 1rem);
  color: #212529;
}
.sidebar-submenu__entry__link > span {
  flex: 1 1 auto;
}
.sidebar-submenu__entry__link:hover {
  text-decoration: none;
  background-color: transparent;
  color: #1F2D3D;
}

.open.sidebar-menu__entry--nested > .sidebar-submenu__entry__link::after {
  content: "";
}
.open > .sidebar-submenu {
  height: auto;
}

.sidebar-submenu .sidebar-submenu .sidebar-submenu__entry__link {
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc(2.5rem + 2rem);
  font-size: 12px;
}

/* ------ Slim Sidebar ---------- */
@media (min-width: 992px) {
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested {
    position: relative;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
    content: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu {
    display: none;
    position: absolute;
    left: calc(100% - 3px);
    top: 0;
    right: auto;
    bottom: auto;
    min-width: 250px;
    background: #FFF;
    border: 1px solid #DEE2E6;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 5px;
    box-shadow: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry__link {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: calc(1.5rem + 0.5rem);
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry__link:hover {
    text-decoration: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu > .sidebar-submenu__entry > .sidebar-submenu__entry__link {
    padding-left: 1rem;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested:hover > .sidebar-submenu {
    display: block;
    height: auto;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry__link {
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry__link > span {
    display: none;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry__link > i:first-child {
    margin-right: 0;
  }
  .sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry:hover .sidebar-menu__entry__link {
    text-decoration: none;
  }
}
/* Avatar Variants Definitions */
.navbar.navbar-shadow {
  box-shadow: 0px -4px 10px 2px rgba(206, 212, 218, 0.5);
  border-bottom: 1px solid #DEE2E6;
}

.navbar-toggler.nav-link {
  font-size: 0.875rem;
}

.navbar .navbar-nav.nav-pills .nav-link {
  padding: 0.5rem 1rem;
}

.navbar .nav-link {
  outline: none !important;
}

/**
    Adding this class to the Navbar will allow to
    have a collapsesd menu with additional UNCOLLAPSABLE elements
    after. This will push the collapse container to be the last in the navbar.
*/
.navbar-multi-collapse.navbar-expand-sm .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 575.98px) {
  .navbar-multi-collapse.navbar-expand-sm .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-sm .navbar-collapse {
    order: 999;
  }
}
.navbar-multi-collapse.navbar-expand-md .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .navbar-multi-collapse.navbar-expand-md .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-md .navbar-collapse {
    order: 999;
  }
}
.navbar-multi-collapse.navbar-expand-lg .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .navbar-multi-collapse.navbar-expand-lg .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-lg .navbar-collapse {
    order: 999;
  }
}
.navbar-multi-collapse.navbar-expand-xl .navbar-collapse {
  align-self: stretch;
}
@media (max-width: 1199.98px) {
  .navbar-multi-collapse.navbar-expand-xl .navbar-collapse-wrap {
    display: flex;
  }
  .navbar-multi-collapse.navbar-expand-xl .navbar-collapse {
    order: 999;
  }
}

/**
    Nav Accent  =================================
*/
.navbar-nav.nav-accent {
  align-self: stretch;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.navbar-nav.nav-accent .nav-item {
  display: flex;
  align-self: stretch;
}
.navbar-nav.nav-accent .nav-item .nav-link {
  display: flex;
  align-self: stretch;
  align-items: center;
  margin-left: 1px;
  margin-right: 1px;
  padding: 1rem;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-sm .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link.active, .navbar-expand-sm .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-sm .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-sm .nav-accent .nav-item .nav-link,
.navbar-expand-sm .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-sm .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-sm.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-sm.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-md .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link.active, .navbar-expand-md .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-md .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-md .nav-accent .nav-item .nav-link,
.navbar-expand-md .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-md .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-md.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-md.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-md.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-lg .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link.active, .navbar-expand-lg .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-lg .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-lg .nav-accent .nav-item .nav-link,
.navbar-expand-lg .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-lg .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-lg.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-lg.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl .nav-accent {
    align-self: center;
    margin: 0;
  }
  .navbar-expand-xl .nav-accent .nav-item {
    display: block;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link.active, .navbar-expand-xl .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
  }
  .navbar-expand-xl .nav-accent .dropdown-menu {
    background: none;
    border: none;
  }
  .navbar-expand-xl .nav-accent .nav-item .nav-link,
.navbar-expand-xl .nav-accent .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
  }
  .navbar-expand-xl .nav-accent .dropdown.show > .nav-link {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-light .nav-accent .dropdown-menu .dropdown-item {
    color: #212529;
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-xl.navbar-light .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-light .nav-accent .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .nav-item .nav-link:hover {
    box-shadow: none;
  }
  .navbar-expand-xl.navbar-dark .nav-accent .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
}

.navbar-expand .nav-accent {
  align-self: center;
  margin: 0;
}
.navbar-expand .nav-accent .nav-item {
  display: block;
}
.navbar-expand .nav-accent .nav-item .nav-link {
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
}
.navbar-expand .nav-accent .nav-item .nav-link.active, .navbar-expand .nav-accent .nav-item .nav-link:hover {
  box-shadow: none;
}
.navbar-expand .nav-accent .nav-item .nav-link.active {
  background-color: #E9ECEF;
  color: #1F2D3D;
}
.navbar-expand .nav-accent .dropdown-menu {
  background: none;
  border: none;
}
.navbar-expand .nav-accent .nav-item .nav-link,
.navbar-expand .nav-accent .dropdown-menu .dropdown-item {
  border-radius: 0.25rem;
}
.navbar-expand .nav-accent .dropdown.show > .nav-link {
  box-shadow: none;
}
.navbar-expand.navbar-light .nav-accent .dropdown-menu .dropdown-item {
  color: #212529;
  box-shadow: none;
}
.navbar-expand.navbar-light .nav-accent .dropdown-menu .dropdown-item.active {
  color: #1F2D3D;
}
.navbar-expand.navbar-light .nav-accent .nav-item .nav-link:hover {
  box-shadow: none;
}
.navbar-expand.navbar-light .nav-accent .dropdown.show > .nav-link {
  color: #1F2D3D;
}
.navbar-expand.navbar-dark .nav-accent .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.navbar-expand.navbar-dark .nav-accent .dropdown-menu .dropdown-item.active {
  color: #1F2D3D;
}
.navbar-expand.navbar-dark .nav-accent .dropdown-menu .dropdown-item:hover {
  box-shadow: none;
}
.navbar-expand.navbar-dark .nav-accent .nav-item .nav-link:hover {
  box-shadow: none;
}
.navbar-expand.navbar-dark .nav-accent .dropdown.show > .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-light .nav-accent .nav-item .nav-link:hover {
  box-shadow: inset 0px -3px 0px 0px #f8fafc;
}
.navbar-light .nav-accent .dropdown.show > .nav-link {
  box-shadow: inset 0px -3px 0px 0px #f8fafc;
  color: #1F2D3D;
}

.navbar-dark .nav-accent .nav-item .nav-link:hover {
  box-shadow: inset 0px -3px 0px 0px rgba(153, 153, 153, 0.75);
}
.navbar-dark .nav-accent .dropdown.show > .nav-link {
  box-shadow: inset 0px -3px 0px 0px rgba(153, 153, 153, 0.75);
  color: #FFF;
}

.navbar-light .nav-accent .nav-item .nav-link.active,
.navbar-dark .nav-accent .nav-item .nav-link.active {
  box-shadow: inset 0px -3px 0px 0px #1EB7FF;
}

/**
    Nav Pills ===================================
*/
.navbar .nav.nav-pills .dropdown.show > .nav-link {
  color: #fff;
}

.navbar.navbar-dark .nav.nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar.navbar-dark .nav.nav-pills .nav-link.active {
  color: #fff;
}
.navbar.navbar-light .nav.nav-pills .nav-link {
  color: #212529;
}
.navbar.navbar-light .nav.nav-pills .nav-link.active {
  color: #fff;
}

@media (max-width: 575.98px) {
  .navbar.navbar-expand-sm .nav-pills .dropdown-item.active,
.navbar.navbar-expand-sm .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-sm .nav-pills .dropdown-item, .navbar.navbar-expand-sm .nav-pills .dropdown-item:hover, .navbar.navbar-expand-sm .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-sm .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-sm .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-sm .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-sm .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-sm.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-sm.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-sm.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-sm.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-sm.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-sm.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-sm.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-sm.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
@media (max-width: 767.98px) {
  .navbar.navbar-expand-md .nav-pills .dropdown-item.active,
.navbar.navbar-expand-md .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-md .nav-pills .dropdown-item, .navbar.navbar-expand-md .nav-pills .dropdown-item:hover, .navbar.navbar-expand-md .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-md .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-md .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-md .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-md .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-md.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-md.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-md.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-md.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-md.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-md.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-md.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-md.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
@media (max-width: 991.98px) {
  .navbar.navbar-expand-lg .nav-pills .dropdown-item.active,
.navbar.navbar-expand-lg .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-lg .nav-pills .dropdown-item, .navbar.navbar-expand-lg .nav-pills .dropdown-item:hover, .navbar.navbar-expand-lg .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-lg .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-lg .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-lg .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-lg .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-lg.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-lg.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-lg.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-lg.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-lg.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-lg.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-lg.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-lg.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
@media (max-width: 1199.98px) {
  .navbar.navbar-expand-xl .nav-pills .dropdown-item.active,
.navbar.navbar-expand-xl .nav-pills .nav-link.active {
    background-color: #E9ECEF;
    color: #1F2D3D;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .navbar.navbar-expand-xl .nav-pills .dropdown-item, .navbar.navbar-expand-xl .nav-pills .dropdown-item:hover, .navbar.navbar-expand-xl .nav-pills .dropdown-item:focus {
    background: none;
  }
  .navbar.navbar-expand-xl .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-xl .nav-pills .dropdown.show > .nav-link {
    background: none;
  }
  .navbar.navbar-expand-xl .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand-xl .nav-pills .dropdown-menu.show {
    background: none;
    border: none;
  }
  .navbar.navbar-expand-xl.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-xl.navbar-light .nav-pills .dropdown.show > .nav-link {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-xl.navbar-light .nav-pills .dropdown-item {
    color: #212529;
  }
  .navbar.navbar-expand-xl.navbar-light .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
  .navbar.navbar-expand-xl.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand-xl.navbar-dark .nav-pills .dropdown.show > .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar.navbar-expand-xl.navbar-dark .nav-pills .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar.navbar-expand-xl.navbar-dark .nav-pills .dropdown-item.active {
    color: #1F2D3D;
  }
}
.navbar.navbar-expand .nav-pills .dropdown-item.active,
.navbar.navbar-expand .nav-pills .nav-link.active {
  background-color: #E9ECEF;
  color: #1F2D3D;
  border-radius: 0.25rem;
  box-shadow: none;
}
.navbar.navbar-expand .nav-pills .dropdown-item, .navbar.navbar-expand .nav-pills .dropdown-item:hover, .navbar.navbar-expand .nav-pills .dropdown-item:focus {
  background: none;
}
.navbar.navbar-expand .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand .nav-pills .dropdown.show > .nav-link {
  background: none;
}
.navbar.navbar-expand .nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar.navbar-expand .nav-pills .dropdown-menu.show {
  background: none;
  border: none;
}
.navbar.navbar-expand.navbar-light .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand.navbar-light .nav-pills .dropdown.show > .nav-link {
  color: #1F2D3D;
}
.navbar.navbar-expand.navbar-light .nav-pills .dropdown-item {
  color: #212529;
}
.navbar.navbar-expand.navbar-light .nav-pills .dropdown-item.active {
  color: #1F2D3D;
}
.navbar.navbar-expand.navbar-dark .nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar.navbar-expand.navbar-dark .nav-pills .dropdown.show > .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar.navbar-expand.navbar-dark .nav-pills .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}
.navbar.navbar-expand.navbar-dark .nav-pills .dropdown-item.active {
  color: #1F2D3D;
}

/* Avatar Variants Definitions */
/**
 *  background, border, border-slim-submenu, theme-color,
 *  brand-color, text-color, text-color-muted,
 *  link-color, link-color-hover, link-color-muted,
 *  scroll-rail-color, scroll-thumb-color,
 *  navbar-background, navbar-brand,
 *  navbar-menu-item-bg, navbar-menu-item-color,
 *  menu-background-color, menu-text-color, menu-icon-color, menu-arrow-color
 *  (OPTIONAL) menu-slim-backgroud-color, menu-slim-text-color, menu-slim-icon-color, menu-slim-arrow-color
 *  menu-background-color-hover, menu-text-color-hover, menu-icon-color-hover, menu-arrow-color-hover
 *  (OPTIONAL) menu-slim-background-color-hover, menu-slim-text-color-hover, menu-slim-icon-color-hover, menu-slim-arrow-color-hover
 *  menu-background-color-active, menu-text-color-active, menu-icon-color-active, menu-arrow-color-active
 *  (OPTIONAL) menu-slim-background-color-active, menu-slim-text-color-active, menu-slim-icon-color-active, menu-slim-arrow-color-active
 */
/**
 * All of the variables from apply-sidebar-theme
 * and additional menu-accent-color,
 * (OPTIONAL) menu-accent-color-hover menu-accent-color-active
 */
/**
        Theme Colors
**/
/**
        DARK Theme
**/
.layout--theme--dark--primary {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.theme-dark-primary {
  --theme-theme-color: #1EB7FF;
}

.navbar-dark-primary {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--success {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.theme-dark-success {
  --theme-theme-color: #1BB934;
}

.navbar-dark-success {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--info {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.theme-dark-info {
  --theme-theme-color: #7395ae;
}

.navbar-dark-info {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--danger {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.theme-dark-danger {
  --theme-theme-color: #ED1C24;
}

.navbar-dark-danger {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--warning {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.theme-dark-warning {
  --theme-theme-color: #feba21;
}

.navbar-dark-warning {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--indigo {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.theme-dark-indigo {
  --theme-theme-color: #6610f2;
}

.navbar-dark-indigo {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--purple {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.theme-dark-purple {
  --theme-theme-color: #CA8EFF;
}

.navbar-dark-purple {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--pink {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.theme-dark-pink {
  --theme-theme-color: #e83e8c;
}

.navbar-dark-pink {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

.layout--theme--dark--yellow {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.theme-dark-yellow {
  --theme-theme-color: #F7BF47;
}

.navbar-dark-yellow {
  --theme-navbar-background: #3F4651;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #3F4651;
  --theme-navbar-menu-item-color: #868E96;
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #868E96;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.sidebar-dark-key {
  --theme-sidebar-background: #3F4651;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.2);
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #FFF;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: #868E96;
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: white;
  --theme-sidebar-link-color-muted: #868E96;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #868E96;
  --theme-menu-icon-color: #868E96;
  --theme-menu-slim-icon-color: #868E96;
  --theme-menu-arrow-color: #868E96;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}

/**
        LIGHT Theme
**/
.layout--theme--light--primary {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.theme-light-primary {
  --theme-theme-color: #1EB7FF;
}

.navbar-light-primary {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1EB7FF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1EB7FF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1EB7FF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1EB7FF;
  --theme-menu-accent-color-hover: #1EB7FF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--success {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.theme-light-success {
  --theme-theme-color: #1BB934;
}

.navbar-light-success {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #1BB934;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #1BB934;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #1BB934;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #1BB934;
  --theme-menu-accent-color-hover: #1BB934;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--info {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.theme-light-info {
  --theme-theme-color: #7395ae;
}

.navbar-light-info {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #7395ae;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #7395ae;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #7395ae;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #7395ae;
  --theme-menu-accent-color-hover: #7395ae;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--danger {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.theme-light-danger {
  --theme-theme-color: #ED1C24;
}

.navbar-light-danger {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #ED1C24;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #ED1C24;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #ED1C24;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #ED1C24;
  --theme-menu-accent-color-hover: #ED1C24;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--warning {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.theme-light-warning {
  --theme-theme-color: #feba21;
}

.navbar-light-warning {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #feba21;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #feba21;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #feba21;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #feba21;
  --theme-menu-accent-color-hover: #feba21;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--indigo {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.theme-light-indigo {
  --theme-theme-color: #6610f2;
}

.navbar-light-indigo {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #6610f2;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #6610f2;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #6610f2;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #6610f2;
  --theme-menu-accent-color-hover: #6610f2;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--purple {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.theme-light-purple {
  --theme-theme-color: #CA8EFF;
}

.navbar-light-purple {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #CA8EFF;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #CA8EFF;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #CA8EFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #CA8EFF;
  --theme-menu-accent-color-hover: #CA8EFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--pink {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.theme-light-pink {
  --theme-theme-color: #e83e8c;
}

.navbar-light-pink {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #e83e8c;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #e83e8c;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #e83e8c;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #e83e8c;
  --theme-menu-accent-color-hover: #e83e8c;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

.layout--theme--light--yellow {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #FFF;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.theme-light-yellow {
  --theme-theme-color: #F7BF47;
}

.navbar-light-yellow {
  --theme-navbar-background: #FFF;
  --theme-navbar-brand-color: #F7BF47;
  --theme-navbar-between-border-color: #E9ECEF;
  --theme-navbar-menu-item-color: #212529;
  --theme-navbar-menu-item-hover-color: #1F2D3D;
  --theme-navbar-menu-item-active-background: rgba(0, 0, 0, 0.05);
  --theme-navbar-menu-item-active-color: #1F2D3D;
  --theme-navbar-menu-item-accent-color: #F7BF47;
  --theme-navbar-menu-item-accent-hover-color: #E9ECEF;
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}

.sidebar-light-key {
  --theme-sidebar-background: white;
  --theme-sidebar-border: 1px solid #DEE2E6;
  --theme-sidebar-border-slim-submenu: 1px solid #DEE2E6;
  --theme-sidebar-brand-color: #F7BF47;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: #212529;
  --theme-sidebar-text-color: #1F2D3D;
  --theme-sidebar-text-color-muted: #212529;
  --theme-sidebar-link-color: #1F2D3D;
  --theme-sidebar-link-color-hover: #30465f;
  --theme-sidebar-link-color-muted: #212529;
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #F7BF47;
  --theme-menu-accent-color-hover: #F7BF47;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: #212529;
  --theme-menu-icon-color: #CED4DA;
  --theme-menu-slim-icon-color: #212529;
  --theme-menu-arrow-color: #CED4DA;
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #1F2D3D;
  --theme-menu-slim-text-color-hover: #1F2D3D;
  --theme-menu-icon-color-hover: #1F2D3D;
  --theme-menu-slim-icon-color-hover: #1F2D3D;
  --theme-menu-arrow-color-hover: #1F2D3D;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #1F2D3D;
  --theme-menu-slim-text-color-active: #1F2D3D;
  --theme-menu-icon-color-active: #1F2D3D;
  --theme-menu-slim-icon-color-active: #1F2D3D;
  --theme-menu-arrow-color-active: #1F2D3D;
}

/**
        COLOR Theme
**/
.layout--theme--color--primary {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #1EB7FF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #1EB7FF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1EB7FF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #66ceff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}
.layout--theme--color--primary .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #66ceff !important;
}
.layout--theme--color--primary .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-primary {
  --theme-theme-color: #1EB7FF;
}

.navbar-color-primary {
  --theme-theme-color: #1EB7FF;
  --theme-navbar-background: #1EB7FF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1EB7FF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #66ceff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1EB7FF;
}
.navbar-color-primary.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-primary .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #66ceff !important;
}

.sidebar-color-key {
  --theme-theme-color: #1EB7FF;
  --theme-sidebar-background: #1EB7FF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--success {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #1BB934;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #1BB934;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1BB934;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #79ec8c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}
.layout--theme--color--success .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #79ec8c !important;
}
.layout--theme--color--success .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-success {
  --theme-theme-color: #1BB934;
}

.navbar-color-success {
  --theme-theme-color: #1BB934;
  --theme-navbar-background: #1BB934;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #1BB934;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #79ec8c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #1BB934;
}
.navbar-color-success.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-success .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #79ec8c !important;
}

.sidebar-color-key {
  --theme-theme-color: #1BB934;
  --theme-sidebar-background: #1BB934;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--info {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #7395ae;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #7395ae;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #7395ae;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #9eb6c7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}
.layout--theme--color--info .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #9eb6c7 !important;
}
.layout--theme--color--info .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-info {
  --theme-theme-color: #7395ae;
}

.navbar-color-info {
  --theme-theme-color: #7395ae;
  --theme-navbar-background: #7395ae;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #7395ae;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #9eb6c7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #7395ae;
}
.navbar-color-info.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-info .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #9eb6c7 !important;
}

.sidebar-color-key {
  --theme-theme-color: #7395ae;
  --theme-sidebar-background: #7395ae;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--danger {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #ED1C24;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #ED1C24;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #ED1C24;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f47176;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}
.layout--theme--color--danger .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f47176 !important;
}
.layout--theme--color--danger .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-danger {
  --theme-theme-color: #ED1C24;
}

.navbar-color-danger {
  --theme-theme-color: #ED1C24;
  --theme-navbar-background: #ED1C24;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #ED1C24;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f47176;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #ED1C24;
}
.navbar-color-danger.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-danger .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f47176 !important;
}

.sidebar-color-key {
  --theme-theme-color: #ED1C24;
  --theme-sidebar-background: #ED1C24;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--warning {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #feba21;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #feba21;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #feba21;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #fed067;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}
.layout--theme--color--warning .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #fed067 !important;
}
.layout--theme--color--warning .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-warning {
  --theme-theme-color: #feba21;
}

.navbar-color-warning {
  --theme-theme-color: #feba21;
  --theme-navbar-background: #feba21;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #feba21;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #fed067;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #feba21;
}
.navbar-color-warning.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-warning .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #fed067 !important;
}

.sidebar-color-key {
  --theme-theme-color: #feba21;
  --theme-sidebar-background: #feba21;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--indigo {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #6610f2;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #6610f2;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #6610f2;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #a26ef7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}
.layout--theme--color--indigo .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #a26ef7 !important;
}
.layout--theme--color--indigo .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-indigo {
  --theme-theme-color: #6610f2;
}

.navbar-color-indigo {
  --theme-theme-color: #6610f2;
  --theme-navbar-background: #6610f2;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #6610f2;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #a26ef7;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #6610f2;
}
.navbar-color-indigo.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-indigo .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #a26ef7 !important;
}

.sidebar-color-key {
  --theme-theme-color: #6610f2;
  --theme-sidebar-background: #6610f2;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--purple {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #CA8EFF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #CA8EFF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #CA8EFF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #b766ff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}
.layout--theme--color--purple .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #b766ff !important;
}
.layout--theme--color--purple .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-purple {
  --theme-theme-color: #CA8EFF;
}

.navbar-color-purple {
  --theme-theme-color: #CA8EFF;
  --theme-navbar-background: #CA8EFF;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #CA8EFF;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #b766ff;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #CA8EFF;
}
.navbar-color-purple.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-purple .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #b766ff !important;
}

.sidebar-color-key {
  --theme-theme-color: #CA8EFF;
  --theme-sidebar-background: #CA8EFF;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--pink {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #e83e8c;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #e83e8c;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #e83e8c;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #ef76ae;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}
.layout--theme--color--pink .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #ef76ae !important;
}
.layout--theme--color--pink .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-pink {
  --theme-theme-color: #e83e8c;
}

.navbar-color-pink {
  --theme-theme-color: #e83e8c;
  --theme-navbar-background: #e83e8c;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #e83e8c;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #ef76ae;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #e83e8c;
}
.navbar-color-pink.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-pink .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #ef76ae !important;
}

.sidebar-color-key {
  --theme-theme-color: #e83e8c;
  --theme-sidebar-background: #e83e8c;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout--theme--color--yellow {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #F7BF47;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
  --theme-navbar-background: #F7BF47;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #F7BF47;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f9cc6c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}
.layout--theme--color--yellow .layout__navbar .navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f9cc6c !important;
}
.layout--theme--color--yellow .layout__sidebar .sidebar .badge {
  background-color: rgba(255, 255, 255, 0.5);
}

.theme-color-yellow {
  --theme-theme-color: #F7BF47;
}

.navbar-color-yellow {
  --theme-theme-color: #F7BF47;
  --theme-navbar-background: #F7BF47;
  --theme-navbar-brand-color: #FFF;
  --theme-navbar-between-border-color: #F7BF47;
  --theme-navbar-menu-item-color: rgba(255, 255, 255, 0.8);
  --theme-navbar-menu-item-hover-color: #FFF;
  --theme-navbar-menu-item-active-background: rgba(31, 45, 61, 0.1);
  --theme-navbar-menu-item-active-color: #FFF;
  --theme-navbar-menu-icon-w-badge-color: #f9cc6c;
  --theme-navbar-menu-item-accent-color: #FFF;
  --theme-navbar-menu-item-accent-hover-color: rgba(255, 255, 255, 0.5);
  --theme-navbar-dropdown-active-color: #fff;
  --theme-navbar-dropdown-active-background: #F7BF47;
}
.navbar-color-yellow.navbar .icon-with-badge .icon-with-badge__badge,
.navbar-color-yellow .navbar.navbar-themed .icon-with-badge .icon-with-badge__badge {
  background-color: #f9cc6c !important;
}

.sidebar-color-key {
  --theme-theme-color: #F7BF47;
  --theme-sidebar-background: #F7BF47;
  --theme-sidebar-border: none;
  --theme-sidebar-border-slim-submenu: 1px solid rgba(255, 255, 255, 0.5);
  --theme-sidebar-brand-color: #FFF;
  --theme-sidebar-badge-override: ;
  --theme-sidebar-close-color: ;
  --theme-sidebar-text-color: #FFF;
  --theme-sidebar-text-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-link-color: #FFF;
  --theme-sidebar-link-color-hover: rgba(255, 255, 255, 0.9);
  --theme-sidebar-link-color-muted: rgba(255, 255, 255, 0.7);
  --theme-sidebar-scroll-rail-color: transparent;
  --theme-sidebar-scroll-thumb-color: transparent;
  --theme-menu-accent-color: #FFF;
  --theme-menu-accent-color-hover: #FFF;
  --theme-menu-background-color: transparent;
  --theme-menu-text-color: rgba(255, 255, 255, 0.7);
  --theme-menu-icon-color: rgba(255, 255, 255, 0.7);
  --theme-menu-slim-icon-color: ;
  --theme-menu-arrow-color: rgba(255, 255, 255, 0.7);
  --theme-menu-background-color-hover: transparent;
  --theme-menu-slim-background-color-hover: transparent;
  --theme-menu-text-color-hover: #FFF;
  --theme-menu-slim-text-color-hover: #FFF;
  --theme-menu-icon-color-hover: #FFF;
  --theme-menu-slim-icon-color-hover: #FFF;
  --theme-menu-arrow-color-hover: #FFF;
  --theme-menu-background-color-active: transparent;
  --theme-menu-slim-background-color-active: transparent;
  --theme-menu-text-color-active: #FFF;
  --theme-menu-slim-text-color-active: #FFF;
  --theme-menu-icon-color-active: #FFF;
  --theme-menu-slim-icon-color-active: #FFF;
  --theme-menu-arrow-color-active: #FFF;
}
.sidebar-color-key .badge {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Theme Helpers */
.text-theme {
  color: var(--theme-theme-color) !important;
}

.bg-theme {
  background-color: var(--theme-theme-color) !important;
}

.badge-theme {
  background-color: var(--theme-theme-color);
  color: #fff;
}

.navbar-brand {
  color: var(--theme-theme-color);
}
.navbar-brand > a {
  color: var(--theme-theme-color);
}

/* Navbar Styling */
.navbar-themed {
  background-color: var(--theme-navbar-background);
  /*
      General Navbar Elements =============
  */
  /*
      NavAccent Menu Theming
  */
  /*
      NavPills Menu Theming ===============
  */
}
.navbar-themed .nav-item > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-item > .avatar-font .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-font .avatar__icon--stack > .fa-circle:first-child {
  color: var(--theme-navbar-background) !important;
}
.navbar-themed + nav {
  border-top: 1px solid var(--theme-navbar-background);
  border-top: 1px solid var(--theme-navbar-between-border-color, var(--theme-navbar-background));
}
.navbar-themed .navbar-brand {
  color: var(--theme-navbar-brand-color);
}
.navbar-themed .navbar-toggler {
  color: var(--theme-navbar-menu-item-color);
}
.navbar-themed .nav .nav-link,
.navbar-themed .navbar-nav .nav-link {
  color: var(--theme-navbar-menu-item-color);
}
.navbar-themed .nav .nav-link:hover,
.navbar-themed .navbar-nav .nav-link:hover {
  color: var(--theme-navbar-menu-item-hover-color);
}
.navbar-themed .nav .nav-link.active,
.navbar-themed .navbar-nav .nav-link.active {
  color: var(--theme-navbar-menu-item-active-color);
  background: none;
  font-weight: 500;
}
.navbar-themed .nav .nav-link.active:hover,
.navbar-themed .navbar-nav .nav-link.active:hover {
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav-accent .nav-item .nav-link:hover {
  box-shadow: inset 0px -3px 0px 0px var(--theme-navbar-menu-item-accent-hover-color);
}
.navbar-themed .nav-accent .nav-item .nav-link.active {
  box-shadow: inset 0px -3px 0px 0px var(--theme-navbar-menu-item-accent-color);
}
.navbar-themed .nav-accent .dropdown.show > .nav-link {
  box-shadow: inset 0px -3px 0px 0px var(--theme-navbar-menu-item-accent-hover-color);
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav-accent .dropdown-menu .dropdown-item:active, .navbar-themed .nav-accent .dropdown-menu .dropdown-item.active {
  background-color: var(--theme-navbar-dropdown-active-background);
  color: var(--theme-navbar-dropdown-active-color);
}
@media (max-width: 575.98px) {
  .navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-sm .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-md .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-md .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-md .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-lg .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link, .navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand-xl .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-accent .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item.active,
.navbar-themed.navbar-expand .nav.nav-accent .nav-link.active {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nav-link, .navbar-themed.navbar-expand .nav.nav-accent .nav-link:hover, .navbar-themed.navbar-expand .nav.nav-accent .nav-link:focus,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item:hover,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-item:focus {
  color: var(--theme-navbar-menu-item-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown.show > .nav-link {
  color: var(--theme-navbar-menu-item-hover-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-menu.show {
  background: none;
}
.navbar-themed.navbar-expand .nav.nav-accent .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-accent .dropdown-menu.show > .dropdown-item {
  box-shadow: none;
}
.navbar-themed .nav.nav-pills .dropdown.show > .nav-link {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav.nav-pills .dropdown-menu .dropdown-item:active, .navbar-themed .nav.nav-pills .dropdown-menu .dropdown-item.active {
  background-color: var(--theme-navbar-dropdown-active-background);
  color: var(--theme-navbar-dropdown-active-color);
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-sm .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-sm .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-sm .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-md .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-md .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-md .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-md .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-md .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-lg .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-lg .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-lg .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link.active {
    background-color: var(--theme-navbar-menu-item-active-background);
    color: var(--theme-navbar-menu-item-active-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link, .navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand-xl .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-item:focus {
    color: var(--theme-navbar-menu-item-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown.show > .nav-link {
    color: var(--theme-navbar-menu-item-hover-color);
    box-shadow: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-menu.show {
    background: none;
  }
  .navbar-themed.navbar-expand-xl .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand-xl .nav.nav-pills .dropdown-menu.show > .dropdown-item {
    box-shadow: none;
  }
}
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item.active,
.navbar-themed.navbar-expand .nav.nav-pills .nav-link.active {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nav-link, .navbar-themed.navbar-expand .nav.nav-pills .nav-link:hover, .navbar-themed.navbar-expand .nav.nav-pills .nav-link:focus,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item:hover,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-item:focus {
  color: var(--theme-navbar-menu-item-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nested-dropdown__submenu-item--open > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown.show > .nav-link {
  color: var(--theme-navbar-menu-item-hover-color);
  box-shadow: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-menu.show {
  background: none;
}
.navbar-themed.navbar-expand .nav.nav-pills .nested-dropdown__submenu-item--open .dropdown-menu > .dropdown-item,
.navbar-themed.navbar-expand .nav.nav-pills .dropdown-menu.show > .dropdown-item {
  box-shadow: none;
}
.navbar-themed .nav-pills .show > .nav-link {
  background-color: var(--theme-navbar-menu-item-active-background);
  color: var(--theme-navbar-menu-item-active-color);
}
.navbar-themed .nav-item > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-item > .avatar-font .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-image .avatar__icon--stack > .fa-circle:first-child,
.navbar-themed .nav-link > .avatar-font .avatar__icon--stack > .fa-circle:first-child {
  color: var(--theme-navbar-background) !important;
}
.navbar-themed + nav {
  border-top: 1px solid var(--theme-navbar-background);
  border-top: 1px solid var(--theme-navbar-between-border-color, var(--theme-navbar-background));
}

/* Sidebar Styling */
.sidebar {
  background: var(--theme-sidebar-background);
  color: var(--theme-sidebar-text-color);
  border-right: var(--theme-sidebar-border);
}

.sidebar .avatar__icon--stack > .fa-circle:first-child {
  color: var(--theme-sidebar-background) !important;
}

.sidebar .text-muted {
  color: var(--theme-sidebar-text-color-muted) !important;
}

.sidebar__brand {
  color: var(--theme-sidebar-brand-color);
}

.sidebar__close > a {
  color: var(--theme-sidebar-close-color);
}

.sidebar__link {
  color: var(--theme-sidebar-link-color);
}
.sidebar__link:hover {
  color: var(--theme-sidebar-link-color-hover);
}
.sidebar__link.text-muted,
.sidebar__link .text-muted, .sidebar__link--muted {
  color: var(--theme-sidebar-link-color-muted) !important;
}

.sidebar__section--fluid::-webkit-scrollbar-track {
  background-color: var(--theme-sidebar-scroll-rail-color);
}
.sidebar__section--fluid::-webkit-scrollbar-thumb {
  background-color: var(--theme-sidebar-scroll-thumb-color);
}

.sidebar-menu__entry__icon {
  color: var(--theme-menu-icon-color);
}
.sidebar-menu__entry__link {
  color: var(--theme-menu-text-color);
  background-color: var(--theme-menu-background-color);
}
.sidebar-menu__entry__link::after {
  color: var(--theme-menu-arrow-color);
}
.sidebar-menu__entry__link:hover {
  color: var(--theme-menu-text-color-hover);
  background-color: var(--theme-menu-background-color-hover);
}
.sidebar-menu__entry__link:hover .sidebar-menu__entry__icon {
  color: var(--theme-menu-icon-color-hover);
}
.sidebar-menu__entry__link:hover::after {
  color: var(--theme-menu-arrow-color-hover) !important;
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link {
  color: var(--theme-menu-text-color-active);
  background-color: var(--theme-menu-background-color-active);
  font-weight: 500;
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link .sidebar-menu__entry__icon {
  color: var(--theme-menu-icon-color-active);
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link::after {
  color: var(--theme-menu-arrow-color-active) !important;
}

.sidebar-submenu__entry__link {
  color: var(--theme-menu-text-color);
  background-color: var(--theme-menu-background-color);
}
.sidebar-submenu__entry__link::after {
  color: var(--theme-menu-arrow-color);
}
.sidebar-submenu__entry__link:hover {
  color: var(--theme-menu-text-color-hover);
  background-color: var(--theme-menu-background-color-hover);
}
.sidebar-submenu__entry__link:hover::after {
  color: var(--theme-menu-arrow-color-hover);
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link {
  color: var(--theme-menu-text-color-active);
  background-color: var(--theme-menu-background-color-active);
  font-weight: 500;
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link .sidebar-submenu__entry__icon {
  color: var(--theme-menu-icon-color-active);
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link::after {
  color: var(--theme-menu-arrow-color-active) !important;
}

@media (min-width: 992px) {
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry > .sidebar-menu__entry__link > .sidebar-menu__entry__icon {
    color: var(--theme-menu-slim-icon-color);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry:hover > .sidebar-menu__entry__link {
    background-color: var(--theme-menu-slim-background-color-hover);
    color: var(--theme-menu-slim-text-color-hover);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry:hover > .sidebar-menu__entry__link > .sidebar-menu__entry__icon {
    color: var(--theme-menu-slim-icon-color-hover);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry.active.open > .sidebar-menu__entry__link {
    background-color: var(--theme-menu-slim-background-color-active);
    color: var(--theme-menu-slim-text-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry.active.open > .sidebar-menu__entry__link > .sidebar-menu__entry__icon {
    color: var(--theme-menu-slim-icon-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu {
    background: var(--theme-sidebar-background);
    color: var(--theme-sidebar-text-color);
    border: var(--theme-sidebar-border-slim-submenu);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link {
    background-color: var(--theme-menu-slim-background-color-active);
    color: var(--theme-menu-slim-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link::after {
    color: var(--theme-menu-slim-color-active);
  }
  .sidebar.sidebar--collapsed .sidebar-menu--slim .sidebar-menu__entry--nested > .sidebar-submenu .sidebar-submenu__entry__link:hover {
    background-color: var(--theme-menu-slim-background-color-hover);
    color: var(--theme-menu-slim-text-color-hover);
  }
}
.sidebar-submenu__entry__link {
  position: relative;
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-submenu__entry__link::before {
  content: " ";
  position: absolute;
  display: block;
  transition: transform 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 3px 0 0 0 var(--theme-menu-accent-color-hover);
  transform: translateZ(0) scaleY(0);
  pointer-events: none;
}
.sidebar-submenu__entry__link::after {
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-submenu__entry.active:not(.open) > .sidebar-submenu__entry__link::before {
  transform: translateZ(0) scaleY(1);
}

.sidebar-menu__entry__link {
  position: relative;
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-menu__entry__link::before {
  content: " ";
  position: absolute;
  display: block;
  transition: transform 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 3px 0 0 0 var(--theme-menu-accent-color-hover);
  transform: translateZ(0) scaleY(0);
  pointer-events: none;
}
.sidebar-menu__entry__link .sidebar-menu__entry__icon {
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-menu__entry__link::after {
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-menu__entry.active:not(.open) > .sidebar-menu__entry__link::before {
  transform: translateZ(0) scaleY(1);
}

.sidebar--slim.sidebar--collapsed .sidebar-menu__entry.active > .sidebar-menu__entry__link::before {
  transform: scaleY(1);
}
.sidebar--slim.sidebar--collapsed .sidebar-submenu__entry > .sidebar-submenu__entry__link::before {
  transform: translateZ(0) scaleY(0);
}

/* Avatar Variants Definitions */
.dropdown-menu.extended-dropdown {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  width: 100vw;
  max-width: 370px;
  word-wrap: break-word;
  word-break: break-word;
}
.dropdown-menu.extended-dropdown.show {
  display: flex;
}
.dropdown-menu .extended-dropdown__section {
  flex: 0 0 auto;
  padding: 0.75rem 1.25rem;
}
.dropdown-menu .extended-dropdown__section:not(:last-child) {
  border-bottom: 1px solid #E9ECEF;
}
.dropdown-menu .extended-dropdown__section--list {
  flex: 1 1 auto;
  max-height: 320px;
  padding: 0;
  overflow-y: auto;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item {
  border-width: 0;
  margin-bottom: 0;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item + .list-group-item {
  border-top-width: 1px;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu .extended-dropdown__section--list > .list-group > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu a.extended-dropdown__section {
  color: #353C48;
}
.dropdown-menu a.extended-dropdown__section:hover {
  color: #868E96;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .navbar .nav .dropdown-menu.extended-dropdown,
.navbar .navbar-nav .dropdown-menu.extended-dropdown {
    position: fixed;
    top: 56px;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: none;
  }
  .navbar .nav .dropdown-menu.extended-dropdown .extended-dropdown__section--list,
.navbar .navbar-nav .dropdown-menu.extended-dropdown .extended-dropdown__section--list {
    max-height: none;
  }
}
/* Avatar Variants Definitions */
.fullscreen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.fullscreen__section {
  flex: 0 0 auto;
}
.fullscreen__section--center {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullscreen__section__child {
  flex: 0 1 auto;
}

@media (max-width: 767.98px) {
  .fullscreen {
    min-height: auto;
    padding: 15px;
  }
}
.nested-dropdown__submenu-item {
  position: relative;
}
.nested-dropdown__submenu-item__link {
  position: relative;
}
.nested-dropdown__submenu-item__link::after {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
}
.nested-dropdown__submenu-item__menu-wrap {
  position: absolute;
  top: -2px;
  left: 100%;
  padding-left: 2px;
}
.nested-dropdown__submenu-item__menu.dropdown-menu {
  position: static;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item:active {
    background-color: transparent;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
    display: block;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__link::after {
    content: "";
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
    position: static;
    padding: 0;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
    display: block;
  }
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item:hover, .navbar-expand .navbar-nav .nested-dropdown__submenu-item:active {
  background-color: transparent;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item--open .nested-dropdown__submenu-item__menu.dropdown-menu {
  display: block;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__link::after {
  content: "";
  position: static;
  right: auto;
  top: auto;
  transform: none;
  margin-left: 0.5rem;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__menu-wrap {
  position: static;
  padding: 0;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu {
  border: none;
  padding: 0;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item__menu.dropdown-menu .dropdown-item {
  padding-left: 2rem;
}
.navbar-expand .navbar-nav .nested-dropdown__submenu-item:hover .nested-dropdown__submenu-item__menu {
  display: block;
}

.timeline .timeline-date {
  display: block;
  position: relative;
  padding-top: 8px;
}
.timeline .timeline-date:before {
  background: #DEE2E6;
  border-radius: 2px;
  bottom: -30px;
  content: "";
  height: 24px;
  left: 12px;
  position: absolute;
  width: 1px;
}
.timeline.timeline-datetime .timeline-item {
  margin-left: 117px;
}
.timeline.timeline-datetime .timeline-date {
  text-align: center;
}
.timeline.timeline-datetime .timeline-date:before {
  left: calc(50% - 1px);
}
.timeline .timeline-item {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  position: relative;
}
.timeline .timeline-item:first-child {
  margin-top: 0;
}
.timeline .timeline-item .timeline-item-time {
  position: absolute;
  top: 10px;
  right: calc(100% + 35px);
  text-align: right;
}
.timeline .timeline-item .timeline-item-inner {
  padding: 10px;
  position: relative;
}
.timeline .timeline-item .timeline-item-head {
  border-bottom: 1px solid #DEE2E6;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.timeline .timeline-item .timeline-item-head .user-detail h5 {
  margin: 0 0 2px 0;
}
.timeline .timeline-item .timeline-item-head .post-type > p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0;
  line-height: 17px;
}
.timeline .timeline-item .timeline-item-head .post-time > p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6em;
  line-height: 15px;
  margin: 0;
}
.timeline .timeline-item .timeline-item-content p {
  margin: 0;
}
.timeline .timeline-item .timeline-icon:before {
  background: #DEE2E6;
  border-radius: 2px;
  bottom: -28px;
  content: "";
  height: 100%;
  left: -14px;
  position: absolute;
  width: 1px;
}
.timeline .timeline-item .timeline-icon i {
  left: -30px;
  position: relative;
  top: 1px;
}

.theme-config {
  width: 200px;
  position: fixed;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateX(100%) translateY(-50%);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1500;
}
.theme-config--active {
  transform: translateY(-50%);
}
.theme-config .theme-config__body.card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.theme-config .theme-config__trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}

.image-picker.enabled .responsive .thumbnail:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.7);
}
.image-picker.enabled .responsive:hover {
  cursor: pointer;
}

.image-picker {
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
}
.image-picker .responsive {
  position: relative;
  margin: 0 6px;
  float: left;
  opacity: 1;
}
.image-picker .responsive .thumbnail {
  border: 1px solid #ddd;
  /* Gray border */
  border-radius: 4px;
  /* Rounded border */
  padding: 5px;
  /* Some padding */
  width: 150px;
  /* Set a small width */
  opacity: 1;
  margin: 0;
}
.image-picker .responsive .selected {
  background-color: #008cba;
  opacity: 0.7;
}
.image-picker .responsive .checked {
  display: none;
}
.image-picker .selected .checked {
  display: inline-block;
  transition: 0.5s ease;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.image-picker .clear {
  clear: both;
}

.image-picker-image {
  width: 150px;
  height: 150px;
}

@media (max-width: 767.98px) {
  .image-picker {
    max-height: 250px;
  }
  .image-picker .responsive .thumbnail {
    width: 125px;
    /* Set a small width */
  }

  .image-picker-image {
    width: 125px;
    height: 125px;
  }
}
.thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
}
@charset "UTF-8";
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: 0s;
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(none);
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-wagon-covered::before {
  content: "";
}

.fa-line-height::before {
  content: "";
}

.fa-bagel::before {
  content: "";
}

.fa-transporter-7::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "";
}

.fa-phone-arrow-up-right::before {
  content: "";
}

.fa-phone-arrow-up::before {
  content: "";
}

.fa-phone-outgoing::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-circle-l::before {
  content: "";
}

.fa-head-side-goggles::before {
  content: "";
}

.fa-head-vr::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-face-hand-yawn::before {
  content: "";
}

.fa-gauge-simple-min::before {
  content: "";
}

.fa-tachometer-slowest::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-salad::before {
  content: "";
}

.fa-bowl-salad::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-robot-astromech::before {
  content: "";
}

.fa-ring-diamond::before {
  content: "";
}

.fa-fondue-pot::before {
  content: "";
}

.fa-theta::before {
  content: "";
}

.fa-face-hand-peeking::before {
  content: "";
}

.fa-square-user::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-tire-pressure-warning::before {
  content: "";
}

.fa-wifi-fair::before {
  content: "";
}

.fa-wifi-2::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-mp3-player::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-tally-4::before {
  content: "";
}

.fa-rectangle-history::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-sun-haze::before {
  content: "";
}

.fa-text-size::before {
  content: "";
}

.fa-ufo::before {
  content: "";
}

.fa-fork::before {
  content: "";
}

.fa-utensil-fork::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-mobile-signal::before {
  content: "";
}

.fa-barcode-scan::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-folder-arrow-down::before {
  content: "";
}

.fa-folder-download::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-face-icicles::before {
  content: "";
}

.fa-shovel::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-films::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-face-glasses::before {
  content: "";
}

.fa-nfc::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-closed-captioning-slash::before {
  content: "";
}

.fa-calculator-simple::before {
  content: "";
}

.fa-calculator-alt::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-sliders-up::before {
  content: "";
}

.fa-sliders-v::before {
  content: "";
}

.fa-location-minus::before {
  content: "";
}

.fa-map-marker-minus::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-ski-boot::before {
  content: "";
}

.fa-standard-definition::before {
  content: "";
}

.fa-rectangle-sd::before {
  content: "";
}

.fa-h1::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-message-bot::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-light-ceiling::before {
  content: "";
}

.fa-message-exclamation::before {
  content: "";
}

.fa-comment-alt-exclamation::before {
  content: "";
}

.fa-bowl-scoop::before {
  content: "";
}

.fa-bowl-shaved-ice::before {
  content: "";
}

.fa-square-x::before {
  content: "";
}

.fa-building-memo::before {
  content: "";
}

.fa-utility-pole-double::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-chevrons-up::before {
  content: "";
}

.fa-chevron-double-up::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-user-vneck::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-square-arrow-right::before {
  content: "";
}

.fa-arrow-square-right::before {
  content: "";
}

.fa-location-plus::before {
  content: "";
}

.fa-map-marker-plus::before {
  content: "";
}

.fa-lightbulb-exclamation-on::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-crate-empty::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-transporter::before {
  content: "";
}

.fa-calendar-circle-user::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-person-carry-box::before {
  content: "";
}

.fa-person-carry::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-union::before {
  content: "";
}

.fa-chevrons-left::before {
  content: "";
}

.fa-chevron-double-left::before {
  content: "";
}

.fa-circle-heart::before {
  content: "";
}

.fa-heart-circle::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-bring-forward::before {
  content: "";
}

.fa-square-p::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-sigma::before {
  content: "";
}

.fa-camera-movie::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-clarinet::before {
  content: "";
}

.fa-truck-flatbed::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrows-rotate-reverse::before {
  content: "";
}

.fa-leaf-heart::before {
  content: "";
}

.fa-house-building::before {
  content: "";
}

.fa-cheese-swiss::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-bow-arrow::before {
  content: "";
}

.fa-cart-xmark::before {
  content: "";
}

.fa-hexagon-xmark::before {
  content: "";
}

.fa-times-hexagon::before {
  content: "";
}

.fa-xmark-hexagon::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-merge::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-cart-minus::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-pan-frying::before {
  content: "";
}

.fa-grid::before {
  content: "";
}

.fa-grid-3::before {
  content: "";
}

.fa-football-helmet::before {
  content: "";
}

.fa-hand-love::before {
  content: "";
}

.fa-trees::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-page::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "";
}

.fa-gauge-min::before {
  content: "";
}

.fa-tachometer-alt-slowest::before {
  content: "";
}

.fa-folder-grid::before {
  content: "";
}

.fa-eggplant::before {
  content: "";
}

.fa-excavator::before {
  content: "";
}

.fa-ram::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-lips::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-desktop-arrow-down::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-pumpkin::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-pen-field::before {
  content: "";
}

.fa-blueberries::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-note::before {
  content: "";
}

.fa-arrow-down-to-square::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-cloud-xmark::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-book-blank::before {
  content: "";
}

.fa-book-alt::before {
  content: "";
}

.fa-golf-flag-hole::before {
  content: "";
}

.fa-message-arrow-down::before {
  content: "";
}

.fa-comment-alt-arrow-down::before {
  content: "";
}

.fa-face-unamused::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-circle-9::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-pencil-slash::before {
  content: "";
}

.fa-bowling-pins::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-down-right::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-webhook::before {
  content: "";
}

.fa-blinds-open::before {
  content: "";
}

.fa-fence::before {
  content: "";
}

.fa-up::before {
  content: "";
}

.fa-arrow-alt-up::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-drumstick::before {
  content: "";
}

.fa-square-v::before {
  content: "";
}

.fa-face-awesome::before {
  content: "";
}

.fa-gave-dandy::before {
  content: "";
}

.fa-dial-off::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-face-smile-horns::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-grapes::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-dial-max::before {
  content: "";
}

.fa-circle-m::before {
  content: "";
}

.fa-calendar-image::before {
  content: "";
}

.fa-circle-caret-down::before {
  content: "";
}

.fa-caret-circle-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-shish-kebab::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-alarm-snooze::before {
  content: "";
}

.fa-scarecrow::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-gift-card::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "";
}

.fa-square-b::before {
  content: "";
}

.fa-elephant::before {
  content: "";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-message-question::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-square-3::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-microwave::before {
  content: "";
}

.fa-chf-sign::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-cart-circle-arrow-up::before {
  content: "";
}

.fa-trash-clock::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-sprinkler-ceiling::before {
  content: "";
}

.fa-browsers::before {
  content: "";
}

.fa-trillium::before {
  content: "";
}

.fa-music-slash::before {
  content: "";
}

.fa-truck-ramp::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-circle-c::before {
  content: "";
}

.fa-star-christmas::before {
  content: "";
}

.fa-chart-bullet::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-tree-christmas::before {
  content: "";
}

.fa-tire-flat::before {
  content: "";
}

.fa-sunglasses::before {
  content: "";
}

.fa-badge::before {
  content: "";
}

.fa-message-pen::before {
  content: "";
}

.fa-comment-alt-edit::before {
  content: "";
}

.fa-message-edit::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-file-mp3::before {
  content: "";
}

.fa-arrow-progress::before {
  content: "";
}

.fa-chess-rook-piece::before {
  content: "";
}

.fa-chess-rook-alt::before {
  content: "";
}

.fa-square-root::before {
  content: "";
}

.fa-album-collection-circle-plus::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-sign-post::before {
  content: "";
}

.fa-face-angry-horns::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-tombstone::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-list-music::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-mustache::before {
  content: "";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "";
}

.fa-user-chef::before {
  content: "";
}

.fa-message-image::before {
  content: "";
}

.fa-comment-alt-image::before {
  content: "";
}

.fa-users-medical::before {
  content: "";
}

.fa-sensor-triangle-exclamation::before {
  content: "";
}

.fa-sensor-alert::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-face-mask::before {
  content: "";
}

.fa-pickleball::before {
  content: "";
}

.fa-star-sharp-half::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-meat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-empty-set::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-bird::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-heart-half-stroke::before {
  content: "";
}

.fa-heart-half-alt::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-truck-utensils::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-joystick::before {
  content: "";
}

.fa-grill-fire::before {
  content: "";
}

.fa-rectangle-vertical-history::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-keyboard-left::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-face-beam-hand-over-mouth::before {
  content: "";
}

.fa-droplet-percent::before {
  content: "";
}

.fa-humidity::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-corn::before {
  content: "";
}

.fa-roller-coaster::before {
  content: "";
}

.fa-photo-film-music::before {
  content: "";
}

.fa-radar::before {
  content: "";
}

.fa-sickle::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-coconut::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-shield-cross::before {
  content: "";
}

.fa-cassette-tape::before {
  content: "";
}

.fa-square-terminal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-comment-middle::before {
  content: "";
}

.fa-trash-can-list::before {
  content: "";
}

.fa-block::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-face-frown-slight::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-sidebar-flip::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-temperature-list::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-pipe-section::before {
  content: "";
}

.fa-space-station-moon-construction::before {
  content: "";
}

.fa-space-station-moon-alt::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-face-sleeping::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-squirrel::before {
  content: "";
}

.fa-arrow-up-to-line::before {
  content: "";
}

.fa-arrow-to-top::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-face-cowboy-hat::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-chart-scatter-3d::before {
  content: "";
}

.fa-display-chart-up::before {
  content: "";
}

.fa-square-code::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-xmark-to-slot::before {
  content: "";
}

.fa-times-to-slot::before {
  content: "";
}

.fa-vote-nay::before {
  content: "";
}

.fa-box-taped::before {
  content: "";
}

.fa-box-alt::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-swords::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-album::before {
  content: "";
}

.fa-circle-n::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "";
}

.fa-comment-lines::before {
  content: "";
}

.fa-luchador-mask::before {
  content: "";
}

.fa-luchador::before {
  content: "";
}

.fa-mask-luchador::before {
  content: "";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-shredder::before {
  content: "";
}

.fa-book-open-cover::before {
  content: "";
}

.fa-book-open-alt::before {
  content: "";
}

.fa-sandwich::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-square-parking-slash::before {
  content: "";
}

.fa-parking-slash::before {
  content: "";
}

.fa-train-tunnel::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-face-anguished::before {
  content: "";
}

.fa-hockey-sticks::before {
  content: "";
}

.fa-abacus::before {
  content: "";
}

.fa-film-simple::before {
  content: "";
}

.fa-film-alt::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-tree-palm::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-border-center-v::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-clipboard-medical::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-up-to-line::before {
  content: "";
}

.fa-arrow-alt-to-top::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-watch-fitness::before {
  content: "";
}

.fa-clock-nine-thirty::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-jug::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-snow-blowing::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-arrow-down-from-line::before {
  content: "";
}

.fa-arrow-from-top::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-signal-bars-slash::before {
  content: "";
}

.fa-signal-alt-slash::before {
  content: "";
}

.fa-monkey::before {
  content: "";
}

.fa-rectangle-pro::before {
  content: "";
}

.fa-pro::before {
  content: "";
}

.fa-house-night::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-globe-pointer::before {
  content: "";
}

.fa-blanket::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-comments-question-check::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-arrows-cross::before {
  content: "";
}

.fa-backpack::before {
  content: "";
}

.fa-square-small::before {
  content: "";
}

.fa-folder-arrow-up::before {
  content: "";
}

.fa-folder-upload::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-crosshairs-simple::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-square-sliders::before {
  content: "";
}

.fa-sliders-h-square::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-message-middle-top::before {
  content: "";
}

.fa-comment-middle-top-alt::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-knife::before {
  content: "";
}

.fa-utensil-knife::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-display-chart-up-circle-dollar::before {
  content: "";
}

.fa-wave-sine::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-circle-w::before {
  content: "";
}

.fa-circle-calendar::before {
  content: "";
}

.fa-calendar-circle::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sunset::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-calendar-exclamation::before {
  content: "";
}

.fa-truck-container-empty::before {
  content: "";
}

.fa-hand-heart::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-reply-clock::before {
  content: "";
}

.fa-reply-time::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-right::before {
  content: "";
}

.fa-arrow-alt-right::before {
  content: "";
}

.fa-circle-f::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-face-pleading::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-police-box::before {
  content: "";
}

.fa-cucumber::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-person-biking-mountain::before {
  content: "";
}

.fa-biking-mountain::before {
  content: "";
}

.fa-utensils-slash::before {
  content: "";
}

.fa-print-magnifying-glass::before {
  content: "";
}

.fa-print-search::before {
  content: "";
}

.fa-turn-right::before {
  content: "";
}

.fa-folder-bookmark::before {
  content: "";
}

.fa-arrow-turn-left-down::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-pi::before {
  content: "";
}

.fa-flask-round-potion::before {
  content: "";
}

.fa-flask-potion::before {
  content: "";
}

.fa-face-shush::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-calendar-circle-exclamation::before {
  content: "";
}

.fa-square-i::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-face-saluting::before {
  content: "";
}

.fa-gauge-simple-low::before {
  content: "";
}

.fa-tachometer-slow::before {
  content: "";
}

.fa-face-persevering::before {
  content: "";
}

.fa-circle-camera::before {
  content: "";
}

.fa-camera-circle::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-spider-web::before {
  content: "";
}

.fa-circle-microphone::before {
  content: "";
}

.fa-microphone-circle::before {
  content: "";
}

.fa-book-arrow-up::before {
  content: "";
}

.fa-popsicle::before {
  content: "";
}

.fa-command::before {
  content: "";
}

.fa-blinds::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-saxophone::before {
  content: "";
}

.fa-square-2::before {
  content: "";
}

.fa-field-hockey-stick-ball::before {
  content: "";
}

.fa-field-hockey::before {
  content: "";
}

.fa-arrow-up-square-triangle::before {
  content: "";
}

.fa-sort-shapes-up-alt::before {
  content: "";
}

.fa-face-scream::before {
  content: "";
}

.fa-square-m::before {
  content: "";
}

.fa-camera-web::before {
  content: "";
}

.fa-webcam::before {
  content: "";
}

.fa-comment-arrow-down::before {
  content: "";
}

.fa-lightbulb-cfl::before {
  content: "";
}

.fa-window-frame-open::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-up-to-dotted-line::before {
  content: "";
}

.fa-thought-bubble::before {
  content: "";
}

.fa-skeleton-ribs::before {
  content: "";
}

.fa-raygun::before {
  content: "";
}

.fa-flute::before {
  content: "";
}

.fa-acorn::before {
  content: "";
}

.fa-video-arrow-up-right::before {
  content: "";
}

.fa-grate-droplet::before {
  content: "";
}

.fa-seal-exclamation::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-message-sms::before {
  content: "";
}

.fa-coffee-beans::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-clock-three-thirty::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-alarm-clock::before {
  content: "";
}

.fa-eclipse::before {
  content: "";
}

.fa-face-relieved::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-octagon-minus::before {
  content: "";
}

.fa-minus-octagon::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-face-zany::before {
  content: "";
}

.fa-tricycle::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-square-arrow-up-left::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}

.fa-salt-shaker::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-file-plus::before {
  content: "";
}

.fa-draw-square::before {
  content: "";
}

.fa-toilet-paper-under-slash::before {
  content: "";
}

.fa-toilet-paper-reverse-slash::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-drone-front::before {
  content: "";
}

.fa-drone-alt::before {
  content: "";
}

.fa-glass-empty::before {
  content: "";
}

.fa-dial-high::before {
  content: "";
}

.fa-user-helmet-safety::before {
  content: "";
}

.fa-user-construction::before {
  content: "";
}

.fa-user-hard-hat::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-basketball-hoop::before {
  content: "";
}

.fa-objects-align-bottom::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "";
}

.fa-squid::before {
  content: "";
}

.fa-leafy-green::before {
  content: "";
}

.fa-circle-arrow-up-right::before {
  content: "";
}

.fa-calendars::before {
  content: "";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-hammer-war::before {
  content: "";
}

.fa-circle-d::before {
  content: "";
}

.fa-spider-black-widow::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-pear::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-file-mov::before {
  content: "";
}

.fa-triangle::before {
  content: "";
}

.fa-apartment::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-pepper::before {
  content: "";
}

.fa-piano::before {
  content: "";
}

.fa-gun-squirt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-user-alien::before {
  content: "";
}

.fa-shield-check::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-chart-candlestick::before {
  content: "";
}

.fa-briefcase-blank::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "";
}

.fa-horse-saddle::before {
  content: "";
}

.fa-mug-marshmallows::before {
  content: "";
}

.fa-filters::before {
  content: "";
}

.fa-bell-on::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-dial-med::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "";
}

.fa-monitor-heart-rate::before {
  content: "";
}

.fa-link-simple::before {
  content: "";
}

.fa-whistle::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "";
}

.fa-fragile::before {
  content: "";
}

.fa-slot-machine::before {
  content: "";
}

.fa-notes-medical::before {
  content: "";
}

.fa-car-wash::before {
  content: "";
}

.fa-escalator::before {
  content: "";
}

.fa-comment-image::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-donut::before {
  content: "";
}

.fa-doughnut::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-tally-1::before {
  content: "";
}

.fa-file-vector::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-square-dashed::before {
  content: "";
}

.fa-bag-shopping-plus::before {
  content: "";
}

.fa-square-j::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-arrow-up-big-small::before {
  content: "";
}

.fa-sort-size-up::before {
  content: "";
}

.fa-barcode-read::before {
  content: "";
}

.fa-baguette::before {
  content: "";
}

.fa-bowl-soft-serve::before {
  content: "";
}

.fa-face-holding-back-tears::before {
  content: "";
}

.fa-square-up::before {
  content: "";
}

.fa-arrow-alt-square-up::before {
  content: "";
}

.fa-train-subway-tunnel::before {
  content: "";
}

.fa-subway-tunnel::before {
  content: "";
}

.fa-square-exclamation::before {
  content: "";
}

.fa-exclamation-square::before {
  content: "";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "";
}

.fa-fan-table::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-battery-low::before {
  content: "";
}

.fa-battery-1::before {
  content: "";
}

.fa-credit-card-front::before {
  content: "";
}

.fa-brain-arrow-curved-right::before {
  content: "";
}

.fa-mind-share::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-location-smile::before {
  content: "";
}

.fa-map-marker-smile::before {
  content: "";
}

.fa-arrow-left-to-line::before {
  content: "";
}

.fa-arrow-to-left::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-sushi::before {
  content: "";
}

.fa-nigiri::before {
  content: "";
}

.fa-message-captions::before {
  content: "";
}

.fa-comment-alt-captions::before {
  content: "";
}

.fa-trash-list::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-option::before {
  content: "";
}

.fa-raccoon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-head-side-gear::before {
  content: "";
}

.fa-trash-plus::before {
  content: "";
}

.fa-objects-align-top::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-face-anxious-sweat::before {
  content: "";
}

.fa-credit-card-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-microchip-ai::before {
  content: "";
}

.fa-mug::before {
  content: "";
}

.fa-plane-up-slash::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-pen-circle::before {
  content: "";
}

.fa-bag-seedling::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-crutches::before {
  content: "";
}

.fa-circle-parking::before {
  content: "";
}

.fa-parking-circle::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-leaf-oak::before {
  content: "";
}

.fa-square-bolt::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-lambda::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "";
}

.fa-bowl-chopsticks-noodles::before {
  content: "";
}

.fa-h3::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-badge-percent::before {
  content: "";
}

.fa-rotate-reverse::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-sensor::before {
  content: "";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-toilet-paper-under::before {
  content: "";
}

.fa-toilet-paper-reverse::before {
  content: "";
}

.fa-light-emergency::before {
  content: "";
}

.fa-arrow-down-to-arc::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-light-switch::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-wave-pulse::before {
  content: "";
}

.fa-heart-rate::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-tamale::before {
  content: "";
}

.fa-box-check::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-steak::before {
  content: "";
}

.fa-location-crosshairs-slash::before {
  content: "";
}

.fa-location-slash::before {
  content: "";
}

.fa-person-dolly::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-file-chart-column::before {
  content: "";
}

.fa-file-chart-line::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-folder-image::before {
  content: "";
}

.fa-calendar-pen::before {
  content: "";
}

.fa-calendar-edit::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-face-smile-tear::before {
  content: "";
}

.fa-message-plus::before {
  content: "";
}

.fa-comment-alt-plus::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-person-dress-fairy::before {
  content: "";
}

.fa-rectangle-history-circle-user::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-chart-line-up::before {
  content: "";
}

.fa-mailbox::before {
  content: "";
}

.fa-sign-posts::before {
  content: "";
}

.fa-truck-bolt::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-circle-three-quarters-stroke::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-scalpel::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-bell-exclamation::before {
  content: "";
}

.fa-circle-bookmark::before {
  content: "";
}

.fa-bookmark-circle::before {
  content: "";
}

.fa-egg-fried::before {
  content: "";
}

.fa-face-weary::before {
  content: "";
}

.fa-uniform-martial-arts::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-sun-dust::before {
  content: "";
}

.fa-comment-text::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-signal-bars::before {
  content: "";
}

.fa-signal-alt::before {
  content: "";
}

.fa-signal-alt-4::before {
  content: "";
}

.fa-signal-bars-strong::before {
  content: "";
}

.fa-diamond-exclamation::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-dial-min::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-page-caret-down::before {
  content: "";
}

.fa-file-caret-down::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-clock-seven-thirty::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-clock-four-thirty::before {
  content: "";
}

.fa-signal-bars-good::before {
  content: "";
}

.fa-signal-alt-3::before {
  content: "";
}

.fa-cactus::before {
  content: "";
}

.fa-lightbulb-gear::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-plane-tail::before {
  content: "";
}

.fa-gauge-simple-max::before {
  content: "";
}

.fa-tachometer-fastest::before {
  content: "";
}

.fa-circle-u::before {
  content: "";
}

.fa-shield-slash::before {
  content: "";
}

.fa-square-phone-hangup::before {
  content: "";
}

.fa-phone-square-down::before {
  content: "";
}

.fa-arrow-up-left::before {
  content: "";
}

.fa-transporter-1::before {
  content: "";
}

.fa-peanuts::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-bin-bottles-recycle::before {
  content: "";
}

.fa-arrow-up-from-square::before {
  content: "";
}

.fa-file-dashed-line::before {
  content: "";
}

.fa-page-break::before {
  content: "";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "";
}

.fa-clock-three::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-scalpel-line-dashed::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-pipe-smoking::before {
  content: "";
}

.fa-face-astonished::before {
  content: "";
}

.fa-window::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-ear::before {
  content: "";
}

.fa-file-lock::before {
  content: "";
}

.fa-diagram-venn::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-goal-net::before {
  content: "";
}

.fa-coffin-cross::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-location-xmark::before {
  content: "";
}

.fa-map-marker-times::before {
  content: "";
}

.fa-map-marker-xmark::before {
  content: "";
}

.fa-circle-quarter-stroke::before {
  content: "";
}

.fa-lasso::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-person-to-portal::before {
  content: "";
}

.fa-portal-enter::before {
  content: "";
}

.fa-calendar-star::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-pegasus::before {
  content: "";
}

.fa-files-medical::before {
  content: "";
}

.fa-cannon::before {
  content: "";
}

.fa-nfc-lock::before {
  content: "";
}

.fa-person-ski-lift::before {
  content: "";
}

.fa-ski-lift::before {
  content: "";
}

.fa-square-6::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-wind-turbine::before {
  content: "";
}

.fa-sliders-simple::before {
  content: "";
}

.fa-grid-round::before {
  content: "";
}

.fa-badge-sheriff::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-intersection::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-family::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-user-hair-buns::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-hourglass-clock::before {
  content: "";
}

.fa-person-seat-reclined::before {
  content: "";
}

.fa-paper-plane-top::before {
  content: "";
}

.fa-paper-plane-alt::before {
  content: "";
}

.fa-send::before {
  content: "";
}

.fa-message-arrow-up::before {
  content: "";
}

.fa-comment-alt-arrow-up::before {
  content: "";
}

.fa-lightbulb-exclamation::before {
  content: "";
}

.fa-layer-minus::before {
  content: "";
}

.fa-layer-group-minus::before {
  content: "";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "";
}

.fa-circle-e::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-gauge-max::before {
  content: "";
}

.fa-tachometer-alt-fastest::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-file-png::before {
  content: "";
}

.fa-fire-hydrant::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-video-plus::before {
  content: "";
}

.fa-square-right::before {
  content: "";
}

.fa-arrow-alt-square-right::before {
  content: "";
}

.fa-comment-smile::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-inbox-in::before {
  content: "";
}

.fa-inbox-arrow-down::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-circle-8::before {
  content: "";
}

.fa-clouds-moon::before {
  content: "";
}

.fa-clock-ten-thirty::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-folder-user::before {
  content: "";
}

.fa-trash-can-xmark::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-left-long-to-line::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-calendar-range::before {
  content: "";
}

.fa-flower-daffodil::before {
  content: "";
}

.fa-hand-back-point-up::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-arrow-up-to-arc::before {
  content: "";
}

.fa-star-exclamation::before {
  content: "";
}

.fa-books::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-layer-plus::before {
  content: "";
}

.fa-layer-group-plus::before {
  content: "";
}

.fa-play-pause::before {
  content: "";
}

.fa-block-question::before {
  content: "";
}

.fa-snooze::before {
  content: "";
}

.fa-zzz::before {
  content: "";
}

.fa-scanner-image::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-square-t::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-barn-silo::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-bars-sort::before {
  content: "";
}

.fa-pallet-boxes::before {
  content: "";
}

.fa-palette-boxes::before {
  content: "";
}

.fa-pallet-alt::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-code-simple::before {
  content: "";
}

.fa-bolt-slash::before {
  content: "";
}

.fa-panel-fire::before {
  content: "";
}

.fa-binary-circle-check::before {
  content: "";
}

.fa-comment-minus::before {
  content: "";
}

.fa-burrito::before {
  content: "";
}

.fa-violin::before {
  content: "";
}

.fa-objects-column::before {
  content: "";
}

.fa-square-chevron-down::before {
  content: "";
}

.fa-chevron-square-down::before {
  content: "";
}

.fa-comment-plus::before {
  content: "";
}

.fa-triangle-instrument::before {
  content: "";
}

.fa-triangle-music::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-user-pilot-tie::before {
  content: "";
}

.fa-piano-keyboard::before {
  content: "";
}

.fa-bed-empty::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-rectangle-vertical::before {
  content: "";
}

.fa-rectangle-portrait::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "";
}

.fa-down-to-bracket::before {
  content: "";
}

.fa-circle-z::before {
  content: "";
}

.fa-stars::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-house-day::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-shirt-long-sleeve::before {
  content: "";
}

.fa-chart-pie-simple::before {
  content: "";
}

.fa-chart-pie-alt::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-album-collection-circle-user::before {
  content: "";
}

.fa-candy::before {
  content: "";
}

.fa-bowl-hot::before {
  content: "";
}

.fa-soup::before {
  content: "";
}

.fa-flatbread::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-signal-bars-weak::before {
  content: "";
}

.fa-signal-alt-1::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-clock-twelve::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-citrus-slice::before {
  content: "";
}

.fa-sheep::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-badger-honey::before {
  content: "";
}

.fa-h4::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-signal-slash::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-taco::before {
  content: "";
}

.fa-hexagon-plus::before {
  content: "";
}

.fa-plus-hexagon::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-messages::before {
  content: "";
}

.fa-comments-alt::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-umbrella-simple::before {
  content: "";
}

.fa-umbrella-alt::before {
  content: "";
}

.fa-rectangle-history-circle-plus::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-prescription-bottle-pill::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-binary-slash::before {
  content: "";
}

.fa-square-o::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-transporter-3::before {
  content: "";
}

.fa-engine-warning::before {
  content: "";
}

.fa-engine-exclamation::before {
  content: "";
}

.fa-circle-down-right::before {
  content: "";
}

.fa-square-k::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-money-check-pen::before {
  content: "";
}

.fa-money-check-edit::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-arrow-down-square-triangle::before {
  content: "";
}

.fa-sort-shapes-down-alt::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-dog-leashed::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-face-downcast-sweat::before {
  content: "";
}

.fa-mailbox-flag-up::before {
  content: "";
}

.fa-memo-circle-info::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-volume::before {
  content: "";
}

.fa-volume-medium::before {
  content: "";
}

.fa-transporter-5::before {
  content: "";
}

.fa-gauge-circle-bolt::before {
  content: "";
}

.fa-coin-front::before {
  content: "";
}

.fa-file-slash::before {
  content: "";
}

.fa-message-arrow-up-right::before {
  content: "";
}

.fa-treasure-chest::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-paintbrush-fine::before {
  content: "";
}

.fa-paint-brush-alt::before {
  content: "";
}

.fa-paint-brush-fine::before {
  content: "";
}

.fa-paintbrush-alt::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-hood-cloak::before {
  content: "";
}

.fa-square-quote::before {
  content: "";
}

.fa-up-left::before {
  content: "";
}

.fa-bring-front::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-burger-cheese::before {
  content: "";
}

.fa-cheeseburger::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-repeat-1::before {
  content: "";
}

.fa-arrow-down-to-line::before {
  content: "";
}

.fa-arrow-to-bottom::before {
  content: "";
}

.fa-grid-5::before {
  content: "";
}

.fa-swap-arrows::before {
  content: "";
}

.fa-right-long-to-line::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-grid-round-5::before {
  content: "";
}

.fa-tally::before {
  content: "";
}

.fa-tally-5::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-up-from-dotted-line::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-traffic-light-go::before {
  content: "";
}

.fa-face-exhaling::before {
  content: "";
}

.fa-sensor-fire::before {
  content: "";
}

.fa-user-unlock::before {
  content: "";
}

.fa-hexagon-divide::before {
  content: "";
}

.fa-00::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-cassette-betamax::before {
  content: "";
}

.fa-betamax::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-nfc-magnifying-glass::before {
  content: "";
}

.fa-file-binary::before {
  content: "";
}

.fa-circle-v::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-bowl-scoops::before {
  content: "";
}

.fa-mistletoe::before {
  content: "";
}

.fa-custard::before {
  content: "";
}

.fa-lacrosse-stick::before {
  content: "";
}

.fa-hockey-mask::before {
  content: "";
}

.fa-sunrise::before {
  content: "";
}

.fa-subtitles::before {
  content: "";
}

.fa-panel-ews::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-cloud-exclamation::before {
  content: "";
}

.fa-message-lines::before {
  content: "";
}

.fa-comment-alt-lines::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-floppy-disk-pen::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-window-frame::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-file-zip::before {
  content: "";
}

.fa-square-ring::before {
  content: "";
}

.fa-down-from-line::before {
  content: "";
}

.fa-arrow-alt-from-top::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-shield-xmark::before {
  content: "";
}

.fa-shield-times::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-circle-sort-down::before {
  content: "";
}

.fa-sort-circle-down::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-forklift::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-square-a::before {
  content: "";
}

.fa-tick::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-refrigerator::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-octagon-xmark::before {
  content: "";
}

.fa-times-octagon::before {
  content: "";
}

.fa-xmark-octagon::before {
  content: "";
}

.fa-align-slash::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-truck-ramp-couch::before {
  content: "";
}

.fa-truck-couch::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}

.fa-location-arrow-up::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-360-degrees::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-square-dashed-circle-plus::before {
  content: "";
}

.fa-hand-holding-circle-dollar::before {
  content: "";
}

.fa-money-simple-from-bracket::before {
  content: "";
}

.fa-bat::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-head-side-headphones::before {
  content: "";
}

.fa-phone-rotary::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-calendar-circle-minus::before {
  content: "";
}

.fa-chopsticks::before {
  content: "";
}

.fa-car-wrench::before {
  content: "";
}

.fa-car-mechanic::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-kazoo::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-bin-bottles::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-square-arrow-down-left::before {
  content: "";
}

.fa-battery-bolt::before {
  content: "";
}

.fa-tree-large::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-aperture::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-gear-complex::before {
  content: "";
}

.fa-file-magnifying-glass::before {
  content: "";
}

.fa-file-search::before {
  content: "";
}

.fa-up-right::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-user-police::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-teddy-bear::before {
  content: "";
}

.fa-stocking::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-image-slash::before {
  content: "";
}

.fa-mask-snorkel::before {
  content: "";
}

.fa-smoke::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-battery-exclamation::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-crystal-ball::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-star-shooting::before {
  content: "";
}

.fa-binary-lock::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-comment-pen::before {
  content: "";
}

.fa-comment-edit::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-banjo::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-light-emergency-on::before {
  content: "";
}

.fa-kerning::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-square-f::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-arrow-left-from-line::before {
  content: "";
}

.fa-arrow-from-right::before {
  content: "";
}

.fa-strawberry::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-clock-eight-thirty::before {
  content: "";
}

.fa-plane-engines::before {
  content: "";
}

.fa-plane-alt::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-gauge-low::before {
  content: "";
}

.fa-tachometer-alt-slow::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-trash-can-plus::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-globe-snow::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-integral::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-blinds-raised::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-ufo-beam::before {
  content: "";
}

.fa-circle-caret-up::before {
  content: "";
}

.fa-caret-circle-up::before {
  content: "";
}

.fa-user-vneck-hair-long::before {
  content: "";
}

.fa-square-a-lock::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-gas-pump-slash::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-transporter-4::before {
  content: "";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "";
}

.fa-objects-align-right::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-pig::before {
  content: "";
}

.fa-inbox-full::before {
  content: "";
}

.fa-circle-envelope::before {
  content: "";
}

.fa-envelope-circle::before {
  content: "";
}

.fa-triangle-person-digging::before {
  content: "";
}

.fa-construction::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-bullseye-arrow::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-clock-seven::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-flashlight::before {
  content: "";
}

.fa-file-jpg::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-square-9::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-square-dollar::before {
  content: "";
}

.fa-dollar-square::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-phone-arrow-right::before {
  content: "";
}

.fa-hand-holding-seedling::before {
  content: "";
}

.fa-message-check::before {
  content: "";
}

.fa-comment-alt-check::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-chart-line-up-down::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-watch::before {
  content: "";
}

.fa-circle-down-left::before {
  content: "";
}

.fa-text::before {
  content: "";
}

.fa-projector::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-tombstone-blank::before {
  content: "";
}

.fa-tombstone-alt::before {
  content: "";
}

.fa-chess-king-piece::before {
  content: "";
}

.fa-chess-king-alt::before {
  content: "";
}

.fa-circle-6::before {
  content: "";
}

.fa-waves-sine::before {
  content: "";
}

.fa-left::before {
  content: "";
}

.fa-arrow-alt-left::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-square-down::before {
  content: "";
}

.fa-arrow-alt-square-down::before {
  content: "";
}

.fa-objects-align-center-vertical::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-wreath::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-meter-droplet::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-signal-strong::before {
  content: "";
}

.fa-signal-4::before {
  content: "";
}

.fa-lollipop::before {
  content: "";
}

.fa-lollypop::before {
  content: "";
}

.fa-list-tree::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-draw-circle::before {
  content: "";
}

.fa-cat-space::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-rabbit-running::before {
  content: "";
}

.fa-rabbit-fast::before {
  content: "";
}

.fa-memo-pad::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-alarm-plus::before {
  content: "";
}

.fa-alicorn::before {
  content: "";
}

.fa-comment-question::before {
  content: "";
}

.fa-gingerbread-man::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-burger-fries::before {
  content: "";
}

.fa-mug-tea::before {
  content: "";
}

.fa-border-top::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-circle-book-open::before {
  content: "";
}

.fa-book-circle::before {
  content: "";
}

.fa-arrows-to-dotted-line::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}

.fa-garage-open::before {
  content: "";
}

.fa-shelves-empty::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-watch-apple::before {
  content: "";
}

.fa-watch-calculator::before {
  content: "";
}

.fa-list-dropdown::before {
  content: "";
}

.fa-cabinet-filing::before {
  content: "";
}

.fa-burger-soda::before {
  content: "";
}

.fa-square-arrow-up::before {
  content: "";
}

.fa-arrow-square-up::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-pallet-box::before {
  content: "";
}

.fa-face-confounded::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-truck-plow::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-grid-round-2::before {
  content: "";
}

.fa-comment-middle-top::before {
  content: "";
}

.fa-wave::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-restroom-simple::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-border-outer::before {
  content: "";
}

.fa-hashtag-lock::before {
  content: "";
}

.fa-clock-two-thirty::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-ticket-perforated::before {
  content: "";
}

.fa-heart-half::before {
  content: "";
}

.fa-comment-check::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-memo::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-glass-citrus::before {
  content: "";
}

.fa-calendar-lines-pen::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-person-snowmobiling::before {
  content: "";
}

.fa-snowmobile::before {
  content: "";
}

.fa-face-hushed::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-tickets-simple::before {
  content: "";
}

.fa-pickaxe::before {
  content: "";
}

.fa-link-simple-slash::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-face-confused::before {
  content: "";
}

.fa-pinball::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-deer::before {
  content: "";
}

.fa-input-pipe::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-mace::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-sausage::before {
  content: "";
}

.fa-trash-can-clock::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-stomach::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-guitar-electric::before {
  content: "";
}

.fa-arrow-turn-down-right::before {
  content: "";
}

.fa-moon-cloud::before {
  content: "";
}

.fa-bread-slice-butter::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-user-group-crown::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-circle-i::before {
  content: "";
}

.fa-toilet-paper-check::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-chart-waterfall::before {
  content: "";
}

.fa-sparkle::before {
  content: "";
}

.fa-face-party::before {
  content: "";
}

.fa-kidneys::before {
  content: "";
}

.fa-wifi-exclamation::before {
  content: "";
}

.fa-chart-network::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-dice-d4::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-wheat-awn-slash::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-dagger::before {
  content: "";
}

.fa-podium::before {
  content: "";
}

.fa-memo-circle-check::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-down-to-line::before {
  content: "";
}

.fa-arrow-alt-to-bottom::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-square-g::before {
  content: "";
}

.fa-circle-phone::before {
  content: "";
}

.fa-phone-circle::before {
  content: "";
}

.fa-clipboard-prescription::before {
  content: "";
}

.fa-user-nurse-hair::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-toggle-large-on::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-dryer-heat::before {
  content: "";
}

.fa-dryer-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-arrow-up-small-big::before {
  content: "";
}

.fa-sort-size-up-alt::before {
  content: "";
}

.fa-train-track::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-file-exclamation::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-moon-stars::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-clothes-hanger::before {
  content: "";
}

.fa-mobile-notch::before {
  content: "";
}

.fa-mobile-iphone::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-images-user::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-image-polaroid-user::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-square-ellipsis::before {
  content: "";
}

.fa-pie::before {
  content: "";
}

.fa-chess-knight-piece::before {
  content: "";
}

.fa-chess-knight-alt::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-cloud-plus::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-bed-bunk::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-clock-eight::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-xls::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-circle-q::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-face-disguise::before {
  content: "";
}

.fa-circle-arrow-down-right::before {
  content: "";
}

.fa-alien-8bit::before {
  content: "";
}

.fa-alien-monster::before {
  content: "";
}

.fa-hand-point-ribbon::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-object-exclude::before {
  content: "";
}

.fa-telescope::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-square-list::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-comment-code::before {
  content: "";
}

.fa-sim-cards::before {
  content: "";
}

.fa-starship::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-seal::before {
  content: "";
}

.fa-user-cowboy::before {
  content: "";
}

.fa-hexagon-vertical-nft::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-bread-loaf::before {
  content: "";
}

.fa-rings-wedding::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-french-fries::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-calendar-arrow-down::before {
  content: "";
}

.fa-calendar-download::before {
  content: "";
}

.fa-send-back::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-tickets::before {
  content: "";
}

.fa-signature-lock::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-octagon-plus::before {
  content: "";
}

.fa-plus-octagon::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-melon-slice::before {
  content: "";
}

.fa-space-station-moon::before {
  content: "";
}

.fa-message-smile::before {
  content: "";
}

.fa-comment-alt-smile::before {
  content: "";
}

.fa-cup-straw::before {
  content: "";
}

.fa-left-from-line::before {
  content: "";
}

.fa-arrow-alt-from-right::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "";
}

.fa-shopping-basket-alt::before {
  content: "";
}

.fa-hands-holding-heart::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-clock-nine::before {
  content: "";
}

.fa-hammer-brush::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-face-sleepy::before {
  content: "";
}

.fa-hand-horns::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-circle-three-quarters::before {
  content: "";
}

.fa-trophy-star::before {
  content: "";
}

.fa-trophy-alt::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-face-thermometer::before {
  content: "";
}

.fa-grid-round-4::before {
  content: "";
}

.fa-sign-posts-wrench::before {
  content: "";
}

.fa-shirt-running::before {
  content: "";
}

.fa-book-circle-arrow-up::before {
  content: "";
}

.fa-face-nauseated::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-file-chart-pie::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-circle-arrow-down-left::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-hexagon-minus::before {
  content: "";
}

.fa-minus-hexagon::before {
  content: "";
}

.fa-left-to-line::before {
  content: "";
}

.fa-arrow-alt-to-left::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-paw-simple::before {
  content: "";
}

.fa-paw-alt::before {
  content: "";
}

.fa-arrow-left-long-to-line::before {
  content: "";
}

.fa-brackets-round::before {
  content: "";
}

.fa-parentheses::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-user-shakespeare::before {
  content: "";
}

.fa-arrow-right-to-arc::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-gauge-circle-plus::before {
  content: "";
}

.fa-folders::before {
  content: "";
}

.fa-angel::before {
  content: "";
}

.fa-value-absolute::before {
  content: "";
}

.fa-rabbit::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-circle-euro::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-diamond-half::before {
  content: "";
}

.fa-lock-keyhole::before {
  content: "";
}

.fa-lock-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-square-info::before {
  content: "";
}

.fa-info-square::before {
  content: "";
}

.fa-wifi-slash::before {
  content: "";
}

.fa-toilet-paper-xmark::before {
  content: "";
}

.fa-hands-holding-dollar::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-arrow-down-triangle-square::before {
  content: "";
}

.fa-sort-shapes-down::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shutters::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-table-tree::before {
  content: "";
}

.fa-house-chimney-heart::before {
  content: "";
}

.fa-tally-3::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-cart-circle-exclamation::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-interrobang::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-circle-dashed::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-fork-knife::before {
  content: "";
}

.fa-utensils-alt::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-badge-check::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-slider::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-clock-one-thirty::before {
  content: "";
}

.fa-inbox-out::before {
  content: "";
}

.fa-inbox-arrow-up::before {
  content: "";
}

.fa-cloud-slash::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-octagon-check::before {
  content: "";
}

.fa-flatbread-stuffed::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-cart-circle-plus::before {
  content: "";
}

.fa-truck-clock::before {
  content: "";
}

.fa-shipping-timed::before {
  content: "";
}

.fa-pool-8-ball::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-turn-down-left::before {
  content: "";
}

.fa-lock-hashtag::before {
  content: "";
}

.fa-chart-radar::before {
  content: "";
}

.fa-staff::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-utility-pole::before {
  content: "";
}

.fa-transporter-6::before {
  content: "";
}

.fa-arrow-turn-left::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-vector-polygon::before {
  content: "";
}

.fa-diagram-nested::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-tickets-perforated::before {
  content: "";
}

.fa-image-user::before {
  content: "";
}

.fa-buoy::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-border-center-h::before {
  content: "";
}

.fa-can-food::before {
  content: "";
}

.fa-typewriter::before {
  content: "";
}

.fa-arrow-right-from-arc::before {
  content: "";
}

.fa-circle-k::before {
  content: "";
}

.fa-face-hand-over-mouth::before {
  content: "";
}

.fa-popcorn::before {
  content: "";
}

.fa-house-water::before {
  content: "";
}

.fa-house-flood::before {
  content: "";
}

.fa-object-subtract::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-warehouse-full::before {
  content: "";
}

.fa-warehouse-alt::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-arrow-down-from-dotted-line::before {
  content: "";
}

.fa-file-doc::before {
  content: "";
}

.fa-square-quarters::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-trash-xmark::before {
  content: "";
}

.fa-circle-caret-left::before {
  content: "";
}

.fa-caret-circle-left::before {
  content: "";
}

.fa-files::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-face-clouds::before {
  content: "";
}

.fa-user-crown::before {
  content: "";
}

.fa-basket-shopping-plus::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-cart-circle-check::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-user-tie-hair-long::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-head-side-medical::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-user-robot::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-card-diamond::before {
  content: "";
}

.fa-face-zipper::before {
  content: "";
}

.fa-face-raised-eyebrow::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-square-chevron-up::before {
  content: "";
}

.fa-chevron-square-up::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-arrows-to-line::before {
  content: "";
}

.fa-dolphin::before {
  content: "";
}

.fa-arrow-up-right::before {
  content: "";
}

.fa-circle-r::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-circle-sort-up::before {
  content: "";
}

.fa-sort-circle-up::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-chestnut::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-heat::before {
  content: "";
}

.fa-ticket-airline::before {
  content: "";
}

.fa-ticket-perforated-plane::before {
  content: "";
}

.fa-ticket-plane::before {
  content: "";
}

.fa-boot-heeled::before {
  content: "";
}

.fa-arrows-minimize::before {
  content: "";
}

.fa-compress-arrows::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-hexagon::before {
  content: "";
}

.fa-manhole::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-floppy-disks::before {
  content: "";
}

.fa-toilet-paper-blank-under::before {
  content: "";
}

.fa-toilet-paper-reverse-alt::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-pump::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-arrow-up-left-from-circle::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-dryer::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-chess-bishop-piece::before {
  content: "";
}

.fa-chess-bishop-alt::before {
  content: "";
}

.fa-shirt-tank-top::before {
  content: "";
}

.fa-diploma::before {
  content: "";
}

.fa-scroll-ribbon::before {
  content: "";
}

.fa-screencast::before {
  content: "";
}

.fa-walker::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-face-kiss-closed-eyes::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-file-user::before {
  content: "";
}

.fa-user-police-tie::before {
  content: "";
}

.fa-face-tongue-money::before {
  content: "";
}

.fa-tennis-ball::before {
  content: "";
}

.fa-square-l::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-calendar-arrow-up::before {
  content: "";
}

.fa-calendar-upload::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-scarf::before {
  content: "";
}

.fa-album-circle-plus::before {
  content: "";
}

.fa-user-nurse-hair-long::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-square-left::before {
  content: "";
}

.fa-arrow-alt-square-left::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-circle-ellipsis-vertical::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-grid-dividers::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-face-pensive::before {
  content: "";
}

.fa-user-music::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-messages-dollar::before {
  content: "";
}

.fa-comments-alt-dollar::before {
  content: "";
}

.fa-sensor-on::before {
  content: "";
}

.fa-balloon::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-chess-queen-piece::before {
  content: "";
}

.fa-chess-queen-alt::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-house-person-leave::before {
  content: "";
}

.fa-house-leave::before {
  content: "";
}

.fa-house-person-depart::before {
  content: "";
}

.fa-ruler-triangle::before {
  content: "";
}

.fa-card-club::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-spinner-third::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-computer-mouse-scrollwheel::before {
  content: "";
}

.fa-mouse-alt::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-table-layout::before {
  content: "";
}

.fa-narwhal::before {
  content: "";
}

.fa-ramp-loading::before {
  content: "";
}

.fa-calendar-circle-plus::before {
  content: "";
}

.fa-toothbrush::before {
  content: "";
}

.fa-border-inner::before {
  content: "";
}

.fa-paw-claws::before {
  content: "";
}

.fa-kiwi-fruit::before {
  content: "";
}

.fa-traffic-light-slow::before {
  content: "";
}

.fa-rectangle-code::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-keyboard-brightness::before {
  content: "";
}

.fa-books-medical::before {
  content: "";
}

.fa-lightbulb-slash::before {
  content: "";
}

.fa-house-blank::before {
  content: "";
}

.fa-home-blank::before {
  content: "";
}

.fa-square-5::before {
  content: "";
}

.fa-square-heart::before {
  content: "";
}

.fa-heart-square::before {
  content: "";
}

.fa-puzzle::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-pipe-circle-check::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-octagon-exclamation::before {
  content: "";
}

.fa-dial-low::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-laptop-mobile::before {
  content: "";
}

.fa-phone-laptop::before {
  content: "";
}

.fa-conveyor-belt-boxes::before {
  content: "";
}

.fa-conveyor-belt-alt::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}

.fa-starfighter-alt-advanced::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-starfighter-twin-ion-engine::before {
  content: "";
}

.fa-starfighter-alt::before {
  content: "";
}

.fa-rocket-launch::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-vent-damper::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-ban-bug::before {
  content: "";
}

.fa-debug::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-garage-car::before {
  content: "";
}

.fa-square-kanban::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-chart-kanban::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-coffee-pot::before {
  content: "";
}

.fa-mouse-field::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-shower-down::before {
  content: "";
}

.fa-shower-alt::before {
  content: "";
}

.fa-box-circle-check::before {
  content: "";
}

.fa-brightness::before {
  content: "";
}

.fa-car-side-bolt::before {
  content: "";
}

.fa-file-xml::before {
  content: "";
}

.fa-ornament::before {
  content: "";
}

.fa-phone-arrow-down-left::before {
  content: "";
}

.fa-phone-arrow-down::before {
  content: "";
}

.fa-phone-incoming::before {
  content: "";
}

.fa-cloud-word::before {
  content: "";
}

.fa-hand-fingers-crossed::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-arrow-down-small-big::before {
  content: "";
}

.fa-sort-size-down-alt::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-face-melting::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-pen-clip-slash::before {
  content: "";
}

.fa-pen-alt-slash::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-scroll-old::before {
  content: "";
}

.fa-guitars::before {
  content: "";
}

.fa-phone-xmark::before {
  content: "";
}

.fa-hose::before {
  content: "";
}

.fa-clock-six::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-billboard::before {
  content: "";
}

.fa-square-r::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-envelope-open-dollar::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-sun-cloud::before {
  content: "";
}

.fa-lamp-floor::before {
  content: "";
}

.fa-square-7::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-campfire::before {
  content: "";
}

.fa-circle-ampersand::before {
  content: "";
}

.fa-snowflakes::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-leaf-maple::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-cup-straw-swoosh::before {
  content: "";
}

.fa-temperature-sun::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-high-definition::before {
  content: "";
}

.fa-rectangle-hd::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-cherries::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-circle-sort::before {
  content: "";
}

.fa-sort-circle::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-bag-shopping-minus::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-siren::before {
  content: "";
}

.fa-arrow-up-to-dotted-line::before {
  content: "";
}

.fa-image-landscape::before {
  content: "";
}

.fa-landscape::before {
  content: "";
}

.fa-tank-water::before {
  content: "";
}

.fa-curling-stone::before {
  content: "";
}

.fa-curling::before {
  content: "";
}

.fa-gamepad-modern::before {
  content: "";
}

.fa-gamepad-alt::before {
  content: "";
}

.fa-messages-question::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-briefcase-arrow-right::before {
  content: "";
}

.fa-expand-wide::before {
  content: "";
}

.fa-clock-eleven-thirty::before {
  content: "";
}

.fa-rv::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-dreidel::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-flower-tulip::before {
  content: "";
}

.fa-people-pants-simple::before {
  content: "";
}

.fa-cloud-drizzle::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-solar-system::before {
  content: "";
}

.fa-seal-question::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-disc-drive::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-table-rows::before {
  content: "";
}

.fa-rows::before {
  content: "";
}

.fa-location-exclamation::before {
  content: "";
}

.fa-map-marker-exclamation::before {
  content: "";
}

.fa-face-fearful::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-bus-school::before {
  content: "";
}

.fa-film-slash::before {
  content: "";
}

.fa-square-arrow-down-right::before {
  content: "";
}

.fa-book-sparkles::before {
  content: "";
}

.fa-book-spells::before {
  content: "";
}

.fa-washing-machine::before {
  content: "";
}

.fa-washer::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-user-visor::before {
  content: "";
}

.fa-file-plus-minus::before {
  content: "";
}

.fa-chess-clock-flip::before {
  content: "";
}

.fa-chess-clock-alt::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-truck-fire::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-steering-wheel::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-stretcher::before {
  content: "";
}

.fa-book-section::before {
  content: "";
}

.fa-book-law::before {
  content: "";
}

.fa-inboxes::before {
  content: "";
}

.fa-coffee-bean::before {
  content: "";
}

.fa-circle-yen::before {
  content: "";
}

.fa-brackets-curly::before {
  content: "";
}

.fa-ellipsis-stroke-vertical::before {
  content: "";
}

.fa-ellipsis-v-alt::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-square-1::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-truck-ladder::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-dolly-empty::before {
  content: "";
}

.fa-face-tissue::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-bin-recycle::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-chart-line-down::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-lock-a::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-person-pinball::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-apple-core::before {
  content: "";
}

.fa-circle-y::before {
  content: "";
}

.fa-h6::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-circle-small::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-arrow-turn-down-left::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-reflect-horizontal::before {
  content: "";
}

.fa-message-medical::before {
  content: "";
}

.fa-comment-alt-medical::before {
  content: "";
}

.fa-rugby-ball::before {
  content: "";
}

.fa-comment-music::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-tree-deciduous::before {
  content: "";
}

.fa-tree-alt::before {
  content: "";
}

.fa-puzzle-piece-simple::before {
  content: "";
}

.fa-puzzle-piece-alt::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-nfc-trash::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-file-xmark::before {
  content: "";
}

.fa-file-times::before {
  content: "";
}

.fa-house-heart::before {
  content: "";
}

.fa-home-heart::before {
  content: "";
}

.fa-house-chimney-blank::before {
  content: "";
}

.fa-meter-bolt::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-fishing-rod::before {
  content: "";
}

.fa-hammer-crash::before {
  content: "";
}

.fa-message-heart::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera-polaroid::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-cart-arrow-up::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-buoy-mooring::before {
  content: "";
}

.fa-square-4::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-file-eps::before {
  content: "";
}

.fa-tricycle-adult::before {
  content: "";
}

.fa-waveform::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-star-sharp-half-stroke::before {
  content: "";
}

.fa-star-sharp-half-alt::before {
  content: "";
}

.fa-nfc-signal::before {
  content: "";
}

.fa-plane-prop::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-clock-desk::before {
  content: "";
}

.fa-calendar-clock::before {
  content: "";
}

.fa-calendar-time::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-plate-utensils::before {
  content: "";
}

.fa-family-pants::before {
  content: "";
}

.fa-hose-reel::before {
  content: "";
}

.fa-house-window::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-music-magnifying-glass::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-cloud-rainbow::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-alien::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-laptop-binary::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-people-dress-simple::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-bowling-ball-pin::before {
  content: "";
}

.fa-bell-school-slash::before {
  content: "";
}

.fa-plus-large::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-camera-viewfinder::before {
  content: "";
}

.fa-screenshot::before {
  content: "";
}

.fa-message-music::before {
  content: "";
}

.fa-comment-alt-music::before {
  content: "";
}

.fa-car-building::before {
  content: "";
}

.fa-border-bottom-right::before {
  content: "";
}

.fa-border-style-alt::before {
  content: "";
}

.fa-octagon::before {
  content: "";
}

.fa-comment-arrow-up-right::before {
  content: "";
}

.fa-octagon-divide::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-tv-music::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-reel::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-alarm-exclamation::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-traffic-cone::before {
  content: "";
}

.fa-grate::before {
  content: "";
}

.fa-arrow-down-right::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-person-from-portal::before {
  content: "";
}

.fa-portal-exit::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-cowbell-circle-plus::before {
  content: "";
}

.fa-cowbell-more::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-distribute-spacing-vertical::before {
  content: "";
}

.fa-signal-bars-fair::before {
  content: "";
}

.fa-signal-alt-2::before {
  content: "";
}

.fa-sportsball::before {
  content: "";
}

.fa-game-console-handheld-crank::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-face-smile-upside-down::before {
  content: "";
}

.fa-ball-pile::before {
  content: "";
}

.fa-badge-dollar::before {
  content: "";
}

.fa-money-bills-simple::before {
  content: "";
}

.fa-money-bills-alt::before {
  content: "";
}

.fa-list-timeline::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-keyboard-down::before {
  content: "";
}

.fa-circle-up-right::before {
  content: "";
}

.fa-cloud-bolt-moon::before {
  content: "";
}

.fa-thunderstorm-moon::before {
  content: "";
}

.fa-turn-left-up::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "";
}

.fa-circle-5::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-fire-flame::before {
  content: "";
}

.fa-flame::before {
  content: "";
}

.fa-right-to-line::before {
  content: "";
}

.fa-arrow-alt-to-right::before {
  content: "";
}

.fa-gif::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-trash-slash::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-font-case::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-arrow-down-left::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-flask-round-poison::before {
  content: "";
}

.fa-flask-poison::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-book-circle-arrow-right::before {
  content: "";
}

.fa-chart-user::before {
  content: "";
}

.fa-user-chart::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-presentation-screen::before {
  content: "";
}

.fa-presentation::before {
  content: "";
}

.fa-circle-bolt::before {
  content: "";
}

.fa-face-smile-halo::before {
  content: "";
}

.fa-cart-circle-arrow-down::before {
  content: "";
}

.fa-house-person-return::before {
  content: "";
}

.fa-house-person-arrive::before {
  content: "";
}

.fa-house-return::before {
  content: "";
}

.fa-message-xmark::before {
  content: "";
}

.fa-comment-alt-times::before {
  content: "";
}

.fa-message-times::before {
  content: "";
}

.fa-file-certificate::before {
  content: "";
}

.fa-file-award::before {
  content: "";
}

.fa-user-doctor-hair-long::before {
  content: "";
}

.fa-camera-security::before {
  content: "";
}

.fa-camera-home::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-book-heart::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-duck::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-flag-swallowtail::before {
  content: "";
}

.fa-flag-alt::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-book-font::before {
  content: "";
}

.fa-shield-plus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-eye-dropper-full::before {
  content: "";
}

.fa-distribute-spacing-horizontal::before {
  content: "";
}

.fa-tablet-rugged::before {
  content: "";
}

.fa-temperature-snow::before {
  content: "";
}

.fa-temperature-frigid::before {
  content: "";
}

.fa-moped::before {
  content: "";
}

.fa-face-smile-plus::before {
  content: "";
}

.fa-smile-plus::before {
  content: "";
}

.fa-radio-tuner::before {
  content: "";
}

.fa-radio-alt::before {
  content: "";
}

.fa-face-swear::before {
  content: "";
}

.fa-water-arrow-down::before {
  content: "";
}

.fa-water-lower::before {
  content: "";
}

.fa-scanner-touchscreen::before {
  content: "";
}

.fa-circle-7::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-person-ski-jumping::before {
  content: "";
}

.fa-ski-jump::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-water-arrow-up::before {
  content: "";
}

.fa-water-rise::before {
  content: "";
}

.fa-waveform-lines::before {
  content: "";
}

.fa-waveform-path::before {
  content: "";
}

.fa-split::before {
  content: "";
}

.fa-film-canister::before {
  content: "";
}

.fa-film-cannister::before {
  content: "";
}

.fa-folder-xmark::before {
  content: "";
}

.fa-folder-times::before {
  content: "";
}

.fa-toilet-paper-blank::before {
  content: "";
}

.fa-toilet-paper-alt::before {
  content: "";
}

.fa-tablet-screen::before {
  content: "";
}

.fa-tablet-android-alt::before {
  content: "";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}

.fa-folder-music::before {
  content: "";
}

.fa-display-medical::before {
  content: "";
}

.fa-desktop-medical::before {
  content: "";
}

.fa-share-all::before {
  content: "";
}

.fa-peapod::before {
  content: "";
}

.fa-chess-clock::before {
  content: "";
}

.fa-axe::before {
  content: "";
}

.fa-square-d::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-mobile-signal-out::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-light-switch-on::before {
  content: "";
}

.fa-arrow-down-arrow-up::before {
  content: "";
}

.fa-sort-alt::before {
  content: "";
}

.fa-raindrops::before {
  content: "";
}

.fa-dash::before {
  content: "";
}

.fa-minus-large::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-input-numeric::before {
  content: "";
}

.fa-truck-tow::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-car-bolt::before {
  content: "";
}

.fa-arrows-maximize::before {
  content: "";
}

.fa-expand-arrows::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-cloud-sleet::before {
  content: "";
}

.fa-lamp-street::before {
  content: "";
}

.fa-list-radio::before {
  content: "";
}

.fa-pen-nib-slash::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-square-up-left::before {
  content: "";
}

.fa-overline::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-arrows-from-dotted-line::before {
  content: "";
}

.fa-usb-drive::before {
  content: "";
}

.fa-ballot::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-location-dot-slash::before {
  content: "";
}

.fa-map-marker-alt-slash::before {
  content: "";
}

.fa-cards::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-boxing-glove::before {
  content: "";
}

.fa-glove-boxing::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-bell-school::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-folder-heart::before {
  content: "";
}

.fa-circle-location-arrow::before {
  content: "";
}

.fa-location-circle::before {
  content: "";
}

.fa-face-head-bandage::before {
  content: "";
}

.fa-sushi-roll::before {
  content: "";
}

.fa-maki-roll::before {
  content: "";
}

.fa-makizushi::before {
  content: "";
}

.fa-car-bump::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-racquet::before {
  content: "";
}

.fa-car-mirrors::before {
  content: "";
}

.fa-industry-windows::before {
  content: "";
}

.fa-industry-alt::before {
  content: "";
}

.fa-bolt-auto::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-flux-capacitor::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-honey-pot::before {
  content: "";
}

.fa-olive::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-filter-list::before {
  content: "";
}

.fa-outlet::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-cauldron::before {
  content: "";
}

.fa-people::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-croissant::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-swords-laser::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-square-u::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-router::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-sword-laser-alt::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-laptop-slash::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-circle-b::before {
  content: "";
}

.fa-person-dress-simple::before {
  content: "";
}

.fa-pipe-collar::before {
  content: "";
}

.fa-lights-holiday::before {
  content: "";
}

.fa-citrus::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-chart-tree-map::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-clock-five-thirty::before {
  content: "";
}

.fa-pipe-valve::before {
  content: "";
}

.fa-arrow-up-from-arc::before {
  content: "";
}

.fa-face-spiral-eyes::before {
  content: "";
}

.fa-compress-wide::before {
  content: "";
}

.fa-circle-phone-hangup::before {
  content: "";
}

.fa-phone-circle-down::before {
  content: "";
}

.fa-gear-complex-code::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-badminton::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-right-from-line::before {
  content: "";
}

.fa-arrow-alt-from-left::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-shuttlecock::before {
  content: "";
}

.fa-user-hair::before {
  content: "";
}

.fa-eye-evil::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "";
}

.fa-garage::before {
  content: "";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-shovel-snow::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-face-lying::before {
  content: "";
}

.fa-sprinkler::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-person-sledding::before {
  content: "";
}

.fa-sledding::before {
  content: "";
}

.fa-game-console-handheld::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-clock-six-thirty::before {
  content: "";
}

.fa-battery-slash::before {
  content: "";
}

.fa-tugrik-sign::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-angles-up-down::before {
  content: "";
}

.fa-shelves::before {
  content: "";
}

.fa-inventory::before {
  content: "";
}

.fa-cloud-snow::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-oven::before {
  content: "";
}

.fa-cloud-binary::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-comment-captions::before {
  content: "";
}

.fa-comments-question::before {
  content: "";
}

.fa-scribble::before {
  content: "";
}

.fa-rotate-exclamation::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-glass::before {
  content: "";
}

.fa-loader::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-user-pilot::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-code-pull-request-closed::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-face-dotted::before {
  content: "";
}

.fa-face-worried::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-court-sport::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-vector-circle::before {
  content: "";
}

.fa-car-circle-bolt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-flying-disc::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-square-down-right::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "";
}

.fa-moon-over-sun::before {
  content: "";
}

.fa-eclipse-alt::before {
  content: "";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "";
}

.fa-potato::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-circle-a::before {
  content: "";
}

.fa-helmet-battle::before {
  content: "";
}

.fa-butter::before {
  content: "";
}

.fa-blanket-fire::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-castle::before {
  content: "";
}

.fa-golf-club::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}

.fa-balloons::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-timeline-arrow::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-game-board-simple::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-circle-video::before {
  content: "";
}

.fa-video-circle::before {
  content: "";
}

.fa-chart-scatter-bubble::before {
  content: "";
}

.fa-house-turret::before {
  content: "";
}

.fa-banana::before {
  content: "";
}

.fa-hand-holding-skull::before {
  content: "";
}

.fa-people-dress::before {
  content: "";
}

.fa-loveseat::before {
  content: "";
}

.fa-couch-small::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-block-quote::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-money-check-dollar-pen::before {
  content: "";
}

.fa-money-check-edit-alt::before {
  content: "";
}

.fa-up-from-line::before {
  content: "";
}

.fa-arrow-alt-from-bottom::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-grid-round-2-plus::before {
  content: "";
}

.fa-people-pants::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-windsock::before {
  content: "";
}

.fa-circle-half::before {
  content: "";
}

.fa-brake-warning::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-saxophone-fire::before {
  content: "";
}

.fa-sax-hot::before {
  content: "";
}

.fa-camera-web-slash::before {
  content: "";
}

.fa-webcam-slash::before {
  content: "";
}

.fa-folder-medical::before {
  content: "";
}

.fa-folder-gear::before {
  content: "";
}

.fa-folder-cog::before {
  content: "";
}

.fa-hand-wave::before {
  content: "";
}

.fa-arrow-up-arrow-down::before {
  content: "";
}

.fa-sort-up-down::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-message-slash::before {
  content: "";
}

.fa-comment-alt-slash::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-trash-can-check::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-person-simple::before {
  content: "";
}

.fa-arrow-turn-left-up::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-gear-code::before {
  content: "";
}

.fa-notes::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-trash-undo::before {
  content: "";
}

.fa-trash-arrow-turn-left::before {
  content: "";
}

.fa-champagne-glass::before {
  content: "";
}

.fa-glass-champagne::before {
  content: "";
}

.fa-objects-align-center-horizontal::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-trash-can-slash::before {
  content: "";
}

.fa-trash-alt-slash::before {
  content: "";
}

.fa-screen-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-square-arrow-left::before {
  content: "";
}

.fa-arrow-square-left::before {
  content: "";
}

.fa-square-8::before {
  content: "";
}

.fa-face-smile-hearts::before {
  content: "";
}

.fa-brackets-square::before {
  content: "";
}

.fa-brackets::before {
  content: "";
}

.fa-laptop-arrow-down::before {
  content: "";
}

.fa-hockey-stick-puck::before {
  content: "";
}

.fa-house-tree::before {
  content: "";
}

.fa-signal-fair::before {
  content: "";
}

.fa-signal-2::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-circle-dollar::before {
  content: "";
}

.fa-dollar-circle::before {
  content: "";
}

.fa-usd-circle::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-arrows-repeat::before {
  content: "";
}

.fa-repeat-alt::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-image-polaroid::before {
  content: "";
}

.fa-wave-triangle::before {
  content: "";
}

.fa-turn-left-down::before {
  content: "";
}

.fa-person-running-fast::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-grill::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-chart-mixed::before {
  content: "";
}

.fa-analytics::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "";
}

.fa-desktop-code::before {
  content: "";
}

.fa-face-drooling::before {
  content: "";
}

.fa-oil-temperature::before {
  content: "";
}

.fa-oil-temp::before {
  content: "";
}

.fa-square-question::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-air-conditioner::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-mountains::before {
  content: "";
}

.fa-omega::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-person-dolly-empty::before {
  content: "";
}

.fa-pan-food::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-tickets-airline::before {
  content: "";
}

.fa-tickets-perforated-plane::before {
  content: "";
}

.fa-tickets-plane::before {
  content: "";
}

.fa-tent-double-peak::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-nfc-slash::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-grid-2-plus::before {
  content: "";
}

.fa-bells::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-envelope-dot::before {
  content: "";
}

.fa-envelope-badge::before {
  content: "";
}

.fa-magnifying-glass-waveform::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-bowl-chopsticks::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-circle-s::before {
  content: "";
}

.fa-box-ballot::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-user-tie-hair::before {
  content: "";
}

.fa-podium-star::before {
  content: "";
}

.fa-user-hair-mullet::before {
  content: "";
}

.fa-business-front::before {
  content: "";
}

.fa-party-back::before {
  content: "";
}

.fa-trian-balbot::before {
  content: "";
}

.fa-microphone-stand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-family-dress::before {
  content: "";
}

.fa-circle-x::before {
  content: "";
}

.fa-cabin::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-chart-simple-horizontal::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-hand-back-point-left::before {
  content: "";
}

.fa-message-dots::before {
  content: "";
}

.fa-comment-alt-dots::before {
  content: "";
}

.fa-messaging::before {
  content: "";
}

.fa-file-heart::before {
  content: "";
}

.fa-beer-mug::before {
  content: "";
}

.fa-beer-foam::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-drone::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-person-fairy::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-book-copy::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-square-c::before {
  content: "";
}

.fa-clock-two::before {
  content: "";
}

.fa-square-ellipsis-vertical::before {
  content: "";
}

.fa-calendar-users::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-bee::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-candy-bar::before {
  content: "";
}

.fa-chocolate-bar::before {
  content: "";
}

.fa-xmark-large::before {
  content: "";
}

.fa-pinata::before {
  content: "";
}

.fa-file-ppt::before {
  content: "";
}

.fa-arrows-from-line::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-bowl-spoon::before {
  content: "";
}

.fa-hexagon-check::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-traffic-light-stop::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-circle-0::before {
  content: "";
}

.fa-dial-med-low::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-crab::before {
  content: "";
}

.fa-box-open-full::before {
  content: "";
}

.fa-box-full::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "";
}

.fa-pretzel::before {
  content: "";
}

.fa-t-rex::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-user-robot-xmarks::before {
  content: "";
}

.fa-message-quote::before {
  content: "";
}

.fa-comment-alt-quote::before {
  content: "";
}

.fa-candy-corn::before {
  content: "";
}

.fa-folder-magnifying-glass::before {
  content: "";
}

.fa-folder-search::before {
  content: "";
}

.fa-notebook::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-bullseye-pointer::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-hexagon-image::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-file-svg::before {
  content: "";
}

.fa-crate-apple::before {
  content: "";
}

.fa-apple-crate::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-game-board::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hand-back-point-right::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-snowflake-droplets::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-grid-4::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-face-sunglasses::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-square-0::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-square-this-way-up::before {
  content: "";
}

.fa-box-up::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-square-ampersand::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-lamp-desk::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-poll-people::before {
  content: "";
}

.fa-whiskey-glass-ice::before {
  content: "";
}

.fa-glass-whiskey-rocks::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-user-bounty-hunter::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-diagram-sankey::before {
  content: "";
}

.fa-cloud-hail-mixed::before {
  content: "";
}

.fa-circle-up-left::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-objects-align-left::before {
  content: "";
}

.fa-oil-can-drip::before {
  content: "";
}

.fa-face-smiling-hands::before {
  content: "";
}

.fa-broccoli::before {
  content: "";
}

.fa-route-interstate::before {
  content: "";
}

.fa-ear-muffs::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-transporter-empty::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-angle-90::before {
  content: "";
}

.fa-rectangle-terminal::before {
  content: "";
}

.fa-kite::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-scrubber::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fish-bones::before {
  content: "";
}

.fa-deer-rudolph::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-head-side-heart::before {
  content: "";
}

.fa-square-e::before {
  content: "";
}

.fa-meter-fire::before {
  content: "";
}

.fa-cloud-hail::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-money-from-bracket::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-car-bus::before {
  content: "";
}

.fa-speaker::before {
  content: "";
}

.fa-timer::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-landmark-magnifying-glass::before {
  content: "";
}

.fa-grill-hot::before {
  content: "";
}

.fa-ballot-check::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-file-minus::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-cup-togo::before {
  content: "";
}

.fa-coffee-togo::before {
  content: "";
}

.fa-square-down-left::before {
  content: "";
}

.fa-burger-lettuce::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-chevrons-down::before {
  content: "";
}

.fa-chevron-double-down::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-signal-good::before {
  content: "";
}

.fa-signal-3::before {
  content: "";
}

.fa-location-question::before {
  content: "";
}

.fa-map-marker-question::before {
  content: "";
}

.fa-floppy-disk-circle-xmark::before {
  content: "";
}

.fa-floppy-disk-times::before {
  content: "";
}

.fa-save-circle-xmark::before {
  content: "";
}

.fa-save-times::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-peach::before {
  content: "";
}

.fa-taxi-bus::before {
  content: "";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "";
}

.fa-cart-flatbed-empty::before {
  content: "";
}

.fa-dolly-flatbed-empty::before {
  content: "";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-wand::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-table-picnic::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-circle-microphone-lines::before {
  content: "";
}

.fa-microphone-circle-alt::before {
  content: "";
}

.fa-display-slash::before {
  content: "";
}

.fa-desktop-slash::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-transporter-2::before {
  content: "";
}

.fa-hands-holding-diamond::before {
  content: "";
}

.fa-hand-receiving::before {
  content: "";
}

.fa-money-bill-simple-wave::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-bell-plus::before {
  content: "";
}

.fa-book-arrow-right::before {
  content: "";
}

.fa-hospitals::before {
  content: "";
}

.fa-club::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-droplet-degree::before {
  content: "";
}

.fa-dewpoint::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-hand-holding-magic::before {
  content: "";
}

.fa-watermelon-slice::before {
  content: "";
}

.fa-circle-ellipsis::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-sd-cards::before {
  content: "";
}

.fa-jug-bottle::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-envelopes::before {
  content: "";
}

.fa-phone-office::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-nfc-pen::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-magnifying-glass-play::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-bone-break::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-down-from-dotted-line::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-border-left::before {
  content: "";
}

.fa-circle-divide::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-diagram-subtask::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-square-y::before {
  content: "";
}

.fa-user-doctor-hair::before {
  content: "";
}

.fa-planet-ringed::before {
  content: "";
}

.fa-mushroom::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-wreath-laurel::before {
  content: "";
}

.fa-circle-exclamation-check::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-box-dollar::before {
  content: "";
}

.fa-box-usd::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "";
}

.fa-arrows-retweet::before {
  content: "";
}

.fa-retweet-alt::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-square-chevron-right::before {
  content: "";
}

.fa-chevron-square-right::before {
  content: "";
}

.fa-lacrosse-stick-ball::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-user-magnifying-glass::before {
  content: "";
}

.fa-star-sharp::before {
  content: "";
}

.fa-comment-heart::before {
  content: "";
}

.fa-circle-1::before {
  content: "";
}

.fa-circle-star::before {
  content: "";
}

.fa-star-circle::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-cloud-fog::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-waffle::before {
  content: "";
}

.fa-music-note::before {
  content: "";
}

.fa-music-alt::before {
  content: "";
}

.fa-hexagon-exclamation::before {
  content: "";
}

.fa-cart-shopping-fast::before {
  content: "";
}

.fa-object-union::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-starfighter::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-arrow-right-long-to-line::before {
  content: "";
}

.fa-square-arrow-down::before {
  content: "";
}

.fa-arrow-square-down::before {
  content: "";
}

.fa-diamond-half-stroke::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-square-chevron-left::before {
  content: "";
}

.fa-chevron-square-left::before {
  content: "";
}

.fa-phone-intercom::before {
  content: "";
}

.fa-link-horizontal::before {
  content: "";
}

.fa-chain-horizontal::before {
  content: "";
}

.fa-mango::before {
  content: "";
}

.fa-music-note-slash::before {
  content: "";
}

.fa-music-alt-slash::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-face-tongue-sweat::before {
  content: "";
}

.fa-globe-stand::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-circle-p::before {
  content: "";
}

.fa-award-simple::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-pedestal::before {
  content: "";
}

.fa-chart-pyramid::before {
  content: "";
}

.fa-sidebar::before {
  content: "";
}

.fa-snowman-head::before {
  content: "";
}

.fa-frosty-head::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-burger-glass::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-bars-filter::before {
  content: "";
}

.fa-paintbrush-pencil::before {
  content: "";
}

.fa-party-bell::before {
  content: "";
}

.fa-user-vneck-hair::before {
  content: "";
}

.fa-jack-o-lantern::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-keynote::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-hat-beach::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-fort::before {
  content: "";
}

.fa-cloud-check::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-face-smirking::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-rhombus::before {
  content: "";
}

.fa-claw-marks::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-face-smile-tongue::before {
  content: "";
}

.fa-cart-circle-xmark::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-circle-phone-flip::before {
  content: "";
}

.fa-phone-circle-alt::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-key-skeleton::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-to-bracket::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-square-q::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-symbols::before {
  content: "";
}

.fa-icons-alt::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-flask-gear::before {
  content: "";
}

.fa-highlighter-line::before {
  content: "";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "";
}

.fa-island-tree-palm::before {
  content: "";
}

.fa-arrow-right-from-line::before {
  content: "";
}

.fa-arrow-from-left::before {
  content: "";
}

.fa-h2::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "";
}

.fa-shortcake::before {
  content: "";
}

.fa-building-magnifying-glass::before {
  content: "";
}

.fa-peanut::before {
  content: "";
}

.fa-wrench-simple::before {
  content: "";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-tally-2::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-cars::before {
  content: "";
}

.fa-axe-battle::before {
  content: "";
}

.fa-user-hair-long::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-arrow-left-from-arc::before {
  content: "";
}

.fa-file-circle-info::before {
  content: "";
}

.fa-face-disappointed::before {
  content: "";
}

.fa-lasso-sparkles::before {
  content: "";
}

.fa-clock-eleven::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-siren-on::before {
  content: "";
}

.fa-clock-ten::before {
  content: "";
}

.fa-candle-holder::before {
  content: "";
}

.fa-video-arrow-down-left::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}

.fa-save-circle-arrow-right::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-planet-moon::before {
  content: "";
}

.fa-face-eyes-xmarks::before {
  content: "";
}

.fa-chart-scatter::before {
  content: "";
}

.fa-display-arrow-down::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-olive-branch::before {
  content: "";
}

.fa-angle::before {
  content: "";
}

.fa-vacuum-robot::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-square-divide::before {
  content: "";
}

.fa-folder-check::before {
  content: "";
}

.fa-signal-stream-slash::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-eye-dropper-half::before {
  content: "";
}

.fa-store-lock::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-cloud-bolt-sun::before {
  content: "";
}

.fa-thunderstorm-sun::before {
  content: "";
}

.fa-camera-slash::before {
  content: "";
}

.fa-comment-quote::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-message-code::before {
  content: "";
}

.fa-glass-half::before {
  content: "";
}

.fa-glass-half-empty::before {
  content: "";
}

.fa-glass-half-full::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-message-minus::before {
  content: "";
}

.fa-comment-alt-minus::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-dinosaur::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-link-horizontal-slash::before {
  content: "";
}

.fa-chain-horizontal-slash::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-nose::before {
  content: "";
}

.fa-arrow-left-to-arc::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-clouds::before {
  content: "";
}

.fa-money-bill-simple::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-table-pivot::before {
  content: "";
}

.fa-filter-slash::before {
  content: "";
}

.fa-trash-can-undo::before {
  content: "";
}

.fa-trash-can-arrow-turn-left::before {
  content: "";
}

.fa-trash-undo-alt::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-person-to-door::before {
  content: "";
}

.fa-turntable::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-signal-weak::before {
  content: "";
}

.fa-signal-1::before {
  content: "";
}

.fa-clock-five::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-computer-classic::before {
  content: "";
}

.fa-frame::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-ellipsis-stroke::before {
  content: "";
}

.fa-ellipsis-h-alt::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-face-expressionless::before {
  content: "";
}

.fa-down-to-dotted-line::before {
  content: "";
}

.fa-cloud-music::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-cloud-minus::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-shield-minus::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-car-tilt::before {
  content: "";
}

.fa-gauge-circle-minus::before {
  content: "";
}

.fa-brightness-low::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-conveyor-belt::before {
  content: "";
}

.fa-location-check::before {
  content: "";
}

.fa-map-marker-check::before {
  content: "";
}

.fa-coin-vertical::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-person-sign::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-phone-hangup::before {
  content: "";
}

.fa-signature-slash::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-wheat-slash::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-clouds-sun::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-face-vomit::before {
  content: "";
}

.fa-speakers::before {
  content: "";
}

.fa-tty-answer::before {
  content: "";
}

.fa-teletype-answer::before {
  content: "";
}

.fa-mug-tea-saucer::before {
  content: "";
}

.fa-diagram-lean-canvas::before {
  content: "";
}

.fa-alt::before {
  content: "";
}

.fa-dial::before {
  content: "";
}

.fa-dial-med-high::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-circle-trash::before {
  content: "";
}

.fa-trash-circle::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-circle-quarters::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-tower-control::before {
  content: "";
}

.fa-arrow-up-triangle-square::before {
  content: "";
}

.fa-sort-shapes-up::before {
  content: "";
}

.fa-whale::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-party-horn::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-sun-bright::before {
  content: "";
}

.fa-sun-alt::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-conveyor-belt-arm::before {
  content: "";
}

.fa-lock-keyhole-open::before {
  content: "";
}

.fa-lock-open-alt::before {
  content: "";
}

.fa-square-fragile::before {
  content: "";
}

.fa-box-fragile::before {
  content: "";
}

.fa-square-wine-glass-crack::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-square-n::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-meter::before {
  content: "";
}

.fa-mandolin::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-up-from-bracket::before {
  content: "";
}

.fa-knife-kitchen::before {
  content: "";
}

.fa-border-right::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-spade::before {
  content: "";
}

.fa-card-spade::before {
  content: "";
}

.fa-line-columns::before {
  content: "";
}

.fa-arrow-right-to-line::before {
  content: "";
}

.fa-arrow-to-right::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-flag-pennant::before {
  content: "";
}

.fa-pennant::before {
  content: "";
}

.fa-conveyor-belt-empty::before {
  content: "";
}

.fa-user-group-simple::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-camcorder::before {
  content: "";
}

.fa-video-handheld::before {
  content: "";
}

.fa-pancakes::before {
  content: "";
}

.fa-album-circle-user::before {
  content: "";
}

.fa-subtitles-slash::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-dice-d10::before {
  content: "";
}

.fa-fireplace::before {
  content: "";
}

.fa-browser::before {
  content: "";
}

.fa-pen-paintbrush::before {
  content: "";
}

.fa-pencil-paintbrush::before {
  content: "";
}

.fa-fish-cooked::before {
  content: "";
}

.fa-chair-office::before {
  content: "";
}

.fa-magnifying-glass-music::before {
  content: "";
}

.fa-nesting-dolls::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-trumpet::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-fire-smoke::before {
  content: "";
}

.fa-phone-missed::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrows-repeat-1::before {
  content: "";
}

.fa-repeat-1-alt::before {
  content: "";
}

.fa-gun-slash::before {
  content: "";
}

.fa-avocado::before {
  content: "";
}

.fa-binary::before {
  content: "";
}

.fa-glasses-round::before {
  content: "";
}

.fa-glasses-alt::before {
  content: "";
}

.fa-phone-plus::before {
  content: "";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-scythe::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-ban-parking::before {
  content: "";
}

.fa-parking-circle-slash::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-face-diagonal-mouth::before {
  content: "";
}

.fa-diagram-cells::before {
  content: "";
}

.fa-cricket-bat-ball::before {
  content: "";
}

.fa-cricket::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-pen-line::before {
  content: "";
}

.fa-atom-simple::before {
  content: "";
}

.fa-atom-alt::before {
  content: "";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "";
}

.fa-arrow-up-from-line::before {
  content: "";
}

.fa-arrow-from-bottom::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-pen-slash::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-square-star::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-send-backward::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-compass-slash::before {
  content: "";
}

.fa-clock-one::before {
  content: "";
}

.fa-file-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-display-chart-up-circle-currency::before {
  content: "";
}

.fa-skeleton::before {
  content: "";
}

.fa-circle-g::before {
  content: "";
}

.fa-circle-arrow-up-left::before {
  content: "";
}

.fa-coin-blank::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-vacuum::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-card-heart::before {
  content: "";
}

.fa-lightbulb-cfl-on::before {
  content: "";
}

.fa-melon::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-container-storage::before {
  content: "";
}

.fa-face-pouting::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-face-explode::before {
  content: "";
}

.fa-exploding-head::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-cassette-vhs::before {
  content: "";
}

.fa-vhs::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-chimney::before {
  content: "";
}

.fa-object-intersect::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-block-brick::before {
  content: "";
}

.fa-wall-brick::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-bags-shopping::before {
  content: "";
}

.fa-paragraph-left::before {
  content: "";
}

.fa-paragraph-rtl::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-caravan-simple::before {
  content: "";
}

.fa-caravan-alt::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-pencil-mechanical::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-booth-curtain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-box-heart::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-user-doctor-message::before {
  content: "";
}

.fa-user-md-chat::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-lighthouse::before {
  content: "";
}

.fa-amp-guitar::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-volume-slash::before {
  content: "";
}

.fa-border-bottom::before {
  content: "";
}

.fa-wifi-weak::before {
  content: "";
}

.fa-wifi-1::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-delete-right::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-circle-quarter::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-function::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-people-simple::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-face-monocle::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-calendar-lines::before {
  content: "";
}

.fa-calendar-note::before {
  content: "";
}

.fa-arrow-down-big-small::before {
  content: "";
}

.fa-sort-size-down::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-do-not-enter::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-dice-d8::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-spinner-scale::before {
  content: "";
}

.fa-grip-dots-vertical::before {
  content: "";
}

.fa-face-viewfinder::before {
  content: "";
}

.fa-soft-serve::before {
  content: "";
}

.fa-creemee::before {
  content: "";
}

.fa-h5::before {
  content: "";
}

.fa-hand-back-point-down::before {
  content: "";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-basket-shopping-minus::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-rectangle::before {
  content: "";
}

.fa-rectangle-landscape::before {
  content: "";
}

.fa-clipboard-list-check::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-ice-skate::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-tomato::before {
  content: "";
}

.fa-sword-laser::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-buildings::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-cart-flatbed-boxes::before {
  content: "";
}

.fa-dolly-flatbed-alt::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-square-w::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-lamp::before {
  content: "";
}

.fa-airplay::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-shield-quartered::before {
  content: "";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "";
}

.fa-map-marker-edit::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-pot-food::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-print-slash::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-hand-back-point-ribbon::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-tire-rugged::before {
  content: "";
}

.fa-lightbulb-dollar::before {
  content: "";
}

.fa-cowbell::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-corner::before {
  content: "";
}

.fa-chevrons-right::before {
  content: "";
}

.fa-chevron-double-right::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-inhaler::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-snake::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-note-medical::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-down-left::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-face-thinking::before {
  content: "";
}

.fa-turn-down-right::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-scanner-keyboard::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-grid-horizontal::before {
  content: "";
}

.fa-message-dollar::before {
  content: "";
}

.fa-comment-alt-dollar::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-columns-3::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-hand-holding-box::before {
  content: "";
}

.fa-input-text::before {
  content: "";
}

.fa-window-flip::before {
  content: "";
}

.fa-window-alt::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-scanner-gun::before {
  content: "";
}

.fa-scanner::before {
  content: "";
}

.fa-tire::before {
  content: "";
}

.fa-engine::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-circle-caret-right::before {
  content: "";
}

.fa-caret-circle-right::before {
  content: "";
}

.fa-turn-left::before {
  content: "";
}

.fa-wheat::before {
  content: "";
}

.fa-file-spreadsheet::before {
  content: "";
}

.fa-audio-description-slash::before {
  content: "";
}

.fa-bell-ring::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-chess-pawn-piece::before {
  content: "";
}

.fa-chess-pawn-alt::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-square-s::before {
  content: "";
}

.fa-rectangle-barcode::before {
  content: "";
}

.fa-barcode-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-unicorn::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-pompebled::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-watch-smart::before {
  content: "";
}

.fa-book-user::before {
  content: "";
}

.fa-sensor-cloud::before {
  content: "";
}

.fa-sensor-smoke::before {
  content: "";
}

.fa-clapperboard-play::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-circle-4::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-album-collection::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-cloud-showers::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-onion::before {
  content: "";
}

.fa-clock-twelve-thirty::before {
  content: "";
}

.fa-arrow-down-to-dotted-line::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-rectangle-wide::before {
  content: "";
}

.fa-comment-arrow-up::before {
  content: "";
}

.fa-garlic::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-tree-decorated::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-calendar-heart::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-flower::before {
  content: "";
}

.fa-arrow-down-from-arc::before {
  content: "";
}

.fa-right-left-large::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-circles-overlap::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-starship-freighter::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-bridge-suspension::before {
  content: "";
}

.fa-trash-check::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-boombox::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-shield-exclamation::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-grip-dots::before {
  content: "";
}

.fa-comment-exclamation::before {
  content: "";
}

.fa-pen-swirl::before {
  content: "";
}

.fa-falafel::before {
  content: "";
}

.fa-circle-2::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-gramophone::before {
  content: "";
}

.fa-dice-d12::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-down::before {
  content: "";
}

.fa-arrow-alt-down::before {
  content: "";
}

.fa-hundred-points::before {
  content: "";
}

.fa-100::before {
  content: "";
}

.fa-paperclip-vertical::before {
  content: "";
}

.fa-wind-warning::before {
  content: "";
}

.fa-wind-circle-exclamation::before {
  content: "";
}

.fa-location-pin-slash::before {
  content: "";
}

.fa-map-marker-slash::before {
  content: "";
}

.fa-face-sad-sweat::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-cupcake::before {
  content: "";
}

.fa-light-switch-off::before {
  content: "";
}

.fa-toggle-large-off::before {
  content: "";
}

.fa-pen-fancy-slash::before {
  content: "";
}

.fa-truck-container::before {
  content: "";
}

.fa-boot::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-file-check::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-cards-blank::before {
  content: "";
}

.fa-circle-3::before {
  content: "";
}

.fa-bench-tree::before {
  content: "";
}

.fa-keyboard-brightness-low::before {
  content: "";
}

.fa-ski-boot-ski::before {
  content: "";
}

.fa-brain-circuit::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-block-brick-fire::before {
  content: "";
}

.fa-firewall::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-face-smile-relaxed::before {
  content: "";
}

.fa-comment-xmark::before {
  content: "";
}

.fa-comment-times::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-face-nose-steam::before {
  content: "";
}

.fa-circle-waveform-lines::before {
  content: "";
}

.fa-waveform-circle::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "";
}

.fa-computer-speaker::before {
  content: "";
}

.fa-skull-cow::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-circle-t::before {
  content: "";
}

.fa-sack::before {
  content: "";
}

.fa-grid-2::before {
  content: "";
}

.fa-camera-cctv::before {
  content: "";
}

.fa-cctv::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-horizontal-rule::before {
  content: "";
}

.fa-bed-front::before {
  content: "";
}

.fa-bed-alt::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-file-gif::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-face-woozy::before {
  content: "";
}

.fa-cloud-question::before {
  content: "";
}

.fa-pineapple::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-gallery-thumbnails::before {
  content: "";
}

.fa-circle-j::before {
  content: "";
}

.fa-eyes::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-page-caret-up::before {
  content: "";
}

.fa-file-caret-up::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-comet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-reflect-vertical::before {
  content: "";
}

.fa-shield-keyhole::before {
  content: "";
}

.fa-file-mp4::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-bulldozer::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-square-sliders-vertical::before {
  content: "";
}

.fa-sliders-v-square::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-message-middle::before {
  content: "";
}

.fa-comment-middle-alt::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-square-z::before {
  content: "";
}

.fa-message-text::before {
  content: "";
}

.fa-comment-alt-text::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-solid-900.9f1626ec58494c3a070a35d4dc579134.woff2) format("woff2"), url(/./img/fa-solid-900.42ce62dd5ccebc21cf2f4be06b9a8220.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-regular-400.244128d7a5557df268b24a7c1d1381c7.woff2) format("woff2"), url(/./img/fa-regular-400.cde875017aa51a2e2533e1d1c465b024.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-brands-400.5e7b19421dd30c3feeea8c6f619845f2.woff2) format("woff2"), url(/./img/fa-brands-400.bb8a10b0705432f301de69c55632de7f.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/./img/fa-thin-100.cc75bac992806cb353e2b1e08ddbb44c.woff2) format("woff2"), url(/./img/fa-thin-100.54ac01ae3cde4955c094a3d64dbd2bbf.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-sharp-light-300.7d52cccbcd6ab4c118ca106dccfa6fb2.woff2) format("woff2"), url(/./img/fa-sharp-light-300.d00a71f00d2aa258367a89a57c8f0653.ttf) format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/./img/fa-sharp-regular-400.c2aabfc804ec29c001dfb2ce68542122.woff2) format("woff2"), url(/./img/fa-sharp-regular-400.525ee3f73a9314ec9511b180470df484.ttf) format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/./img/fa-sharp-solid-900.60dcb2e6aa70afc4a792b07140a0695c.woff2) format("woff2"), url(/./img/fa-sharp-solid-900.b7506c1a48eb357a675249b453c96cd7.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/./img/fa-light-300.6a94ba202cce157f94b7c36fb5f77705.woff2) format("woff2"), url(/./img/fa-light-300.f477f634214f5869db27aefc9398c054.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

.sidebar-menu__entry--nested .sidebar-menu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.sidebar-submenu__entry--nested > .sidebar-submenu__entry__link::after {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-hidden {
  color: transparent;
}

.form-table tr td .form-group {
  margin-bottom: 0;
}
.form-table tr td {
  padding: 0.5rem;
  white-space: nowrap;
}
.form-table tr td .text-break {
  white-space: normal;
  word-break: break-word;
}
.form-table tr th {
  padding: 0.5rem;
  z-index: 100;
  white-space: nowrap;
}
.editor {
  width: 100%;
  min-height: 60vh;
}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
   Theme: Agate
   Author: (c) Taufik Nurrohman <hi@taufik-nurrohman.com>
   Maintainer: @taufik-nurrohman
   Updated: 2021-04-24

   #333
   #62c8f3
   #7bd694
   #888
   #a2fca2
   #ade5fc
   #b8d8a2
   #c6b4f0
   #d36363
   #fc9b9b
   #fcc28c
   #ffa
   #fff
*/.hljs{background:#333;color:#fff}.hljs-doctag,.hljs-meta-keyword,.hljs-name,.hljs-strong{font-weight:700}.hljs-code,.hljs-emphasis{font-style:italic}.hljs-section,.hljs-tag{color:#62c8f3}.hljs-selector-class,.hljs-selector-id,.hljs-template-variable,.hljs-variable{color:#ade5fc}.hljs-meta-string,.hljs-string{color:#a2fca2}.hljs-attr,.hljs-quote,.hljs-selector-attr{color:#7bd694}.hljs-tag .hljs-attr{color:inherit}.hljs-attribute,.hljs-title,.hljs-type{color:#ffa}.hljs-number,.hljs-symbol{color:#d36363}.hljs-bullet,.hljs-template-tag{color:#b8d8a2}.hljs-built_in,.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#fcc28c}.hljs-code,.hljs-comment,.hljs-formula{color:#888}.hljs-link,.hljs-regexp,.hljs-selector-pseudo{color:#c6b4f0}.hljs-meta{color:#fc9b9b}.hljs-deletion{background:#fc9b9b;color:#333}.hljs-addition{background:#a2fca2;color:#333}.hljs-subst{color:#fff}.hljs a{color:inherit}.hljs a:focus,.hljs a:hover{color:inherit;text-decoration:underline}.hljs mark{background:#555;color:inherit}
code {
  background-color: transparent !important;
  background-color: initial !important;
}

.code-block-button {
  border-color: #333;
  border-style: solid;
  border-width: 2px;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
}
.source-field-grid {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  -moz-column-gap: 0.5em;
       grid-column-gap: 0.5em;
       column-gap: 0.5em;
  grid-row-gap: 0.5em;
  row-gap: 0.5em;
  align-items: center;
}

.contract-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-auto-rows: 1fr;
  -moz-column-gap: 0.5em;
       grid-column-gap: 0.5em;
       column-gap: 0.5em;
  grid-row-gap: 0.5em;
  row-gap: 0.5em;
  align-items: stretch;
}
.enrollment-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, -webkit-min-content));
  grid-template-columns: repeat(2, minmax(auto, min-content));
  -moz-column-gap: 2em;
       grid-column-gap: 2em;
       column-gap: 2em;
  align-items: center;
}
.enrollment-info-grid div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.enrollment-trace-debug {
  white-space: pre-line;
}
/* Avatar Variants Definitions */
.tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tabs button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f2f2f2;
  border: 1px solid #DEE2E6;
}
.tabs button.active {
  border-color: var(--brand-primary-color);
  border-bottom-width: 4px;
  box-shadow: 1px 4px 5px -2px rgba(0, 0, 0, 0.15) inset;
  background-color: #FFF;
}
.tabs button:not(:first-child) {
  border-top-left-radius: 0;
}
.tabs button:not(:last-child) {
  border-top-right-radius: 0;
}
.account-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, -webkit-min-content));
  grid-template-columns: repeat(2, minmax(auto, min-content));
  -moz-column-gap: 2em;
       grid-column-gap: 2em;
       column-gap: 2em;
  align-items: center;
}
.account-info-grid div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.enrollment-trace-debug {
  white-space: pre-line;
}
.owner-assignment {
  flex: 4 0 0;
}
.owner-assignment .team {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.owner-assignment .team .owner-select {
  display: flex;
  flex: 1 0 0;
  overflow-X: clip;
  margin-bottom: 0;
}
.owner-assignment .team .owner-select .form-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.app-owner-table {
  margin: 0;
  padding: 0;
}
.meter-info {
  grid-gap: 0.5rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: row;
}
.meter-info .tasksComplete {
  text-align: right;
  width: 125px;
}
.meter-info .tasksComplete10 {
  text-align: right;
  width: 140px;
}
.meter-info .tasksComplete100 {
  text-align: right;
  width: 155px;
}
.customer-task-pill-container {
  flex: 0 0 5.5rem;
  margin-left: 2px;
}
.customer-task-pill-container {
  flex: 0 0 5.5rem;
  margin-left: 2px;
}

.scroll-container {
  overflow-y: auto !important;
}
.scroll-container::-webkit-scrollbar {
  width: 6px;
}
.scroll-container::-webkit-scrollbar-track {
  background-color: #E9ECEF;
}
.scroll-container::-webkit-scrollbar-thumb {
  background-color: #868E96;
  border-radius: 10px;
}
.bank-filters {
  max-height: 200px;
  overflow-y: scroll;
}
/* Avatar Variants Definitions */
.details-cell {
  align-items: flex-start;
  border-right: 1px solid #DEE2E6;
}
.details-cell .cell-content {
  margin: calc(.5rem - 1px);
  text-align: left !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.details-cell .cell-content .cell-text {
  max-width: 200px;
}
.details-cell:last-child {
  border-right: none;
}
.details-cell h2 {
  margin: 0;
  padding: 0;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters > .col,
.row-no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.file-upload-thumbnail-wrapper {
  display: inline-flex;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  margin-bottom: 8px;
  margin-right: 8px;
  width: 100%;
  height: 100%;
  padding: 4px;
  box-sizing: border-box;
}

.file-upload-thumbnail {
  display: flex;
  min-width: 0;
  overflow: hidden;
}
.file-upload-thumbnail img {
  display: block;
  width: auto;
  height: 100%;
}
.verification-field {
  display: grid;
  grid-template-columns: 4rem -webkit-max-content;
  grid-template-columns: 4rem max-content;
  align-items: center;
}
.plaid-permissions-grid {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 3em;
       grid-column-gap: 3em;
       column-gap: 3em;
  align-items: center;
}
.customer-task-pill-container {
  flex: 0 0 5.5rem;
  margin-left: 2px;
}
.trace-grid {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 0.25em;
       grid-column-gap: 0.25em;
       column-gap: 0.25em;
  align-items: center;
}
.assignees-grid {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  -moz-column-gap: 0.25em;
       grid-column-gap: 0.25em;
       column-gap: 0.25em;
  align-items: center;
}

.task-side-menu .row {
  margin-bottom: 0.5rem;
}
.task-side-menu table {
  width: 100%;
}
.task-side-menu table tr td {
  padding-bottom: 0.5rem;
}
.task-side-menu table tr td:last-of-type {
  text-align: right;
  padding-left: 5px;
}
.task-side-menu label {
  margin-bottom: 0;
}

.document-table td {
  vertical-align: middle;
}
/* Avatar Variants Definitions */
.task-header .title {
  border-bottom: 1px solid #DEE2E6;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.task-header .title .collapsible-title {
  font-size: 1.5rem;
}
.task-header .title .addenda {
  flex: 0 0 auto;
  min-width: 15rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.task-header .header-body {
  padding: 0;
}
.task-header .header-body .details {
  display: grid;
}
.task-header .header-body .details.two {
  grid-template-columns: 1fr 1fr;
}
.task-header .header-body .details.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.task-header .header-body .details > div {
  padding: 0.5rem 0.75rem 0.5rem;
}
.task-header .header-body .details .label {
  padding-top: calc(1rem - 1px);
}
.task-header .header-body .details .general {
  border-right: 1px solid #DEE2E6;
  overflow: hidden;
}
.task-header .header-body .details .general.r1 {
  overflow: hidden;
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
}
.task-header .header-body .details .general.r1 .c1 {
  overflow: hidden;
  margin-top: -1px;
  font-size: 16px;
  line-height: 1.2rem;
}
.task-header .header-body .details .assignees {
  border-right: 1px solid #DEE2E6;
}
.task-header .header-body .details .dates {
  border-right: 1px solid #DEE2E6;
  display: flex;
  grid-gap: 0.25rem;
  gap: 0.25rem;
}
.task-header .header-body .details .dates > div {
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
}
.task-header .header-body .details .dates .date {
  flex: 0 1 13.5rem;
}
.task-header .header-body .details .dates .due-date {
  justify-content: center;
  align-items: center;
}
.task-header .header-body .details .owners {
  overflow: visible;
}
.task-header .header-body .details .owners .owner-label {
  margin-top: calc(.5rem - 1px);
}
.task-header .header-body .details .right-label {
  flex: 0 0 auto;
  width: 9rem;
  min-width: 9rem;
}
.task-header .header-body .directions {
  border-top: 1px solid #DEE2E6;
  padding: 0.75rem;
}
.task-header .watchers-popup {
  position: absolute;
  margin-top: 0.5rem;
  right: 0;
  z-index: 10000;
}
.background-blanket {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Avatar Variants Definitions */
.document-tabs {
  margin-right: 0.5rem;
  flex: 1;
}
.document-tabs .tabs {
  flex-wrap: nowrap;
  flex: 1;
}
.document-tabs .tabs button {
  white-space: pre-wrap;
  flex: 0 1 13rem;
  text-align: left;
}

@media (max-width: 580px) {
  .document-tabs .tabs {
    flex-wrap: wrap;
  }
}
.document-archive-table {
  border-top-left-radius: 0;
}
.document-archive-table .table thead th {
  vertical-align: middle;
}
.task-breadcrumb {
  display: flex;
  grid-gap: 0.33rem;
  gap: 0.33rem;
  white-space: nowrap;
  align-items: center;
  font-size: 12px;
}
.task-list-title-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.task-list-title-card div {
  font-size: 1.2rem;
  font-weight: bold;
}
.task-list-title-card .card-body {
  padding: 0.5rem;
}

.list-item-content {
  padding: 1rem;
  display: flex;
}

.details {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1rem;
}
/* Avatar Variants Definitions */
.resource-widget-item {
  cursor: pointer;
}
.resource-widget-item:hover {
  color: #212529;
}
.ssb-conversion .task-breadcrumb {
  display: none;
}

.ssb-conversion .task-header {
  display: none;
}

.ssb-conversion .task-required-fields-text {
  display: none;
}

.ssb-conversion .card {
  margin-top: 0.75rem;
  padding-left: 1rem;
}

.ssb-conversion .ws-header {
  display: none;
}

.ssb-conversion .ws-wrapper {
  background-color: #eaeaea !important;
}

.ssb-conversion .task-card {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.ssb-conversion .task-card .card-footer {
  background-color: transparent;
}

.ssb-conversion .task-component-wrapper .card {
  background-color: transparent !important;
}

.ssb-conversion .conversion-task-footer {
  background-color: transparent !important;
  padding: 1rem;
}

.ssb-conversion .card-footer {
  display: none !important;
}

.ssb-conversion .task-component-wrapper:not(#action) .card {
  border-color: transparent;
  box-shadow: none;
}

.ssb-conversion .task-save-cancel-buttons .task-save-button {
  display: none !important;
}

.ssb-conversion .task-save-cancel-buttons .task-cancel-button {
  display: none !important;
}

.ssb-conversion .transmission-info {
  display: none;
}

.ssb-conversion .message-count {
  display: none;
}

.ssb-conversion .view-msgs-btn {
  display: none;
}

.ssb-conversion .view-tms-btn {
  display: none;
}

.ssb-conversion .submit-text {
  font-size: 0;
}

.ssb-conversion .submit-text:after {
  content: "Retrieve Activation Key";
  font-size: 14px;
}

@media (max-width: 700px) {
  .ssb-conversion .wizard-step-icon {
    font-size: 1em;
  }

  .ssb-conversion .flex-mt {
    margin-top: 1rem !important;
  }
}
@media (max-width: 500px) {
  .ssb-conversion .wizard-step-details {
    display: none;
  }

  .ssb-conversion .wizard-step-title {
    font-size: 0.9rem;
  }
}
.ssb-conversion .view-dashboard-button {
  display: none !important;
}

.ssb-conversion .view-task-button {
  display: none !important;
}

.ssb-conversion .view-application-board {
  display: none !important;
}

.ssb-conversion .topnav-icon {
  display: none;
}

.ssb-conversion .top-nav-menu-items {
  display: none;
}
.axos-conversion .task-breadcrumb {
  display: none;
}

.axos-conversion .task-header {
  display: none;
}

.axos-conversion .task-required-fields-text {
  display: none;
}

.axos-conversion .card {
  margin-top: 0.75rem;
  padding-left: 1rem;
}

.axos-conversion .ws-header {
  display: none;
}

.axos-conversion .ws-wrapper {
  background-color: #eaeaea !important;
}

.axos-conversion .task-card {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.axos-conversion .task-card .card-footer {
  background-color: transparent;
}

.axos-conversion .task-component-wrapper .card {
  background-color: transparent !important;
}

.axos-conversion .conversion-task-footer {
  background-color: transparent !important;
  padding: 1rem;
}

.axos-conversion .card-footer {
  display: none !important;
}

.axos-conversion .task-component-wrapper .card {
  border-color: transparent;
  box-shadow: none;
}

.axos-conversion .task-save-cancel-buttons .task-save-button {
  display: none !important;
}

.axos-conversion .task-save-cancel-buttons .task-cancel-button {
  display: none !important;
}

.axos-conversion .transmission-info {
  display: none;
}

.axos-conversion .message-count {
  display: none;
}

.axos-conversion .view-msgs-btn {
  display: none;
}

.axos-conversion .view-tms-btn {
  display: none;
}

.axos-conversion .submit-text {
  font-size: 0;
}

.axos-conversion .submit-text:after {
  content: "Retrieve Activation Key";
  font-size: 14px;
}

@media (max-width: 700px) {
  .axos-conversion .wizard-step-icon {
    font-size: 1em;
  }

  .axos-conversion .flex-mt {
    margin-top: 1rem !important;
  }
}
@media (max-width: 500px) {
  .axos-conversion .wizard-step-details {
    display: none;
  }

  .axos-conversion .wizard-step-title {
    font-size: 0.9rem;
  }
}
.axos-conversion .view-dashboard-button {
  display: none !important;
}

.axos-conversion .view-task-button {
  display: none !important;
}

.axos-conversion .view-application-board {
  display: none !important;
}

.axos-conversion .topnav-icon {
  display: none;
}

.axos-conversion .top-nav-menu-items {
  display: none;
}
.beacon-conversion .task-breadcrumb {
  display: none;
}

.beacon-conversion .task-header {
  display: none;
}

.beacon-conversion .task-required-fields-text {
  display: none;
}

.beacon-conversion .card {
  margin-top: 0.75rem;
  padding-left: 1rem;
}

.beacon-conversion .ws-header {
  display: none;
}

.beacon-conversion .ws-wrapper {
  background-color: #eaeaea !important;
}

.beacon-conversion .task-card {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.beacon-conversion .task-card .card-footer {
  background-color: transparent;
}

.beacon-conversion .task-component-wrapper .card {
  background-color: transparent !important;
}

.beacon-conversion .conversion-task-footer {
  background-color: transparent !important;
  padding: 1rem;
}

.beacon-conversion .card-footer {
  display: none !important;
}

.beacon-conversion .task-component-wrapper:not(#action) .card {
  border-color: transparent;
  box-shadow: none;
}

.beacon-conversion .task-save-cancel-buttons .task-save-button {
  display: none !important;
}

.beacon-conversion .task-save-cancel-buttons .task-cancel-button {
  display: none !important;
}

.beacon-conversion .transmission-info {
  display: none;
}

.beacon-conversion .message-count {
  display: none;
}

.beacon-conversion .view-msgs-btn {
  display: none;
}

.beacon-conversion .view-tms-btn {
  display: none;
}

.beacon-conversion .submit-text {
  font-size: 0;
}

.beacon-conversion .submit-text:after {
  content: "Retrieve Activation Key";
  font-size: 14px;
}

@media (max-width: 700px) {
  .beacon-conversion .wizard-step-icon {
    font-size: 1em;
  }

  .beacon-conversion .flex-mt {
    margin-top: 1rem !important;
  }
}
@media (max-width: 500px) {
  .beacon-conversion .wizard-step-details {
    display: none;
  }

  .beacon-conversion .wizard-step-title {
    font-size: 0.9rem;
  }
}
.beacon-conversion .view-dashboard-button {
  display: none !important;
}

.beacon-conversion .view-task-button {
  display: none !important;
}

.beacon-conversion .view-application-board {
  display: none !important;
}

.beacon-conversion .topnav-icon {
  display: none;
}

.beacon-conversion .top-nav-menu-items {
  display: none;
}
.action-button {
  display: flex;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.document-archive-definition-grid {
  display: grid;
  grid-template-columns: 6fr 5fr 1rem;
  grid-gap: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
}
.parameter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr 1rem;
  grid-gap: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  width: 93%;
}
